Hi all, very new to GWT (less than a weekend actually!) and pretty new
to Java in general.  Our development project has an online GWT
flextable setup similar to an excel spreadsheet grid where the user
can click on any of the cells and edit the data.  I have been tasked
with trying to figure out how to add hot key functionality to this
grid, for example if the user hits tab the focus moves one cell to the
right (or next row if you are in the last column), shift-tab moves to
the left, and we would also like to add arrow key and enter key
functionality as well.  The tab key works fine in the browser, and
highlights buttons outside of the flextable just fine, but skips over
all data in the table.

Anyone have any ideas how this could be handled, preferably with some
simple sample code or links to sample code?

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]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to