I want to customize my toolbar at the button level, but I cannot find any current documentation on which buttons are available. For example, 'TextColor' and 'BGColor' appear in older docs, but don't seem to work. Same for 'SpellChecker'. What's available in Ver. 4?
config.toolbar_Mytoolbar = [
['Source','TextCcolor','BGColor'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellCheck'],
['Bold','Italic','-','NumberedList','BulletedList']
];
The samples/toolbar.html file
The samples/toolbar.html file, present in the editor distribution, should give you some clue about it.
Note that you must also have all necessary plugins available. I would recommend you using CKBuilder, so you'll pick all the things that you need.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn