Hi all,
i saw some entries here about my request but there wasn't a real good answer about it.
What i'm looking for is a complete list about all config options of the toolbar.
I have already checked _docs/api/symbols/CKEDITOR.config.html where i could find some options only, but they are working pretty fine.
I have added in config.js:
config.width only change the inbox but how do i change the outer box???
Things i would also change are:
... and so on
All this stuff could have been change in fckconfig.js of the previos version 2.6.4 much easier. I mean if i would have all options here it would be easier as well.
So does anybody have a list will all options????? I really mean all options and not the part of it described in the mentioned file.
Many thanks for it.
Last words: ckeditor is a really great editor, the new style is great i perfer to the Microsoft's style. Good work!!!!
Bye Shungo
i saw some entries here about my request but there wasn't a real good answer about it.
What i'm looking for is a complete list about all config options of the toolbar.
I have already checked _docs/api/symbols/CKEDITOR.config.html where i could find some options only, but they are working pretty fine.
I have added in config.js:
config.resize_enabled = false; config.height = 100; config.width = 753; config.uiColor = '#999999'; config.toolbar = [['Source','-','Undo','Redo','-','Bold','Italic','Underline','-','TextColor','-','OrderedList','UnorderedList','-','FontSize']];
config.width only change the inbox but how do i change the outer box???
Things i would also change are:
- usable font sizes
- <p></p> should not be insert in the textarea
- Toolbarcancollapse should be disabled
... and so on
All this stuff could have been change in fckconfig.js of the previos version 2.6.4 much easier. I mean if i would have all options here it would be easier as well.
So does anybody have a list will all options????? I really mean all options and not the part of it described in the mentioned file.
Many thanks for it.
Last words: ckeditor is a really great editor, the new style is great i perfer to the Microsoft's style. Good work!!!!
Bye Shungo

Re: CKEditor 3.0 config options??