WebSpellChecker

WebSpellChecker for any Iframe Editor

Installation Guide

1. Download and install Sproxy.

2. Specify WSC URI (see sample, line 5)

3. Define the WSC invoker:

doSpell({ctrl:sMyEditor, lang:sInitialLanguage}), where:

sMyEditor {String, mandatory} — textarea instance identifier.
sInitialLanguage {String, mandatory} — initial spell check language name.

Now supported: en, dk, uk, nl, fr, no, el, ge, pt, it, sp, br, se;

See sample, lines 7-12.

4. Invoke WSC when you want to check the spelling (see sample, line 17).

Sample

SpellCheckAsYouType