Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have multiple ckeditor in my aspx page.i wanted to remove toolbar in several ckediter in aspx page.i have only one config file in ckediter folder.when i change the config code it will effected to all ckediter.how to set a toolbar in particular ckediter?

My Congig.js Code:

JavaScript
CKEDITOR.editorConfig = function(config){
    config.toolbar = 'Custom';
    config.toolbar_Custom = [];
    };
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900