ai.pane.collapsibleBoolean

Enables the collapsibility of the pane.

Example

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