I use this syntax fine with CKEditor to point to my own configuration file.
But it is not working in CKFinder:
CKFinder.customConfig = function( config )
{
config.customConfig = '/editor/ckf_custom_config.js';
};
am i missing something obvious all the paths and filenames are correct.
Regards
Mark.
But it is not working in CKFinder:
CKFinder.customConfig = function( config )
{
config.customConfig = '/editor/ckf_custom_config.js';
};
am i missing something obvious all the paths and filenames are correct.
Regards
Mark.
Re: CustomConfig not working
Do you have the config file for CKFinder in the editor directory?
Be Well,
Joe
Re: CustomConfig not working
As codewaggle suggested, check HTTP requests to see whether CKFinder is trying to load your configuration file at all, and whether the file is returned properly.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+