I have installed CKeditor, and am really impressed.
However, I cannot seem to set parameters in-page.
i.e.
As soon as I add other parameters such as
The text editor disappears.
This happens on both Safari 4.0.3 and Firefox 3.0.11
I have not changed any of the original configuration files.
Any help would be much appreciated
However, I cannot seem to set parameters in-page.
i.e.
CKEDITOR.replace( 'editor1');displays perfectly
As soon as I add other parameters such as
CKEDITOR.replace( 'editor1', { toolbar : 'basic', uiColor : '# 9AB8F3' });
The text editor disappears.
This happens on both Safari 4.0.3 and Firefox 3.0.11
I have not changed any of the original configuration files.
Any help would be much appreciated
Re: Editor disappears when parameters added
Found the problem/solution

I had cut and pasted code from documentation to avoid mistyping anything, but it was incorrect.
The documentation is { toolbar : 'basic' } , but the config.js file is "Basic" - Note uppercase 'B'
Although I tried all sorts of different parameters, the one that I left constant was the 'basic' toolbar