The documentation here
http://docs.cksource.com/ckeditor_api/s ... l#.toolbar
detailing how to change the toolbars refers to plugins/toolbar/plugin.js except the plugins/toolbar folder does not exist.
So I can't follow the instructions to change the toolbar configuration.
Help!
Thanks
Wed, 05/11/2011 - 20:42
#1
Re: Documentation is wrong. There is no plugins/toolbar fold
That entry is defined in such file (you can see it by clicking the link), although it's compressed in the release code.
But in order to change the configuration you don't have to change the source files, and you should use instead the config object at creation time. Just look at the samples.
Re: Documentation is wrong. There is no plugins/toolbar fold
This path refers to the source file and it's actually not important to you.
See http://docs.cksource.com/CKEditor_3.x/D ... de/Toolbar, section Toolbar Customization
Re: Documentation is wrong. There is no plugins/toolbar fold
What config object at creation time? What is a config 'object'?
Looking at the samples doesn't help.
Re: Documentation is wrong. There is no plugins/toolbar fold
I guess that you still haven't looked at the integration guide: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Do you seriously mean that you don't know what's an object in javascript?
If that's the case I guess that following the documentation will be a little harder as it's meant for developers with some minimum knowledge about javascript.
Re: Documentation is wrong. There is no plugins/toolbar fold
No, I have never done any serious Javascript coding, so I don't know what is meant by an 'object' in that respect.
I want to customise the Basic toolbar, that's all.
I did it a few months ago somehow. Just can't remember how, and the documentation is obviously not designed for someone without JS knowledge.
Re: Documentation is wrong. There is no plugins/toolbar fold
Re: Documentation is wrong. There is no plugins/toolbar fold
Thanks.
The code I previously used is
And I edited the basic editor config. But can't see where that is, now !!!
Re: Documentation is wrong. There is no plugins/toolbar fold
Re: Documentation is wrong. There is no plugins/toolbar fold