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
ai.pane.size
Not finding the help you need?
Contact Support