Hi All,
I am trying to reset certain attributes of some of the elements on
specific mouse/keyboard events; yes ofcourse, these events occur after
onModuleLoad. For example, I am trying to do a
"DOM.getElementById("tabPanelContainer").setAttribute("selectedTab", "cr")"
on a particular mouse click event. But it looks like the value doesnot get
reset when I do that.
My bigger objective is to achieve deferred binding by modifying the
attributes of the DOM elements and have the gwt.xml file return the right
scripts depending on the attributes. Is this achieveable. The current
behavior is that the class corresponding to the older value of the attribute
value gets bound.
Regards,
Balaji
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---