Re: [qooxdoo-devel] Add table to form

2011-05-09 Thread Tino Butz
Hi, I don't think you can add it to the form. The form is not an widget, it inherits from qx.core.Object. The form item you add has to implement the qx.ui.form.IForm Interface. Add it to the container widget (in your case the window). Tino Am 09.05.2011 um 16:32 schrieb dabd: I would like to

[qooxdoo-devel] Add table to form

2011-05-09 Thread dabd
I would like to add a table cell editor like this http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html to a form I am building. I copied the createTable function from the demo to my class but when I try to add it to the form I get an error: form.add(this.createTable()); Uncau