published by root on Wed, 08/24/2011 - 14:17
When using ckeditor for multipal places in your page. You want to add the elements styling to ckeditor. You can add the css with ckeditor nice built in function but they don't have a function to remove it the when you are done editing one area and moving to another.
The fix:
CKEditor has a style array under the "_" object. To remove the style that you add just pop the end off the array.
This might be a hack job but it gets the job done.
published by root on Tue, 11/09/2010 - 10:02