<kendo:editor-resizable>

If enabled, the editor renders a resize handle to allow users to resize it.

Example

<kendo:editor>
    <kendo:editor-resizable></kendo:editor-resizable>
</kendo:editor>

Configuration Attributes

content boolean

If enabled, the editor renders a resize handle to allow users to resize it.

Example

<kendo:editor-resizable content="content">
</kendo:editor-resizable>

max float

The maximum height that the editor can be resized to.

Example

<kendo:editor-resizable max="max">
</kendo:editor-resizable>

min float

The minimum height that the editor can be resized to.

Example

<kendo:editor-resizable min="min">
</kendo:editor-resizable>

toolbar boolean

If resizable is set to true the widget will detect changes in the viewport width and will hide the overflowing controls in the tool overflow popup.

Example

<kendo:editor-resizable toolbar="toolbar">
</kendo:editor-resizable>
In this article
Not finding the help you need?