Hey all,
I'm going through the StockWatcher tutorial and the code:
<code>
if (event.getCharCode() == KeyCodes.KEY_ENTER) {
addStock();
}
</code>
I've tried to trigger this, but while I can get the KeyPressEvents to
go through, detecting the enter key doesn't seem to be working.
Any ideas?
Thank you.
--
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.