DxHtmlEditor Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Customize |
Allows you to customize the HTML Editor’s toolbar. |
Markup |
Fires when the editor markup changes. |