I need to implement a general event handler for text controls that
lets me know every time the contents have changed in any way (I guess
that would be through typing, cutting or pasting).  I can get partway
there now in GWT 1.7.0 with a combination of ONKEYPRESS and ONCHANGE,
and I can get one step further in GWT 2.0 with the addition of
ONPASTE.  But I'm not seeing any way to get to the ONCUT event...or am
I just missing it?

Is it possible to see arbitrary browser events that aren't
specifically supported by GWT (like, for example, the ONCUT event,
assuming it's not currently supported)?
--~--~---------~--~----~------------~-------~--~----~
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