Close ModalWindow on keypress (ESC)

2012-08-17 Thread Marco Di Sabatino Di Diodoro
Hi, I need close the ModalWindows of my application when I press ESC on the keyboard. Suggestions? Regards M -- Dott. Marco Di Sabatino Di Diodoro Tel. +39 3939065570 Tirasa S.r.l. Viale D'Annunzio 267 - 65127 Pescara Tel +39 0859116307 / FAX +39 085973 http://www.tirasa.net Apache

Re: Close ModalWindow on keypress (ESC)

2012-08-17 Thread Cedric Gatay
Hi, I actually use this in my project : /** * Behavior allowing to close the window on esc, requires jQuery * Slighlty modified from http://stackoverflow.com/questions/5042426/wicket-close-modalwindow-on-keypress */ private class CloseOnESCBehavior extends

Re: Close ModalWindow on keypress (ESC)

2012-08-17 Thread Marco Di Sabatino Di Diodoro
Hi, thanks for the help. I integrate your code in my application, but the Modal Window closes only when I clicked on it with the mouse first. How can I set the focus when the ModalWindow opens? M On Aug 17, 2012, at 12:31 PM, Cedric Gatay wrote: Hi, I actually use this in my project :