i try this, but no editor inside the  fields columncells  appear

                 var tcm = this.table.getTableColumnModel();
                 tcm.setCellEditorFactory(0, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(1, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(2, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(3, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(4, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(5, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(6, new 
qx.ui.table.celleditor.CheckBox());
                 tcm.setCellEditorFactory(7, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(8, new 
qx.ui.table.celleditor.TextField());
                 tcm.setCellEditorFactory(9, new 
qx.ui.table.celleditor.TextField());

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to