Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated content with new includes common for all related docs.

...

When using this method, you need a CONFIG and a wscbundle.js script. After setting up the autoSearch, WProofreader will be enabled as soon as the editable container with CKEditor is in focus.

...

languagejs
themeEmacs

...

Excerpt Include
IN:_include_initialize_wproofreader_option_using_autosearch_server
IN:_include_initialize_wproofreader_option_using_autosearch_server
nopaneltrue

Tip

To limit WProofreader work only to CKEditor 4, you can use the enableAutoSearchIn option where you need to indicate the class of CKEditor 4. They hide the original element and create an iframe element with cke_wysiwyg_frame class: <iframe class="cke_wysiwyg_frame"></iframe>.  

Code Block
languagejs
themeEmacs
enableAutoSearchIn: ['.cke_wysiwyg_frame'],


...

3.  Specify Additional Server Parameters

Make sure you use have specified the following server-specific options in CONFIG which are instructing where spelling and grammar checking requests will be processed:

...

languagejs
themeEmacs

...

Excerpt Include
IN:_include_initialize_wproofreader_additional_server_parameters_server
IN:_include_initialize_wproofreader_additional_server_parameters_server
nopaneltrue

...

4. 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.

...

Can be also useful:

...