| CKEditorControlToolbarFull Property | 
             This is the default toolbar definition used by the editor. It contains all editor features.
            
             Default value:
             [
             ['Source', '-'],
             ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', 'Scayt', '-'],
             ['Undo', 'Redo', 'Find', 'Replace', 'RemoveFormat', '-'],
             ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-'],
             ['NumberedList', 'BulletedList', 'Outdent', 'Indent', 'Blockquote', 'CreateDiv', '-'],
             ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-'],
             ['InsertLink', 'Unlink', 'Anchor', '-'],
             ['InsertImageOrMedia', 'QuicklyInsertImage', 'Table', 'HorizontalRule', 'SpecialChar', '-'],
             ['Styles', 'Format', 'Font', 'FontSize'],
             ['TextColor', 'BGColor', '-'],
             ['InsertMacro', '-'],
             ['Maximize', 'ShowBlocks']
             ];
            
             Set to null for default value
            
             NOTE: This is a pure javascript value, so be careful not to break things!
            
             Set to null for default value
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string ToolbarFull { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also