JavaScript的拼写检查器的建议 [英] javascript spell checker recommendations

查看:189
本文介绍了JavaScript的拼写检查器的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们是一个JavaScript的拼写检查后,我们的Web应用程序运行。
它只需在文字区域和文本框的工作,不需要其他检查。

we are after a JavaScript spell checker to run on our web app. it just needs to work on textareas and textboxes, no other checking is needed.

最好也不得不单词添加到全局字典,因为我们有相当多的内部行话的能力。

ideally it would also have the ability to add words to the global dictionary as we have quite a lot of in-house jargon.

不幸的是它也有对兽浏览器(IE6)工作...废话

unfortunately it also has to work on the beastly browser (IE6) ... crap

任何人都可以提出一个很好的选择吗?

could anyone suggest a good option?

我做了一点来看,和jQuery的PHP HTTP ://$c$c.google.com/p/jquery-spellchecker/ 一是正是诸如此类的事情,我们追求的,但在Windows上运行;真的不希望有PHP耍着只是这一点。

I have done a bit of looking, and the demo of the jquery php http://code.google.com/p/jquery-spellchecker/ one is exactly the sort of thing we are after, but to run on windows; don't really want to have to screw around with php just for this.

感谢

NAT

*的编辑:我已经找到了jQuery拼写检​​查的asp.net端口。但是它不使用词典,而使用谷歌之一。这是伟大的除了不能够添加新词..
如果有人有兴趣的位置: http://forums.asp.net/t/1519923.aspx
*

推荐答案

您不必PHP运行该插件。该文件checkspelling.php可以用ASP页面进行更换。在code是不够,将其转换成ASP不应该是一个大问题(如果你知道PHP)的简称。 JS文件只会必须更新调用checkspelling.asp,而不是.PHP(或任何你的名字)。

You don't need PHP to run that plugin. The file checkspelling.php can be replaced with an ASP page. The code is short enough that translating it to asp shouldn't be a big deal (if you know PHP). The JS file would merely have to be updated to call checkspelling.asp rather than .php (or whatever you name it).

边注:PHP可以运行在Windows

Side note: PHP can run on Windows.

这篇关于JavaScript的拼写检查器的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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