The forum operates in read-only mode. Please head to StackOverflow for support.
Hi guys,
Is there an option that tells the ckeditor to use another config.js,not the default one.
How to realize this requirement.
Best regards,
Thanks,
Wei.
Check out the "customConfig" property - you can use it to specify a custom config file.
For example:
CKEDITOR.replace('edit-editor-content',{ customConfig: '/public/assets/js/edit/ckeditor_config.js' });
Hi Pickle,
Thank you for your reply.
Check out the "customConfig"
Check out the "customConfig" property - you can use it to specify a custom config file.
For example:
Hi Pickle,
Hi Pickle,
Thank you for your reply.