<textareaid="editor"></textarea><script>$("#editor").kendoEditor({change:function(){/* The result can be observed in the DevTools(F12) console of the browser. */console.log(this.value());}});</script>
<textareaid="editor"></textarea><script>functioneditor_change(){/* The result can be observed in the DevTools(F12) console of the browser. */console.log(this.value());}$("#editor").kendoEditor();var editor =$("#editor").data("kendoEditor");
editor.bind("change", editor_change);</script>