开发者

Spell Checker in Web Application

Currently I am developing website in asp.net.

I wanted to include spellchecker module into my code.

It may not be fare to ask like this, but I don't have enough time to do R&D on that topic, of course I did enough study but I am unable to get the exact way to implement spell checker in my application.

Can any one suggest me how to implem开发者_StackOverflow中文版ent spell checker and where to get source code.

Thank You.


All modern browsers come with built-in spell checkers these days, and users can customise them to their own language, locale and even add new words. Don't bother trying to implement your own. If your IE6 users complain, tell them to upgrade.


op said:

It may not be fare to ask like this, but I don't have enough time to do R&D on that topic

and then commented:

Actually I am new to .net. Recently I joined as a .net trainee. My trainer wants me to develop this module.

wow, you're making great strides!

follow the links, should do what you want...

http://forums.karamasoft.com/ShowPost.aspx?PostID=3614


If you use javascript and jQuery, the spellayt plugin provides spell checking in IE browsers.


Have a look at this appliation, following the link -http://www.spellchecker.net/ If you use FCK/CK Editor or TinyMCE, it perfectly works as a plug-in there. if not, you can embed it into your application as a SpellAsYouType functionality or spell-checking in pop-up..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜