I'm trying to take out all toolbar items except a simple few (ul, em, strong...)
I'm having great difficulty figuring out where and how to specify the toolbar items to use.
I found http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Toolbar but it didn't really help me with CKEditor.
Thanks guys!
Wed, 07/15/2009 - 20:55
#1
Re: CKEditor Toolbar
You can get the toolbar tags you can us from plugin.js in ckeditor/_source/plugins/toolbar.
Ian