I am a bit bemused, surely the reason for using ckeditor is to have
wysiwyg editing. Yet I have tried both the slices version and the the
plugin of ckeditor and they both just seem to allow editing but with
no toolbar for emboldening etc. I woudl have thought the defualt ought
to include this.
I have tried
putting
CKEDITOR.editorConfig = function( config )
{
config.toolbar='Basic';
};
in config.js
using the documentation from http://ckeditor.com/
but his does not do it. Is there anyone there who has got the toolbar
to appear, and if so how did you do it.
Thanks
Peter
On Nov 10, 2:48 pm, peter <[email protected]> wrote:
> thanks