ITinyMceTemplateSupportHTML5CustomDataAttributes Property
|
Gets and sets if custom HTML5 data attributes are supported for the Tiny MCE Editor.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool SupportHTML5CustomDataAttributes { get; set; }
Property SupportHTML5CustomDataAttributes As Boolean
Get
Set
property bool SupportHTML5CustomDataAttributes {
bool get ();
void set (bool value);
}
abstract SupportHTML5CustomDataAttributes : bool with get, set
Property Value
Type:
BooleanRemarks The default value is true.
See Also