ai.pane.collapsedBoolean
Sets the collapsed of the pane.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
pane: {
collapsed: false
}
}
});
</script>
In this article
Boolean
Sets the collapsed of the pane.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
pane: {
collapsed: false
}
}
});
</script>