This is a beginner's question.
I customized the config.js file and it works as expected. However, if I copy the file to the directory containing my html file, rename it ckeditor_my_config.js, and use in my html:
CKEDITOR.replace( 'editor1', {
customConfig : './ckeditor_my_config.js'
});
it won't recognize the file. What am I missing? Thanx - Dave
I customized the config.js file and it works as expected. However, if I copy the file to the directory containing my html file, rename it ckeditor_my_config.js, and use in my html:
CKEDITOR.replace( 'editor1', {
customConfig : './ckeditor_my_config.js'
});
it won't recognize the file. What am I missing? Thanx - Dave