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.492
Syntax
string InvalidElements { get; set; }

Property Value

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