Back to Devexpress

ASPxHtmlEditorHtmlEditingSettings Properties

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditorhtmleditingsettings-dot-underscore-properties.md

latest6.7 KB
Original Source

ASPxHtmlEditorHtmlEditingSettings Properties

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

NameDescription
AllowedDocumentTypeSpecifies document type allowed in the ASPxHtmlEditor. Inherited from HtmlEditorHtmlEditingSettings.
AllowEditFullDocumentSpecifies if end-users can edit the full document content or the body tag content only. Inherited from HtmlEditorHtmlEditingSettings.
AllowFormElementsGets 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.
AllowHTML5MediaElementsGets 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.
AllowIdAttributesGets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes. Inherited from HtmlEditorHtmlEditingSettings.
AllowIFramesGets or sets a value that specifies whether the editor’s HTML markup can contain ‘iframe’ elements. Inherited from HtmlEditorHtmlEditingSettings.
AllowObjectAndEmbedElementsGets or sets a value that specifies whether the editor’s HTML markup can contain the ‘object’ and ‘embed’ elements. Inherited from HtmlEditorHtmlEditingSettings.
AllowScriptsSpecifies whether the Editor’s HTML markup can contain scripts. Inherited from HtmlEditorHtmlEditingSettings.
AllowStyleAttributesGets or sets a value that specifies whether the editor’s HTML markup can contain style attributes. Inherited from HtmlEditorHtmlEditingSettings.
AllowYouTubeVideoIFramesGets 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.
ContentElementFilteringProvides access to settings that relate to content element filtering. Inherited from HtmlEditorHtmlEditingSettings.
EnablePasteOptionsGets or sets whether the paste options bar is available for end-users.
EnterModeGets or sets a value that specifies the editor’s behavior, when the ENTER key is pressed by an end user.
PasteFilteringReturns settings that relate to content element filtering.
PasteModeGets or sets a value that specifies how the ASPxHtmlEditor formats the pasted HTML content.
ProcessRtfContentPastingOnServerGets or sets a value that specifies whether to process the copied/cut RTF content on the server side. Inherited from HtmlEditorHtmlEditingSettings.
ResourcePathModeSpecifies if resource paths should be changed to absolute, relative, or root relative. Inherited from HtmlEditorHtmlEditingSettings.
UpdateBoldItalicGets 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.
UpdateDeprecatedElementsGets 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.
UseAbsoluteResourcePathsObsolete. Specifies if the relative resource paths should be changed to absolute.

See Also

ASPxHtmlEditorHtmlEditingSettings Class

ASPxHtmlEditorHtmlEditingSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace