Click or drag to resize

ITinyMceUserProfilePlugins Property


Gets a list of all the plugins configured for this Tiny MCE profile.

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

Property Value

IEnumerableITinyMceSetting
Remarks
The plugin selection affects the number of buttons available in the XHTML Editor toolbar template.
See Also