[nycphp-talk] Adding spell check to a form field
Tim Lieberman
tim_lists at o2group.com
Tue Jun 30 14:51:03 EDT 2009
On Jun 30, 2009, at 1:09 PM, Aaron Fischer wrote:
> I would like to add spell check to a <textarea> field in one of my
> forms. I'm wondering if anyone has recommendations for a php class
> and/or javascript/ajax function that they liked?
>
> I did some quick searching for php and/or javascript spell checkers
> and found a bunch of results but would like to hear if folks have
> experience or recommendations to share.
Many of the wysiwyg textarea tools (tinyMCE, Xinha, etc) support spell-
checking (via pspell on the server)
You could use one, either stripped down, or as inspiration to roll
your own.
More information about the talk
mailing list