ITinyMceTemplateVerifyHtml Property
|
Gets and sets whether the Tiny MCE Editor should verify HTML elements and attributes.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool VerifyHtml { get; set; }
Property VerifyHtml As Boolean
Get
Set
property bool VerifyHtml {
bool get ();
void set (bool value);
}
abstract VerifyHtml : bool with get, set
Property Value
Type:
BooleanRemarks Default is false to avoid breaking existing HTML content.
See Also