ai.pane.minString

Sets the minimum size of the pane.

Example

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