Hi Marco,

Marco Vecchi wrote:
> hello to everyone, 
> 
>  I wanted to ask you can give in to a meal iframe code created by the object 
> and embed qooxdoo not necessarily a URL? 
If you want to set e.g. a blank page to the iframe just use

--snip--
var myIframe = new qx.ui.embed.Iframe;
myIframe.setSource(qx.util.ResourceManager.toUri("qx/static/blank.html"));
--snip--

This "blank.html" is shipped with the qooxdoo framework and with the 
help of the ResourceManager you can generate a valid URI to this resource.

cheers,
   Alex

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to