Answer the question
In order to leave comments, you need to log in
CKEditor and multiple skins on one page: only the last one works. Why?
I specify the following code within one page:
CKEDITOR.replace('entry-short_text',{
skin: 'Moono_blue,/ckeditor/Moono_blue/',
});
CKEDITOR.replace('entry-full_text',{
skin: 'office2013,/ckeditor/office2013/',
});
Answer the question
In order to leave comments, you need to log in
CSS cannot be isolated within a single page, of course only the last skin is applied.
The only way is to run each instance in a separate iframe.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question