Hello , I have integrated ace with webix and it works (https://docs.webix.com/desktop__text_editors.html#ace).
I wan’t to know if it is possible in webix to use the same thing that “onKeyPress” in webix to get keyboard interaction in ace for show or hide a button ?
thanks
Hello,
Webix integration does not handle (nor intercept) events of Ace, so you can use any method available in Ace API, for example:
https://snippet.webix.com/7hj1zp89
Thanks , it is ok with : editor.keyBinding.addKeyboardHandler for all keyboard interaction