WebSpellChecker (WSC)
Installation Guide
1. Download and install Sproxy. 2. Specify WSC URI (See sample, line 4). 3. Define the WSC invoker:
doSpell({ctrl:sMyEditor, lang:sInitialLanguage, onClose:onCloseHandler, onCancel:onCancelHandler,onFinish:onFinishHandler}), where: Before opening WSC, copy the editor content to the hidden control element. See sample, lines 8-13. 4. Copy the content from the hidden control to your WYSIWYG editor after you've finished checking the content. See sample, lines 26-28). 5. Invoke WSC when you want to check the spelling (see sample, line 45).
Sample
|
|
