Processes keyboard actions
keydown(event)
event |
DOM Event object, event object |
Description
This methods is called when popup is open and user clicks any key on the keyboard. Thought the method is called on any key event,
it will only process ESC key to close the popup. If you want to attach to the keyboard event, you can listen to
w2popup.onKeydown event.