Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace the code with the link

...

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

...

 Follow the steps described in the Get Started with WProofreader Cloud (autoSearch).

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'],


...