SpellCheckAsYouType (SCAYT)

SCAYT allows the user to see and correct misspellings while typing. Misspelled words are underlined. User just needs to right-click a marked word and select a suggestion to replace the word with.

SCAYT Text Box for forms

This is a simple form


Installation Guide

1. Add element script with src="http://example.com/spellcheck/lf/scayt/loader_Textbox.js" on the page

2. Add attribute sc_dojoType="scayt.Input" to the Input element

3. Add attribute sc_dojoType="scayt.Textarea" to the Textarea element

Sample