Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SCAYT 2 product was used on the old versions of CKEditor 4.3.3 and less. The new version of the SCAYT 3 product was launched starting CKEditor 4.4+.

...

1. Upgrade the version of the CKEditor 

...

editor to the latest one available (or at least to the version 4.4+). The latest version of CKEditor plugin can be downloaded from CKEditor website.

2. Specify your

...

encrypted customer ID for the paid SCAYT service in the CKEditor config.js file using the

...

scayt_

...

customerid parameter:

Code Block
languagejs
themeEmacs
config.scayt_customerid = 'encrypted-customer-ID';

...

Note

You can find your long encrypted customer ID in your previous configuration or you may download it from your account page on the webspellchecker.net website. Login using your Customer ID and pass –> password. Then click Download Configuration file.

You can find more information about SCAYT 3 parameters for CKEditor here.

...

Before to proceed with the migration steps, you need to define the exact version of the TinyMCE editor:

  • Go to Development tools (

...

  • e.

...

  • g. F12 in Chrome).
  • Choose the Console tab.
  • Write after ”>”: tinymce.majorVersion + '.'+ tinymce.minorVersion;
  • Click Enter to see the version of the TinyMCE editor.

Thus, depending Depending on the version of TinyMCE editor, please follow the next instructions below:

TinyMCE 3.0 and less

  • Upgrade the version of the TinyMCE

...

  •  editor to the latest one available (or at least to the version 4.0+). The latest version of TinyMCE (4.6.4) can be downloaded from the TinyMCE website.
  • Download SCAYT 3 plugin for TinyMCE.
  • Unpack the downloaded ZIP archive with the SCAYT plugin.
  • Copy the extracted SCAYT folder to the TinyMCE 4 plugins directory (by default: tinymce4\js\tinymce\plugins\). Important: The folder name must be “

...

  • scayt”.
  • Go further with instructions for TinyMCE 4+.

TinyMCE 4.0+

Edit your HTML page that contains TinyMCE as follows:

...

Note

You can find your long encrypted customer ID in your previous configuration or you may download it from your account page on the webspellchecker.net website. Login using your Customer ID and pass –> password. Then click Download Configuration file.

You can find more information about available parameters on the SCAYT plugin for TinyMCE 4.0+ demo page.

3. How to migrate from SCAYT 2 to SCAYT 3 for Editable Controls

1. Change the SCAYT application URL:

Code Block
languagejs
themeEmacs
<script type="text/javascript" src="https://svc.webspellchecker.net/spellcheck31/lf/scayt3/scayt/scayt.js"></script>

2. Update SCAYT initialization in controls. Depending on the type of the controls (HTML elements) where the SCAYT functionality is embedded and used, please update your configuration as follows. 

...

You can find more information about SCAYT 3 parameters for Editable controlsControls here.