Custom configuration file custom_config.js not working?
Posted
by nanoquetz9l
on Stack Overflow
See other posts from Stack Overflow
or by nanoquetz9l
Published on 2010-05-28T08:04:34Z
Indexed on
2010/05/28
8:11 UTC
Read the original article
Hit count: 221
Hello gals/guys,
I am trying to use a custom configuration file instead of the default config.js file in the ckeditor root. I have placed a renamed copy of the config.js file in my webroot and call it with customConfig. It is not working for me though. Is my syntax creating any issues?
I used the dev docs site as a ref: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Any ides or comments will really help me out. Im stuck.
Thanks!!
nano
<p></p>
CKEDITOR.replace( 'ticket_text' );
CKEDITOR.replace( 'ticket_text1',
{
customConfig : '/ckeditor/custom_config.js'
});
© Stack Overflow or respective owner