<textareaid="editor"></textarea><script>$("#editor").kendoEditor();var editor =$("#editor").data("kendoEditor");
editor.value("<p>New content</p>");/* The result can be observed in the DevTools(F12) console of the browser. */console.log(editor.value());// logs "<p>New content</p>"</script>