Documentation

Reference
qx:embedIframe (qx.ui.embed.Iframe)

Container widget for internal frames (iframes). An iframe can display any HTML page inside the widget.

Example

Here is a little example of how to use the widget.

var document = this.getRoot();
var iframe = new qx.ui.embed.Iframe("http://www.qooxdoo.org");
document.add(iframe);

External Documentation

Documentation of this widget in the qooxdoo wiki.

LGPL, EPL © 2008 QxTransformer | Siarhei Barysiuk & Christian Boulanger.
Site design and illustrations by Siarhei Barysiuk. | Icons by Dry Icons.

qooxdoo