Esc button event

Hi Webix team,
How to avoid closing of window on esc button?

Thanks

Also how to invoke form’s save button click on keyboad enter button?

Hello,

The solution for the first question is to use webix.UIManager.removeHotKey("esc") (but it works for all windows)
Here is an example: https://webix.com/snippet/468b1833

For the second question - is to use hotkey property
Example: https://webix.com/snippet/0b9cb0a4