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 plugin for TinyMCE 3.3.9+

Installation Guide

1. Download and install TinyMCE editor

2. Download SCAYT plug-in for TinyMCE. You can also download SCAYTContextMenu plug-in, which enables extra features for SCAYT.

3. Unpack the downloaded zip archive and copy the extracted SCAYT folder to the TinyMCE plug-ins directory
(by default: \tinymce\jscripts\tiny_mce\plugins\). Note! Folder name should be "scayt" for SCAYT plug-in and "scaytcontextmenu" for SCAYTContextMenu plug-in.

4. Edit HTML page that contains TinyMCE. Register SCAYT plug-in (see sample, line 15), and add it to TinyMCE toolbar (see sample, line 16). You can also register SCAYTContextMenu plug-in in the same way.

5. For licensed version: specify the URL to the SCAYT core library (see sample, line 25) ( for example: http://your_host/spellcheck/lf/scayt/scayt.js")

6. Check that "contextmenu" or "scaytcontextmenu" plug-in is registered also (see sample, line 15)

7. Set up SCAYT settings (see sample, lines 22-69)

8. Ignore SCAYT service styles (see sample, lines 69-72)

Sample