SpellCheckAsYouType |
|
SCAYT for multimple iframes
Installation Guide
1. Download and install Sproxy. 2. Specify SCAYT URI (See sample, line 5). 3. Create an array of SCAYT instances when the page loads completely:
aMySCAYTs.push(new SCAYT({editor:aMyEditors[i],name:aMySCAYTNames[i],lang:sInitialLanguage})), where: See sample, lines 13-21. 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
|
