Hi Frederic,
thanks for the hint! I've stumbled upon this issue last Friday and fixed
it already in trunk.
Anyway, if you are encountering some other documentation issues, don't
hesitate to report them.
Bug reports are always welcome.
cheers,
Alex
frederic wrote:
> Hi,
> In the latest API,
Hi,
In the latest API,
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.Iframe
replace :
var document = this.getRoot();
var iframe = new qx.ui.toolbar.Iframe("http://www.qooxdoo.org";);
document.add(iframe);
with :
var document = this.getRoot();
var iframe = new qx.ui.embed.Iframe("http:/