Versions Compared

Key

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

...

Excerpt Include
IN:_include_wproofreader_autosearch_ckeditor4_class
IN:_include_wproofreader_autosearch_ckeditor4_class
nopaneltrue

Excerpt Include
IN:_include_initialize_wproofreader_option_using_autosearch_server
IN:_include_initialize_wproofreader_option_using_autosearch_server
nopaneltrue

...

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

...

...

enableAutoSearchIn: ['.cke_wysiwyg_frame'],

Option B. Using the init method

...

Note

Excerpt Include
IN:_include_remove_scayt_wsc_plugins_ckeditor4
IN:_include_remove_scayt_wsc_plugins_ckeditor4
nopaneltrue

5. Further actions

After you have initialized WProofreader in CKEditor 4completion of the initialization steps, you can customize WProofreader options, its user interface, and behavior using WProofreader customization options. More options and methods for advanced customization are available in API docs.

...