Re: [qooxdoo-devel] minor typo error

2008-09-01 Thread Alexander Back
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,

[qooxdoo-devel] minor typo error

2008-08-29 Thread frederic
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:/