我第一次使用Javascript Spllcheck。我使用的是ASP.Net 2008 ( http://www.javascriptspellcheck.com/ ),并且根据安装指南,我已将包括 ASPNetSpell.dll 在内的所需文件添加到“/bin /ASPNetSpell.dll" 。
here i've added only one dictionary "English (International).dic" and i've deleted all the contents of this file and added few own custom words like :
AB
ABCD
abcd
abc
Hello
World
finally while i am running my page (textarea : Hello AB ABCD abc abb abcd abd Worlb. This Example show....).
here as per my dictionary correct words are : Hello,abc,abcd... but except Caps : AB & ABCD its showing all remaing words are wrong word. also its not showing any suggesstions for all those words.
任何人都可以检查并让我知道我哪里出错了以及我必须遵循哪些步骤。(最后我必须与 CKEDITOR 4 集成。)
My Browser is : GChrome (Version 24.0.1312.57 m), FF (18.0.2)
My Operating System is: Win XP
A URL showing the error is: local only