The spelling service was not found: (spellchecker.php)
尝试将拼写检查集成到TinyMCE编辑器中,但不确定为何在单击工具栏上的ABC图标时出现此错误
这就是它实施的方式
// Init params
plugins : ['spellchecker],
toolbar: "spellchecker",
spellchecker_rpc_url: 'spellchecker.php',
还复制了PHP套餐以进行拼写检查 [http://download.moxiecode.com/spellcheckers/tinymce_spellchecker_php_4.0.zip][1]
答案 0 :(得分:0)
如果要使用PSpell驱动程序,则需要安装以下软件:
对于Ubuntu:
sudo apt-get install aspell aspell-en
sudo apt-get install php5-pspell
对于Centos
yum install aspell aspell-en
yum install aspell php5-pspell