<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. If set to an object the user can restrict both max width and height values. Further configuration is available via kendo:editor-resizable-max.
Example
<kendo:editor-resizable max="max">
</kendo:editor-resizable>
min float
The minimum height that the editor can be resized to. If set to an object the user can restrict both min width and height values. Further configuration is available via kendo:editor-resizable-min.
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>
Configuration JSP Tags
kendo:editor-resizable-max
The maximum height that the editor can be resized to. If set to an object the user can restrict both max width and height values.
More documentation is available at kendo:editor-resizable-max.
Example
<kendo:editor-resizable>
<kendo:editor-resizable-max></kendo:editor-resizable-max>
</kendo:editor-resizable>
kendo:editor-resizable-min
The minimum height that the editor can be resized to. If set to an object the user can restrict both min width and height values.
More documentation is available at kendo:editor-resizable-min.
Example
<kendo:editor-resizable>
<kendo:editor-resizable-min></kendo:editor-resizable-min>
</kendo:editor-resizable>