i am using FCKEditor but i dont want all the buttons that are in the toolbar area i want only some of them is there any way to hide them using css or javascript or in any other way.
|
feedback
|
|
Have you looked into the ability to customize the fckeditor toolbar? http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Toolbar There's FCKConfig.js which uses JSON configuration.
| ||||
|
feedback
|
|
For the version 3 There is a file called config.js There You can change the default config value... for example
Notesfor the moment you load the ckeditor.js, the CKEDITOR is global, so you can change the editorConfig anywhere on your javascript this way and not only on this config. | |||
|
feedback
|