Nanospell Spell Checking Software Components
JavaScript jQuery CKEditor TinyMCE PHP ASP.Net Classic ASP

PHP SpellChecker

Spell Check All Text Input Fields in the Page

Spell-checking All Text Input Fields

$mySpell->Fields = "TEXTINPUTS";

PHPSpellCheck can be set to spell check all the HTML elements with the attribute type="text" in your page. Set Fields property of the SpellCheckButton to "TEXTINPUTS"

Inline spellchecking using the SpellAsYouType Class is not possible for text inputs.