The forum operates in read-only mode. Please head to StackOverflow for support.
Add this code to your config.js file and customize it accordingly with the buttons you want to add/remove..config.toolbar = [ ['Source','Cut','Copy','Paste','PasteText','PasteFromWord','Scayt', 'Undo','Redo'] ];You can find a list of available buttons at:http://docs.cksource.com/CKEditor_3.x/D ... de/ToolbarCheers,Tyger Shark
Re: How to customize toolbars in the Editor?
Add this code to your config.js file and customize it accordingly with the buttons you want to add/remove..
config.toolbar = [ ['Source','Cut','Copy','Paste','PasteText','PasteFromWord','Scayt', 'Undo','Redo'] ];
You can find a list of available buttons at:
http://docs.cksource.com/CKEditor_3.x/D ... de/Toolbar
Cheers,
Tyger Shark