Re: [qooxdoo-devel] Iframe not loaded in TabView

2007-08-25 Thread benco
It is because pages inside tabview are set to display=false by default. You can force the behavior by setting pageInstance.setDisplay(true); when creating each page and I think It will fix it. Regards, Benco. frederic wrote: > > Hello, > I'm working on a rich text editor widget, working fine

[qooxdoo-devel] Iframe not loaded in TabView

2007-02-17 Thread frederic
Hello, I'm working on a rich text editor widget, working fine using qx.ui.embed.Iframe and inspirated from www.rtef.info . I have planned to release this widget in opensource, soon. For the moment, I encountered troubles with Safari and the use of qx.ui.embed.Iframe in qx.ui.pageview.tabview.TabVi