Hi everyone,
I need to know how to add handler to a node or
element in Html document. Suppose I am not using any widget or panel
or any class of gwt. and I have something like this
<div id="i_need_clickHandler"></div>
//.........
Element ele = doc.getElementById("i_need_clickHandler");
So how can I attach a click or mouseover handler to ele.
Thanks in advance
--
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.