Skip to main content

ASPxHtmlEditorHtmlEditingSettings Members

Contains settings that relate to a control’s HTML editing functionality.

Constructors

Name Description
ASPxHtmlEditorHtmlEditingSettings() Initializes a new instance of the ASPxHtmlEditorHtmlEditingSettings class with default settings.
ASPxHtmlEditorHtmlEditingSettings(IPropertiesOwner) Initializes a new instance of the ASPxHtmlEditorHtmlEditingSettings class with the specified owner.

Properties

Name Description
AllowedDocumentType Specifies document type allowed in the ASPxHtmlEditor. Inherited from HtmlEditorHtmlEditingSettings.
AllowEditFullDocument Specifies if end-users can edit the full document content or the body tag content only. Inherited from HtmlEditorHtmlEditingSettings.
AllowFormElements 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 HtmlEditorHtmlEditingSettings.
AllowHTML5MediaElements Gets or sets a value that specifies whether the editor’s HTML markup can contain HTML5 media elements, i.e. ‘audio’ and ‘video’. Inherited from HtmlEditorHtmlEditingSettings.
AllowIdAttributes Gets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes. Inherited from HtmlEditorHtmlEditingSettings.
AllowIFrames Gets or sets a value that specifies whether the editor’s HTML markup can contain ‘iframe’ elements. Inherited from HtmlEditorHtmlEditingSettings.
AllowObjectAndEmbedElements Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘object’ and ‘embed’ elements. Inherited from HtmlEditorHtmlEditingSettings.
AllowScripts Gets or sets a value that specifies whether the editor’s HTML markup can contain scripts. Inherited from HtmlEditorHtmlEditingSettings.
AllowStyleAttributes Gets or sets a value that specifies whether the editor’s HTML markup can contain style attributes. Inherited from HtmlEditorHtmlEditingSettings.
AllowYouTubeVideoIFrames Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘iframe’ elements linking to a YouTube video. Inherited from HtmlEditorHtmlEditingSettings.
ContentElementFiltering Provides access to settings that relate to content element filtering. Inherited from HtmlEditorHtmlEditingSettings.
EnablePasteOptions Gets or sets whether the paste options bar is available for end-users.
EnterMode Gets or sets a value that specifies the editor’s behavior, when the ENTER key is pressed by an end user.
PasteFiltering Returns settings that relate to content element filtering.
PasteMode Gets or sets a value that specifies how the ASPxHtmlEditor formats the pasted HTML content.
ProcessRtfContentPastingOnServer Gets or sets a value that specifies whether to process the copied/cut RTF content on the server side. Inherited from HtmlEditorHtmlEditingSettings.
ResourcePathMode Specifies if resource paths should be changed to absolute, relative, or root relative. Inherited from HtmlEditorHtmlEditingSettings.
UpdateBoldItalic 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 HtmlEditorHtmlEditingSettings.
UpdateDeprecatedElements 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 HtmlEditorHtmlEditingSettings.
UseAbsoluteResourcePaths Obsolete. Specifies if the relative resource paths should be changed to absolute.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also