Monday, September 6, 2010

declaring both a GWT and a javascript event handler on a html element

When I declare a event handler on a html element both at the GWT
level(using ClickHandler's onclick) and at the external Javascript
levele(by using the onlclick attribute of the html element), the GWT
event handler is overriding the event handler in the external
javascript. Is there a way to have both these event handlers run on a
successful event.

thanks

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment