HtmlSettingsAttribute Properties
Specifies the HTML editing settings (HtmlEditorSettings.SettingsHtmlEditing) for the value of a data field.Name | Description |
---|---|
AllowedDocumentType | Gets or sets a value that specifies what document types are allowed in the HtmlEditor. |
AllowEditFullDocument | Specifies if end-users can edit the full document content or the body tag content only. |
AllowFormElements | Gets or sets a value that specifies whether the editor’s HTML markup can contain form elements, such as ‘form’, ‘input’, ‘select’, etc. |
AllowHTML5MediaElements | Gets or sets a value that specifies whether the editor’s HTML markup can contain HTML5 media elements, i.e. ‘audio’ and ‘video’. |
AllowIdAttributes | Gets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes. |
AllowIFrames | Gets or sets a value that specifies whether the editor’s HTML markup can contain ‘iframe’ elements. |
AllowObjectAndEmbedElements | Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘object’ and ‘embed’ elements. |
AllowScripts | Gets or sets a value that specifies whether the editor’s HTML markup can contain scripts. |
AllowStyleAttributes | Gets or sets a value that specifies whether the editor’s HTML markup can contain style attributes. |
AllowYouTubeVideoIFrames | Gets or sets a value that specifies whether the editor’s HTML markup can contain the ‘iframe’ elements linking to a YouTube video. |
AttributeFilterMode | Specifies the filtering mode for attribute elements. |
AttributesFilter | Gets or sets the attribute elements that will be filtered according to the specified filter mode. |
ResourcePathMode | Specifies if resource paths should be changed to absolute, relative, or root relative. |
StyleAttributeFilterMode | Specifies the filtering mode for style attribute elements. |
StyleAttributesFilter | Gets or sets the style attribute elements that will be filtered according to the specified filter mode. |
TagFilterMode | Specifies the filtering mode for tag elements. |
TagsFilter | Gets or sets the tag elements that will be filtered according to the specified filter mode. |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
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. |
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. |
See Also