Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Redo the configuration of SCAYT plugin for the server version

This guide outlines the main steps that you need to follow in order to integrate and configure the SCAYT plugin for CKEditor 4.

...

 All the described steps are provided for the Server version of SCAYT.

1. Initialize CKEditor 4

Before integrating and configuring the SCAYT plugin, CKEditor 4 should be properly configured in your web application. If you haven't done it yet, please download the latest version of the CKEditor 4 standard package and refer to 

...

CKEditor Quick Start Guide.

2.

...

Activate SCAYT Plugin

If you are using the standard package of CKEditor 4, the SCAYT plugin is already there which is pointed to the Free services. To accomplish migration to the  or paid version of SCAYT Cloud, 

Define required SCAYT parameters and options in the CKEditor config.js file.

2.1. Specify path to the SCAYT plugin (wscbundle.js) using scayt_srcUrl parameter. 

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

2.2. Specify path to the WebSpellChecker Server:

Code Block
languagejs
themeEmacs
config.scayt_serviceProtocol='https';
config.scayt_serviceHost='your_host_name';
config.scayt_servicePort ='2880';
config.scayt_servicePath ='/';

3. Adjust Default Settings

Define additional SCAYT parameters, for example, start SCAYT spell and grammar automatically, change default language, and others. For details, refer to SCAYT parameters for CKEditor description section. 

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

...


Info

Check a demo page with SCAYT plugin for CKEditor on our website.

3. Further Actions

...

.


Excerpt Include
IN:_include_cloud_still_have_questions
IN:_include_cloud_still_have_questions
nopaneltrue