ASPxHtmlEditorHtmlEditingSettings Properties
Contains settings that relate to a control’s HTML editing functionality.
Name | Description |
---|---|
Allowed |
Specifies document type allowed in the ASPx |
Allow |
Specifies if end-users can edit the full document content or the body tag content only.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain form elements, such as ‘form’, ‘input’, ‘select’, etc.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain HTML5 media elements, i. |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain ‘iframe’ elements.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘object’ and ‘embed’ elements.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain scripts.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain style attributes.
Inherited from Html |
Allow |
Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘iframe’ elements linking to a You |
Content |
Provides access to settings that relate to content element filtering.
Inherited from Html |
Enable |
Gets or sets whether the paste options bar is available for end-users. |
Enter |
Gets or sets a value that specifies the editor’s behavior, when the ENTER key is pressed by an end user. |
Paste |
Returns settings that relate to content element filtering. |
Paste |
Gets or sets a value that specifies how the ASPx |
Process |
Gets or sets a value that specifies whether to process the copied/cut RTF content on the server side.
Inherited from Html |
Resource |
Specifies if resource paths should be changed to absolute, relative, or root relative.
Inherited from Html |
Update |
Gets or sets a value that specifies whether the b (bold) and i (italic) elements occurring within the editor’s HTML markup should be replaced with the strong and em elements respectively.
Inherited from Html |
Update |
Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor’s HTML markup should be replaced with their valid analogs.
Inherited from Html |
Use |
Obsolete. Specifies if the relative resource paths should be changed to absolute. |