Customising the CK Editor Toolbar

To customise the Toolbar for CK Editor, using Node Browser, create a wtConfig node called 'Toolbar' at 

/ Config / Settings / Content Manager / CKEditor / Toolbar

The Value for the node should be the options to put in the toolbar. Eg:

[

            ['Source', '-', 'Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker'],
            ['Undo','Redo','-','Find','Replace'],
            ['wtlink',  'Unlink'],
            '/',
            ['Format'],
            ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
            ['NumberedList','BulletedList', 'Outdent', 'Indent', '-', 'Table', 'HorizontalRule', 'Image']
]

Options for the CK Editor Toolbar can be found at:

http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar