如何禁用ckeditor 3自动拼写检查? [英] how to disable ckeditor 3 auto spellchecker?

查看:106
本文介绍了如何禁用ckeditor 3自动拼写检查?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了CKEditor 3.0,它工作不错,但我想禁用自动拼写检查
我注意到当我在编辑器中写一些单词,它管理连接到svc.spellchecker.net
要进行拼写检查

I've installed CKEditor 3.0 ,it work nice , but I want to disable the auto spellchecker I notice when I'm writing some words in the editor it manages to connect to "svc.spellchecker.net" to make spell check

你知道以什么方式停止该功能吗?

do you know any way to stop that feature ?

提前

推荐答案

更好地禁用config.js中的插件

Better disable the plugin in config.js

config .removePlugins ='scayt';

config.removePlugins = 'scayt';

这篇关于如何禁用ckeditor 3自动拼写检查?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆