Link to home
Start Free TrialLog in
Avatar of Jay Roy
Jay RoyFlag for United States of America

asked on

close popup when 'Esc' key is pressed

hi guys
I have a popup which i am displaying using
PopUpManager.centerPopUp(dataGrid);

When the 'Esc' key is pressed, i want the popup to close. Is that possible?

thanks
ASKER CERTIFIED SOLUTION
Avatar of dgofman
dgofman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jay Roy

ASKER

couple of questions

1.when should i use KEY_UP v/s KEY_DOWN
2. In stage.addEventListener... what does 'stage' mean

thanks
please try my example first
Avatar of Jay Roy

ASKER

thanks it works

one question i have is
hi
Like you used
if (e.keyCode==Keyboard.ESCAPE) {

Is there a way to check if only alphabets (a-z) or numbers (0-9) is pressed ?

thanks
SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial