Hi, Chris, thanks for the advice but it did not work. I tried this with the Firebug but maybe the "this" pointer is not correctly set there.
I am developing a RAP project, so I cannot really access/change the qooxdoo code. Is it correct that a general qx object is loaded into the document? I tried to only use the qx.core.Init.getApplication().getTree() in the outer window, but there is an error that getApplication() is not a function, where qx.core.Init returns a function. I am slightly confused :) Greetings, Oliver Christian Schmidt wrote: > Hi Oliver, > > yes, if for example your "Application" class has an getTree() method > witch returns the tree widget instance, you can call this on a qooxdoo > IFrame: > this._iFrame.getWindow().qx.core.Init.getApplication().getTree() > > Hope this helps. > > Cheers, > Chris > > oliverspecht schrieb: >> Hi, >> I need to access a qooxdoo Tree from another GUI component which is set in >> an IFrame. >> >> I searched the docs but did not find any hint. I tried qx.Class.getClass() >> etc. but nothing worked. Is there any possibility to traverse the qooxdoo >> GUI components in a webpage? >> >> Something like in jQuery wrapping the elements etc.? >> >> Thanks, >> Oliver >> > > ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
