Hi,
Maybe someone can help me with my issue.
I want to use the basic editor, so I went to \ckeditor\_source\plugins\toolbar\plugin.js and changed line 513 below:
CKEDITOR.config.toolbar = 'Full';
to
CKEDITOR.config.toolbar = 'Basic';
and saved the file. However the editor is still showing the full toolbar even after several refresh, different browsers, etc. Can someone assist?
Thanks.
Maybe someone can help me with my issue.
I want to use the basic editor, so I went to \ckeditor\_source\plugins\toolbar\plugin.js and changed line 513 below:
CKEDITOR.config.toolbar = 'Full';
to
CKEDITOR.config.toolbar = 'Basic';
and saved the file. However the editor is still showing the full toolbar even after several refresh, different browsers, etc. Can someone assist?
Thanks.
Re: Basic Toolbar not activating?
The _source files aren't used in production environments, please read the HowTo: http://docs.cksource.com/CKEditor_3.x/Howto and in your case this one: http://docs.cksource.com/CKEditor_3.x/D ... igurations