Hello, guys! In my application I have qx.embedded.html object with table (<TABLE><TR><TD>...). Also I have textArea object (qx.ui.form.TextArea). I need to replace thisArea object to a cell of this table.
I have hoped to use next code: var elem = textArea.getContainerElement(); elem.useElement(cell); // where cell is td object of needing table; but firebug write next error: "Could not overwrite existing element!" Tell me please, how to solve this task? -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-add-ui-element-to-DOM-tp6808032p6808032.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
