Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor fix.

...

Code Block
languagejs
themeEmacs
config.scayt_srcUrl ="http(s)://your_host_name/wscservice/wscbundle/wscbundle.js";

2.2. Define additional SCAYT parameters, for example, start SCAYT spell and grammar automatically, change default language, and others.

Code Block
languagejs
themeEmacs
config.scayt_autoStartup = true;
config.grayt_autoStartup = true;
config.scayt_sLang ="en_US";

...