CKEditor 拼写检查器 - ASP MVC 有哪些选项?
我希望在 ASP MVC 应用程序中使用 CKEditor。我快速浏览了一下,似乎我唯一的拼写检查选项是使用浏览器插件(IE8)或使用 Spellchecker.net。
有人对如何向 CKEditor/IE8 添加拼写检查有任何其他建议吗?
谢谢
I am looking to use CKEditor in ASP MVC application. I have been having a quick look around and it would seem that my only spellchecking options are to use a plugin for the browser (IE8) or use Spellchecker.net.
Does anybody have any other suggestions on how to add spellchecking to CKEditor/IE8?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们花了很长时间寻找一个合理的拼写检查替代品来替代 ckeditor。我们终于到达了NHunspell。它是 Hunspell 的托管包装器,Hunspell 是 OpenOffice、FireFox 3 等中使用的非常流行的拼写检查库。
API 非常简单,因此只需编写一个插件来执行拼写检查即可。
We looked for a long time to find a reasonable spell checking substitute for ckeditor. We finally arrived at NHunspell. It's a managed wrapper around Hunspell, which is a very popular spell checking library used in OpenOffice, FireFox 3, etc.
The API is quite simple, so it's just a matter of writing a plugin to perform the spellchecking.