I need to know ellaboratelly about the below points.
- How to create and configuare custom styles by overriding CKEditors with build in styles tool bar?(Means I need to create my own toolbar items which should display my own styles in dropdown.In config.js we can see two types of editor config like Basic and complete.So can I create one more like Custom in config.js)
- How to configuare CKEditor toolbar items flexibly by JQuery?(Means I need to know like how to load different CKEditor instance with different toolbar items and each instance should display my custom styles in dropdown)
