Tuesday, April 28, 2009

[jQuery] FCKEditor jQuery Plugin Configuration

I was wondering if anyone could provide me with a sample in how to
configure the FCKEditor when I'm using the jQuery Plugin. Do I write
the toolbarset script in the configuration within the jQuery like so:

$.fck.config = {
path: "<?= base_url(); ?>public/js/fck/",
toolbar: "Default",
height: "100",
toolbarset: "Tool set here"
};

Or do I write it into the fckconfig.js file. I have been modifying
the fckconfig.js with the tools I want to use and it just doesn't seem
like I can change around the configuration.

Thanks for the help!

Steve

No comments: