EditorResizableSettingsTagHelper
Example
Razor
<resizable>
<max />
<min />
<toolbar></toolbar>
</resizable>
ChildTags
| Tag Name | Details |
|---|---|
| max | EditorResizableMaxSettingsTagHelper |
| min | EditorResizableMinSettingsTagHelper |
| toolbar | EditorResizableToolbarSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| content | Boolean | If enabled, the editor renders a resize handle to allow users to resize it. |
| enabled | Boolean | Enables or disables the configuration. |
| max | Double | The maximum height that the editor can be resized to. |
| min | Double | The minimum height that the editor can be resized to. |
| 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. |