i think there's no difference to normal javascript-coding...you can access all childs of a frame by calling:
parent.frames["myFrame"].myMethod(); and for the qx-stuff: just add a execute-event-listener to your button, that calls your method as mentioned above. see the demo-files if you're not familiar with it! thats it... > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von > sharmaprateek > Gesendet: Mittwoch, 12. Juli 2006 13:22 > An: [email protected] > Betreff: [qooxdoo-devel] QxIframe Help! > > > > Hello Guys.. > > I have been experimenting wid qooxdoo and I must say its one of the best > open source projects I have come across.. Thanks for creating such a nice > framework.. The only thing that is putting me on the backfoot is the lack of > documentation.. but nevertheless I might help the community in documenting > after i finish off with a very imp project that i am currently working on.. > > I am using QxIframe widget to create an iframe on my page.. The application > i am creating has a toolbar in the main page and a few buttons on it. I > want that when I click on any of the button, a function in the Iframe > document should get executed. > > So can anyone please tell me how to enable communication between the main > document and the iframe document. Please note that child iframe does not > have any qooxdoo component in it, it contains plain javascript functions. > > So all i want to know is that when I click a qooxdoo button in a main > document how to communicate the same to a plain function in the child > iframe? > -- > View this message in context: > http://www.nabble.com/QxIframe-Help%21-tf1930287.html#a5286793 > Sent from the qooxdoo-devel forum at Nabble.com. > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
