http://drupal.org/project/wysiwyg
設定 admin/config/content/wysiwyg
指定在何種輸入模式下起用, 需搭配 實作功能模組, 如 FCKeditor
另搭配 IMCE模組 可作圖片上傳管理
若要使用 CKEditor 3.6.0 以後版本, 則須修改 sites\all\modules\wysiwyg\editors\ckeditor.inc 檔
function wysiwyg_ckeditor_version($editor) { ... // 修改前 while ($max_lines && $line = fgets($library, 140)) { while ($max_lines && $line = fgets($library, 500)) {