Click or drag to resize

ITinyMceTemplateExtendedValidElements Property


Gets and sets the extended valid elements that can be used to override standard element attributes.

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

Property Value

String
Example
e.g. "customEle[class|onclick|customAttr],customEle2[onkeyup|customAttr1|customAttr2]"
See Also