Hello!
I'm using:
CKEDITOR.stylesSet.add( 'my_styles',
[
{ name : 'Fill In', element : 'span', attributes : { 'class' : 'fill_in' }, styles : { 'border-bottom' : '1px solid #3f0' } }
]);
to add the "Fill In" style to my CKEditor text area. The issue is that I have multiple areas on one page and ONLY want to add this style to one of them. Is it possible to do this, or do the editors in a given page have to have the same set of styles?
Thank you,
Eric
I'm using:
CKEDITOR.stylesSet.add( 'my_styles',
[
{ name : 'Fill In', element : 'span', attributes : { 'class' : 'fill_in' }, styles : { 'border-bottom' : '1px solid #3f0' } }
]);
to add the "Fill In" style to my CKEditor text area. The issue is that I have multiple areas on one page and ONLY want to add this style to one of them. Is it possible to do this, or do the editors in a given page have to have the same set of styles?
Thank you,
Eric