Closing modal window with keyboard

2011-11-08 Thread Anna Simbirtsev
Hi, Is there a way to close modal window with a keyboard shortcut? Thanks Anna

Re: Closing modal window with keyboard

2011-11-08 Thread Andrea Del Bene
I don't think there something ready-to-use to do this. You can try implementing this with JavaScript, intercepting the right keyPress event and closing the modal window. This last code can be obtained from method ModalWindow.getCloseJavacriptInternal Hi, Is there a way to close modal window