CKEditorControlRemoveButtons Property |
List of toolbar button names that must not be rendered.
This will work as well for non-button toolbar items, like the Font combos.
Remarks This setting is case sensitive
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public ICollection<string> RemoveButtons { get; }
Property Value
Type:
ICollectionStringSee Also