Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace all the steps with the link to guide.


Info

Refer to Initializing WProofreader in CKEditor 4 guide

...

to migrate from the classic SCAYT

...

and WSC Dialog plugins for CKEditor 4 to

...

0. Obtain Service ID

...

1. Initialize WProofreader with 'autoSearch

Now, you need to enable WProofreader with the autoSearch feature. You can initialize WProofreader in your web app using the config variable or inline data attributes.

Option A. Initializing using Config Variable

1. Add Config with Options

...

WProofreader

...

.

...

2. Remove Old Plugins

Remove SCAYT and Dialog plugins for CKEditor which are integrated in CKEditor by default to avoid any possible issues. You can do it by adding the following parameter to CKEditor config.js file:

Code Block
languagejs
themeEmacs
titleCKEditor config.js:
config.removePlugins = 'scayt,wsc';