How do you change the CKEditor toolbar dynamically (without using a pre-defined toolbar)?
The CKEditor Developer\'s Guide only tells you how to set the toolbar durin
Or:
$(document).ready(function() { CKEDITOR.config.customConfig = 'configSimple'; }); //the configSimple.js file is the same folder with config.js