You could have your GWT handler call your javascript handler using JSNI.

On Mon, Sep 6, 2010 at 12:42 PM, GWT noob <[email protected]> wrote:

> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Chris Conroy
Software Engineer
Google, Atlanta

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

Reply via email to