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
StringSets the minimum size of the pane.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
pane: {
min: "200px"
}
}
});
</script>