Hi all, I just have a quick question: I know that GWT presents a fairly low- level DOM API that wraps native DOM objects. What I'd like to do is create a new iframe element, and then set a DOM onLoad listener on it so that I can then manipulate the iframe's internal document (its contentDocument). It's very easy for me to imagine how to implement this, except for the fact that I cannot find a way to set any kind of a listener on any of the DOM objects exposed by GWT. I found some blog posts that mentioned that GWT's method of event handling had changed in 1.6 [0][1], but I'm not sure if that applies only to classes that extend Widget, or to the wrapped DOM objects as well. Hopefully I'm just missing them.
I'd greatly appreciate any guidance anyone can offer. Thanks, Jake [0] http://lemnik.wordpress.com/2009/03/04/gwts-new-event-model-handlers-in-gwt-16/ [1] http://lemnik.wordpress.com/2009/03/12/using-event-handlers-in-gwt-16/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
