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