问题
I am doing so:
CKEDITOR.replace('entry-short_text',{
skin: 'Moono_blue,/ckeditor/Moono_blue/',
});
CKEDITOR.replace('entry-full_text',{
skin: 'office2013,/ckeditor/office2013/',
});
All elements of the set only one skin, which is listed last (ie office2013). Why is that?
回答1:
CKEditor 4 only allows one skin per page. The ability to load multiple skins on the same page was removed when they redesigned for v. 4.
来源:https://stackoverflow.com/questions/30481246/ckeditor-multiple-skins-on-a-single-page