Hi,

There is no clean way to do what you want.
qx.ui.embed.HtmlArea extends qx.bom.htmlarea.HtmlArea and in that class we
have this in the constructor:

var uri = source ||
qx.util.ResourceManager.getInstance().toUri("qx/static/blank.html");

so, if you don't want to load a doc we force you to a qooxdoo resource.

However, there is a fast workaround:

var htmlArea = new qx.ui.embed.HtmlArea("sdsd", null, "about:blank"); which
works on FF.
the ugly part is that you have to use browser specific "blank" pages, which
i guess is uglier.

As last resort, you could submit a bug at http://bugzilla.qooxdoo.org, and
argument there why a "networkless" HtmlArea widget would be a good thing and
we will implement one if that makes sense.

cheers,
Gabi

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Empty-HtmlArea-without-a-network-call-tp6597611p6597775.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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