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

PHP SpellChecker

Spell Check An HTML Element

Spell Check an HTML Element - PHP Spell Chec

PHP-Spell-Check can be set to spell check the contents of any HTML element such as a DIV, SPAN, IFRAME in your page. Such an element must have inner HTML or a value attribute. Just set the Fields property the SpellCheckButton Class to the Id attribute of you element.

Note that PHPSpellCheck is XML and HTML aware - so it can spell-check next tags without altering markup structure.

Inline spellchecking using thea SpellAsYouType Class is not possible for HTML elements.

Spell-checking Any HTML Element

$mySpell->Fields = "ElementId";

Spell-checking Multiple HTML Elements

$mySpell->Fields = "ElementId1,ElementId2,ElementId3";

Learn More...