resizable.min.minHeightNumber

The minimum height that the editor can be resized to.

Example

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