Hello all,
I am trying to use  qx.ui.embed.HtmlArea as a simple HTML editor. However, it 
takes as input the URL of a document which it will then load in an iframe. I am 
currently loading an existing, empty document (htmlArea = new 
qx.ui.embed.HtmlArea("", null, "blank.html");) , but I find this method 
cumbersome, I would like to get rid of this call entirely and open a empty 
qx.ui.embed.HtmlArea without any network call.
Can anyone suggest a clean way to do this?

new qx.ui.embed.HtmlArea("", null, null) does not work, a network call is made 
anyway.

V.
------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to