DxHtmlEditor Properties
A WYSIWYG text editor.
Name | Description |
---|---|
Additional |
Allows you to add custom items to the editor’s toolbar. |
Allow |
Specifies whether users can split content into multiple lines within one block element. The Shift+Enter key combination adds a new line. |
Bind |
Specifies how the HTML Editor updates its Markup property when it is bound to a property/field. |
Css |
Assigns a CSS class to the Html component.
|
Height | Specifies the component height. |
Id | Specifies the component’s unique identifier. |
Input |
Specifies a delay between the last user change and the Markup property value update. Applied in Html |
Is |
Specifies whether the editor’s markup is valid. |
Markup | Specifies the editor markup. |
Media |
Specifies whether users can resize embedded media blocks (images). |
Null |
Specifies the HTML Editor’s prompt text when the value is null .
|
Read |
Specifies whether the read-only mode is active. |
Show |
Specifies whether the editor hides a validation message after the editor’s focus is lost. |
Table |
Specifies the minimum width of table columns. |
Table |
Specifies whether users can resize tables. |
Table |
Specifies the minimum height of table rows. |
Validation |
Specifies a validation message that the editor displays on invalid user input. |
Validation |
Specifies where the editor displays a validation message. |
Visible | Specifies whether the HTML Editor is visible. |
Width | Specifies the component width. |