ckeditor的自动拼写检查对中文语系的我们,其实沒有多大用处,反而在画面开启前,还要等待它与
svn.spellchecker.net的连接!
所以可以把它取消掉!
在网络上查到的有2个!
scayt_autoStartup = false; (这个我试过有效)
disableNativeSpellChecker=false; (这个我用了..沒效..)
提供给大家参考
If you want to disable the auto spell check function with ckedior, you should add the
setting below in your ckeditor config!
scayt_autoStartup = false;(This worked)
disableNativeSpellChecker=false;(….not worked)
Drupal自带的编辑器功能很简单,通常需要安装一个 WYSIWYG 的编辑器,其中 FCKeditor 是一款比较优秀的编辑器,下面说明 FCKeditor 的安装方法。
1.下载安装包,需要两个,一个是FCKeditor本身,另一个是 drupal 的fckeditor 接口模块:
1.下载安装包,需要两个,一个是FCKeditor本身,另一个是 drupal 的fckeditor 接口模块:
到 http://www.fckeditor.net/download 下载FCKeditor, 目前最新的版本是FCKeditor_2.6.2.zip。
到 http://drupal.org/project/fckeditor 下载接口模块,我的 drupal 是 6.9,所以下载一个 for 6.x 的:
http://ftp.drupal.org/files/projects/fckeditor-6.x-1.3-rc6.tar.gz
2.解压上传到站点