ITinyMceGroupProfilePlugins 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.308
Syntax TinyMceSettingList Plugins { get; set; }
Property Plugins As TinyMceSettingList
Get
Set
property TinyMceSettingList^ Plugins {
TinyMceSettingList^ get ();
void set (TinyMceSettingList^ value);
}
abstract Plugins : TinyMceSettingList with get, set
Property Value
Type:
TinyMceSettingListRemarks The plugin selection affects the number of buttons available in the XHTML Editor toolbar template.
See Also