Hello to all,
Tips on adding functionality to editor:
Should be able to control any event.
$(‘#jqxEditor’).contents().find(‘iframe’).contents().find(‘body’).keypress(function(event){ some code})
Add spell check (chrome) not sure if it works in other browsers
$(‘#hdocument’).contents().find(‘iframe’).contents().find(‘body’).attr(‘spellcheck’, true);