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 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());

Uncaught TypeError: Cannot call method 'replace' of undefined

If it is not possible to do this do I have to add the table to the window
where the form is included but outside the form?

Thanks.

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Add-table-to-form-tp6344454p6344454.html
Sent from the qooxdoo mailing list archive at Nabble.com<http://Nabble.com>.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today.  Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to