Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added the excerpt include to replace step 4 contents.

...

When using this method, WProofreader will be started on the CKEditor 4 load.

Excerpt Include
IN:_include_initializing_wproofreader_using_init_in_ckeditor4_55x
IN:_include_initializing_wproofreader_using_init_in_ckeditor4_55x
nopaneltrue

4.  Activate Service

To activate the Cloud version of WProofreader, you are required to add serviceId option to the CONFIG with your activation key and specify the correct path to the wscbundle.js file on our Cloud.

Code Block
languagejs
themeEmacs
serviceId: 'your-service-ID'

Update the path to WProofreader wscbundle.js file in case of the Cloud version as follows:

...

languagejs
themeEmacs

...

Excerpt Include
IN:_include_initializing_plugins_activate_service_cloud
IN:_include_initializing_plugins_activate_service_cloud
nopaneltrue

...

5. Remove Old Plugins

Note

Excerpt Include
IN:_include_remove_scayt_wsc_plugins_ckeditor4
IN:_include_remove_scayt_wsc_plugins_ckeditor4
nopaneltrue

...

After you have initialized WProofreader in CKEditor 4, you can customize WProofreader options, its user interface, and behavior using WProofreader Customization Optionscustomization options. You can see the demo of CKEditor 4 integration on our web site.

...