Click or drag to resize

ITinyMceUserProfileTableCssClass Property


Gets a list of all the CSS classes enabled for tables in the XHTML Editor.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ITinyMceSetting> TableCssClass { get; }

Property Value

IEnumerableITinyMceSetting
Example
Names of possible CSS classes include: No JS, Plain Table, and Table Scroller.
See Also