ckeditor_3.6.4+ckfinder2.3 for php整合

ckeditor_3.6.4+ckfinder2.3 for php整合1.注意修改ckfinder/config.php第32行权限验证方式2.ckfinder上传文件名以时间命名,去掉修改文件及文件夹功能并屏蔽按钮。附调用方法: <textarea cols="80" id="content" name="content" class="ckeditor"></textarea> [removed] [removed] if (typeof CKEDITOR == 'undefined') { [removed]('加载CKEditor失败'); } else { var editor = CKEDITOR.replace('content',{ removePlugins:'elementspath', toolbarStartupExpanded:true, enterMode:CKEDITOR.ENTER_BR, extraPlugins : 'uicolor', scayt_autoStartup:false, }); CKFinder.SetupCKEditor(editor, 'ckfinder/'); //ckfinder总目录的相对路径. } [removed]
rar 文件大小:1.13MB