New to Kendo UI for jQueryStart a free 30-day trial

Toolbar

fields

The toolbar instance of the Kendo Editor.

toolbar

Object
<button  id="open">Open</button>
<div id="editor"></div>
<script>
  $("#open").kendoButton();
  var editor = $("#editor").kendoEditor().data("kendoEditor");
  $("#open").click(function(){
    editor.windowInstance.open();
  })
</script>
Not finding the help you need?
Contact Support