<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.

Example

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

Configuration Attributes

maxHeight float

The maximum height that the editor can be resized to.

Example

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

maxWidth float

The maximum width that the editor can be resized to.

Example

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