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.