when i think about it i can make a connector module but how can one module access another module js variables
On Oct 19, 3:15 pm, ben fenster <[email protected]> wrote: > no thats not the case i am building an app that have extentions from > unknown sources and i want that an html page containig some gwt module > i never saw in my life will be loaded into the main app by Iframe and > could comunicate with the main app page and even triger events > > On Oct 19, 11:00 am, Sudeep S <[email protected]> wrote: > > > your module 2 is originating from module 1. > > so if u can include the nocache.js of module 2 in html of module 1, then u > > can export js variables from module 2 to 1. > > > i.e for an event trigerred in module 1 , you can retrieve the data from > > module2. > > > On Mon, Oct 19, 2009 at 1:44 PM, ben fenster <[email protected]> wrote: > > > > ??? > > > > On Oct 18, 7:07 pm, ben fenster <[email protected]> wrote: > > > > i need to establish event based comunication between to seperate > > > > modules > > > > one module contains a frame widget that its url directed to the html > > > > hosting the second module the only thing i found accessible to both > > > > are cookies , can anyone suggest a better way to share data --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
