Hello all,
I'm the author of a bookmarklet called Visual Event (
http://www.sprymedia.co.uk/article/Visual+Event+2 ) which shows events
that are assigned to DOM elements. Unfortunately due to the lack of
being able to query the DOM to find out what events have been applied
to elements what I do is parse through event cache information held by
Javascript libraries.
So what I was wondering was, does GWT hold this kind of event
information and is it globally assessable as a property or a method
somehow? With this information I'd be able to add support to Visual
Event for showing GWT assigned events.
Many thanks,
Allan