Home » HTML » HTML_QuickForm_Rule_Spelling
A HTML_QuickForm rule plugin that checks the spelling of its values
This package is unmaintained.
Download latest release 0.2.0 (archived versions might be outdated)
License: LGPL
Description
Although browsers now have builtin spellcheckers, HTML_QuickForm_Rule_Spelling allows you to control the quality of text data submitted.
The frontend is a clientside javascript dialog that goes through the misspelt words, giving the user the option to ignore the word, add it to the dictionary or change the word given a list of suggestions.
Maintainers
- David Sanders (shangxiao) — lead, active
Dependencies
Required
- PHP (>= 4.2)
- PEAR Installer (>= 1.4.0)
- HTML_QuickForm
- json (extension)
Optional
- pspell (extension)
Releases
- 0.2.0 (alpha, 2007-10-29)
Release notes
License: LGPL
- Made a few interface changes so the rule's form elements can be used with templates easily.
- Changed default text 'Run through spelling mistakes' to 'Run through words not in dictionary'.
- Added fixed position style so dialog will remain in top right regardless of scroll position, including workaround for IE.
- The word delimiter is now settable from setOption(). This is a regular expression character class.
- Added ability to change all text from setOption(). - 0.1.0 (alpha, 2007-10-10)
Release notes
License: LGPL
Initial Release
Bugs
No bugs.