| CKEditorControlToolbarBasic Property | 
             The toolbar definition.
             It is an array of toolbars (strips), each one being also an array,
             containing a list of UI items.
             Note that this setting is composed by "toolbar_" added by the
             toolbar name, which in this case is called "Basic".
             This second part of the setting name can be anything.
             You must use this name in the Toolbar setting, so you instruct the
             editor which toolbar_(name) setting to you.
            
             Default value:
             [
             ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'InsertLink', 'Unlink']
             ];
            
             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 ToolbarBasic { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also