Hi Folks,         More findings. The DOM variable attribute here is getting
reset properly. The problem infact boils down to deferred binding. The class
when gets bound corresponds to the variable which was bound earlier viz.
before I did a reset.
       So I think the problem is again to do with deferred binding.

Regards,
Balaji

On Wed, Oct 7, 2009 at 4:42 PM, Sampath Kumar <sampat...@gmail.com> wrote:

> 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 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