New to Kendo UI for Angular? Start a free 30-day trial
EditorResizableOptions
The size restrictions that will be applied to the resizable Editor (see example).
Name | Type | Default | Description |
---|---|---|---|
maxHeight? |
|
Specifies the maximum height of the resizable Editor in pixels. | |
maxWidth? |
|
Specifies the maximum width of the resizable Editor in pixels. | |
minHeight? |
|
Specifies the minimum height of the resizable Editor in pixels. | |
minWidth? |
|
Specifies the minimum width of the resizable Editor in pixels. |