WebSpellChecker (WSC)

WSC operates in a separate browser window so your work is not obstructed. Corrected text is automatically returned to the form.

WebSpellChecker for InnovaEditor

Installation Guide

1. Download and install Sproxy.

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

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_US, en_GB, pt_BR, en_CA, fr_CA, fr_FR, de_DE, it_IT, el_GR, es_ES, da_DK, nl_NL, nb_NO, pt_PT, sv_SE, fi_FI.

See sample, lines 11-21.

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

Sample