Speller Pages 介绍
Speller Pages是一个自由,开放源码的Web用户界面和JavaScript库服务器端拼写检查程序。适用于PHP或Perl /
CGI方式的版本,拼字网页,可让您带来优越的拼写建议capabilites的GNU Aspell的用户您的网站。
在线演示:http://www.netjs.com/speller/
使用代码:
< **script** **language** ="javascript" **type** ="text/javascript" **src** ="spellChecker.js"> </ **script** > _<!-- Call a function like this to handle the spell check command -->_ < **script** **language** ="javascript" **type** ="text/javascript"> **function** openSpellChecker() **{** _// get the textarea we're going to check_ **var** txt = document.myform.mytextarea; _// give the spellChecker object a reference to our textarea_ _// pass any number of text objects as arguments to the constructor:_ **var** speller = **new** spellChecker( txt ); _// kick it off_ speller.openChecker(); **}** </ **script** >
Speller Pages 官网
http://spellerpages.sourceforge.net/
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。