I want to add listeners to some user-supplied HTML that has been added
to the DOM.

If I create a new TextArea it works but none of the user's properties
or attributes carry over.

If I create a FocusWidget or TextAreaBase with the user's Element all
works well only in IE7. (No indication that events are triggered in
FF3, Safari, Opera, or Chrome).

I can use getProperty and setProperty to transfer properties to the
new TextArea but how do I iterate over the properties (and attributes)
of an Element?

Thanks in advance.

-ken kahn
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to