文件名称:ckeditor_3.6.4+ckfinder2.3 for php整合
文件大小:1.13MB
文件格式:RAR
更新时间:2016-03-08 22:09:37
CKeditor ckfinder
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] [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]