<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.
Example
<kendo:editor-resizable>
<kendo:editor-resizable-min></kendo:editor-resizable-min>
</kendo:editor-resizable>
Configuration Attributes
minHeight float
The minimum height that the editor can be resized to.
Example
<kendo:editor-resizable-min minHeight="minHeight">
</kendo:editor-resizable-min>
minWidth float
The minimum width that the editor can be resized to.
Example
<kendo:editor-resizable-min minWidth="minWidth">
</kendo:editor-resizable-min>