Click or drag to resize

ITinyMceTemplateInvalidElements Property


Gets and sets the invalid elements that will be automatically removed by the XHTML editor. This is null by default.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
string InvalidElements { get; set; }

Property Value

Type: String
Remarks
This should be element names only and cannot be a Forced Root Block Tag.
Examples
e.g. "invalidEle1,invalidEle2"
See Also