SpellCheckAsYouType |
|
SCAYT for iframe
Installation Guide
1. Download and install Sproxy. 2. Specify SCAYT URI (See sample, line 5). 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 7-18. To get HTML content without SCAYT-specific HTML tags (i.e. before submiting content, etc.), call the multiSCAYT[sMySCAYTName].clearHTML();: method, where: sMySCAYTName — existing SCAYT instance name; return: String — HTML content without SCAYT-specific HTML tags.
Sample
|
