resizable.maxNumber|Object

The maximum height that the editor can be resized to. If set to an object the user can restrict both max width and height values.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  resizable: {
    max: 600
  }
});
</script>
In this article
resizable.maxRelated Properties
Not finding the help you need?
Contact Support