WebSpellChecker (WSC)
WSC operates in a separate browser window so your work is not obstructed. Corrected text is automatically returned to the form.
Installation Guide
1. Download and install Sproxy. 2. Specify WSC URI (See sample, line 6); 3. Define the WSC invoker:
doSpell({ctrl:sMyEditor, lang:sInitialLanguage, onClose:onCloseHandler, onCancel:onCancelHandler, onFinish:onFinishHandler}), where: (see sample, lines 8-16). 4. To execute a custom code after finishing, cancelling the spell check or closing the WSC window, define the callback functions:
onCloseHandler = function(mSender){}. (see sample, lines 12-14), and register them (see sample, lines 18-20). 5. Invoke WSC when you want to check the spelling (see sample, line 28).
Sample
|
|
