This module was the first to integrate Moxiecode's popular TinyMCE WYSIWYG editor into a Drupal site for editing advance site content. Unfortunately, the approach is dated. While I am going to make another push to get a customized version of TinyMCE committed, sun's approach to editor agnostic WYSIWYG in the WYSIWYG API is much more likely to get an editor into core.
You should only continue using this module if you are interested in modifying the editor itself. Users interested in simply activating the TinyMCE editor distributed by Moxiecode should move (and contribute) to the WYSIWYG API.
Downloads
CKEditor固然强大,但文件包也太大了,ckeditor_3.6.3_for_drupal_7.zip(4793K),相比之下TinyMCE就小多了,tinymce_3.5.2.zip(827K)。
TinyMCE官网下载:http://www.tinymce.com/download/download.php
1. 安装Wysiwyg模块:http://drupal.org/project/wysiwyg
2. 下载TinyMCE,解压缩到\sites\all\libraries目录下,以备Wysiwyg模块使用。
3. 打开Wysiwyg模块的“配置”页,在上方的Filtered HTML,Full HTML均启用TinyMCE。
4. 在TinyMCE后面的“编辑”中添加一些按钮。至此,TinyMCE已经可以使用了,但是没有图片浏览的按钮。所以需要安装IMCE。
5. 安装IMCE模块:http://drupal.org/project/imce
6. 安装IMCE Wysiwyg bridge模块:http://drupal.org/project/imce_wysiwyg
7. 启用刚刚安装的两个模块。
8. 配置:admin/config/content/wysiwyg/profile/filtered_html/edit 添加IMCE按钮,嘿嘿,这个按钮是安装了上述两个模块后才出现的。
猪跑啦独家原创专稿,欢迎您转载本文,转载请注明来源。
----------------------------------------------------------------------------------
截止今日06092012未发现D7版本,你可以自行检查更新情况。