How do load a custom plugin in a folder outside of CKEditor itself? It was possible in FCK.
Otherwise, I need to figure out all this packaging/minifying stuff, and upgrading CKEditor will be more tedious.
Otherwise, I need to figure out all this packaging/minifying stuff, and upgrading CKEditor will be more tedious.
Re: Plugins/skins in a separate folder?
also you can specify where your ckeditor is installed by adding this line of code before calling or including ckeditor
var CKEDITOR_BASEPATH = '/path/to/ckeditor/';
notice the ending slash!