Hi,
I have standard edit view as a dialog
How can I close with keyboard (ESC key)?
Hi,
I have standard edit view as a dialog
How can I close with keyboard (ESC key)?
Hi,
You can define shortcut for the close action, e.g.:
<action id="closeAction" type="detail_close" shortcutCombination="ESCAPE"/>
Regards,
Gleb