Events in Text editors

Do text editors (in this particular case, tiny-mce) support events such as onChange or onTimedKeypress? I’ve checked the docks and haven’t found anything.

Trying {view: ‘tinymce-editor’, on:{onKeyPress: function(){ console.log(‘CHANGING’); }}, config:{ theme:‘advanced’}} doesn’t do anything. Tried with onChange and onTimedKeypress as well.

Nope, wrapper allows to place the editor into Webix layout, and applies the sizing correctly. For any advanced functionality, you need to use native methods and handlers of tiny-mce.