简体   繁体   中英

CKEditor spellchecker - what are my options for ASP MVC?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM