We're hosting multiple applications on 1 (CF) server all using fckeditor 2. I would like to use the same html/js files for all apps. The only thing which is different is the upload path for images. So i looked for a way to parameter to use for the uploadpath when instantiating the editor. Is it there?
Solved it temporarily by introducing a parameter 'configfile' which replaces '../fckconfig.js' in fckstartup.js for an application specific location for the fckconfig file.
Anybody has a better idea of implementing this?
Solved it temporarily by introducing a parameter 'configfile' which replaces '../fckconfig.js' in fckstartup.js for an application specific location for the fckconfig file.
Anybody has a better idea of implementing this?