标签:drupal ckeditor image file upload
在drupal建站中,所见即所得编辑器提供了友好的界面,也提高开发效率,而CKEditor是一款很不错的编辑器,定制性相当高,在这推荐给大家。
CKEditor和其他模块(IMCE)搭配下在文字排版,图片上传,文件上传都很方便。
准备环境:
drupal7对应的CKEditor模块下载:https://www.drupal.org/project/ckeditor
CKEditor官网下载代码包http://ckeditor.com/download
drupal7对应的IMCE模块下载:https://www.drupal.org/project/imce
正确安装以上模块,如下设置:
1.位置:Administration >>Configuration >>
Content authoring>>CKEditor
2.编辑profile,如下图设置IMCE。
3.如果需要权限,请到相关权限地方设置。
PS:本文环境:
drupal7.26
ckeditor-7.x-1.16
imce-7.x-1.9
CKEditor官网最新代码(js包)
标签:drupal ckeditor image file upload
原文地址:http://blog.csdn.net/chen_jint/article/details/40350895