我想载入CKEditor在CodeIgniter,我搜索了很多,但无法理解他们的方式。我把ckeditor放在application/plugins文件夹中,现在我想做编辑器,所以我在Controller方法中做了如下操作。$CKEditor = new CKEditor();
$CKEditor->basePath
我正在使用jQuerys ajaxForm 和CKEditor 现在,我的所有内容都通过AJAX加载到页面中,传递给它的数据将触发一个名为addonLoader的函数,这是该函数中处理CKEditor的部分
// check there are not any instance'sof CKEditor</