Re: [qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread bibliograph
Derrell Lipman schrieb: > On 9/7/07, *bibliograph* <[EMAIL PROTECTED] > > wrote: > > Hi, > > I was looking to replace the CellEditorFactory in the > qx.ui.table.Table > with a combobox and have been successful in principle. I created a > class > qx

Re: [qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread Derrell Lipman
On 9/7/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hi, > > I was looking to replace the CellEditorFactory in the qx.ui.table.Table > with a combobox and have been successful in principle. I created a class > qx.ui.table.celleditor.ComboBox and the combox shows up nicely. I can > also add ListIte

[qooxdoo-devel] ComboBox als CellEditorFactory in qx.ui.table.Table

2007-09-07 Thread bibliograph
Hi, I was looking to replace the CellEditorFactory in the qx.ui.table.Table with a combobox and have been successful in principle. I created a class qx.ui.table.celleditor.ComboBox and the combox shows up nicely. I can also add ListItem widgets which display in the dropdown menu. I can also ed