I'd like to create a window with a HtmlEditor like as:
var be= new qx.ui.form.TextArea("");
be.setWrap(true);
var htm= new qx.bom.htmlarea.HtmlArea(be,"test");
this.add(htm);
I get a error:
TypeError: parent is null
if (parent.firstChild) {
Many Thanks
Mani