On Dec 16, 2:57 pm, Mean Mike <[email protected]> wrote: > maybe I have something setup wrong but every time I run that I get an > js error "CKEDITOR is not defined" on line 32 of jquery.CKEditor.js
Have you done this?:
$.ckeditor.config = {path: '/path/to/ckeditor/directory/', height:
300 };
It seems as though the jQ plug-in uses this to actually load the
CKEditor code rather than declaring it in the HTML markup. I don't
know why...
-- Scott

