Munkh-Altai
Results
3
comments of
Munkh-Altai
i have same problem. How to custom external plugin ?
hi guys try this var instance = (isTextarea) ? CKEDITOR.replace(element[0], {customConfig: '/plugin/ckeditor/config_custom.js'}) : CKEDITOR.inline(element[0], {customConfig: '/plugin/ckeditor/config_custom.js'}), configLoaderDef = $q.defer(); i was change in source one line with custom config all...