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