I have a JQueryDialog with a text field, an OK button and a cancel button.
I want to be able to hit the enter key after filling in the text fields and have it do the same action as when I click the OK button.
|
|
|
|
|
|
|
In your dialog, call |
||
|
|
|
|
The code is almost correct. I would change the if comparison and use the correct method as noted below.
|
||
|
|
|
|
That is a quick summary of the needed code. I didn't compile it. Check out the KeyListener class for better info. |
||||||
|