SpellCheckAsYouType |
|
SCAYT for InnovaEditor
Installation Guide
1. Download and install Sproxy. 2. Specify SCAYT URI (See sample, line 7). 3. Create a new SCAYT instance when the page loads completely:
var oMySCAYT = new SCAYT({ editor:oMyEditor, name:sMySCAYTName, lang:sInitialLanguage }), where: See sample, lines 8-23. To get HTML content without SCAYT-specific HTML tags (i.e. before submitting content, etc.), call the multiSCAYT[sMySCAYTName].clearHTML();: method, where: sMySCAYTName — existing SCAYT instance name; return: String — HTML content without SCAYT-specific HTML tags.
Sample
|
