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, > 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://www.qooxdoo.org"); > document.add(iframe); ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
