ai.pane.sizeString
Sets the size of the pane.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
pane: {
size: "350px"
}
}
});
</script>
In this article
StringSets the size of the pane.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
pane: {
size: "350px"
}
}
});
</script>