php 中Ckeditor 和Ckfinder的配置
CKeditor文件 下载 : http://ckeditor.com/download CKfinder文件下载:: http://ckfinder.com/download 页面引用CKeditor,关键代码如下 <script type="text/ javascript " src="ckeditor/ckeditor.js"></script> <textarea cols="80" name=" content " rows="10"></textarea> 至此,默认版CKeditor就已经安装部署好了,此时你可以通过修改/ admin /ckeditor/ckeditor.js来配置编辑器,如字体、背景色、 语言 、界面高宽、编辑器按钮分布等,详细参数见官方文档: http://docs.cksource.com/ckedito ... #.autoUpdateElement 把需要设置的内容加入此函数中间即可。 CKEDITOR.editorConfig = function ( config ) { }; 第二:安装配置CKfinder Ckfinder默认配置是不能 上传 文件到服务器的,所以要对ckfinder文件下的config. php 做修改,将其文件里的CheckAuthentication() 返回值return false 改为return