Froala Editor 3

WProofreader add-on for rich text editors enables grammar and spell check, combining spelling and grammar suggestions while you type or work with your text in a floating dialog.

Its auto-searching feature enables detecting new editable fields on the page and proofreading the text they contain automatically on hover selection. No additional actions or plugins are required for enabling WProofreader in a specific WYSIWYG editor or HTML editable element. A single configuration applies to almost all editors and controls. Here is the list of WProofreader supported integrations.

This guide outlines the main steps that you need to follow for initializing WProofreader in the 3rd version of Froala Editorarrow-up-right. All the described steps are provided for the Cloud version of WProofreader.

1. Obtain service ID

Sign up for the trial versionarrow-up-right to get started with WProofreader Cloud. Once you have subscribed, you will receive an email with your service ID, an activation key, required for the WProofreader service activation.

If you already have one, you can skip this step.

2. Initialize Froala Editor

Before integrating and configuring WProofreader, make sure that Froala Editor is properly configured in your web application. To initialize Froala Editor, follow the steps described in the Get Started guidearrow-up-right.

3. Initialize WProofreader

Choose one of the options below how to enable spelling and grammar checking functionality of WProofreader in Froala Editor.

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 Froala Editor is in focus. Follow the steps described in the Get Started with WProofreader Cloud (autoSearch)arrow-up-right.

4. Activate service

Make sure you have specified the options, which are instructing where spelling and grammar checking requests will be processed.

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.

<script>
    window.WEBSPELLCHECKER_CONFIG = {
        ...
        serviceId: 'your-service-ID'
        ...
        };
</script>
<script type="text/javascript" src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"></script>

Meanwhile to activate the on-premise version of WProofreader you have to specify the server parameters and appropriate path to wscbundle.js file on your server.

5. Remove other spellcheckers

If you used to have other spellcheck tools or SCAYT plugin for Froala Editor, please make sure you removed everything to avoid any conflicts or confusion. To identify the SCAYT product, please search for the following key words: SCAYT, spell_checker.min.js, spell_checker.min.css, scaytCustomerId, scaytAutoload, pluginsEnabled: ['spellChecker'].

6. Further actions

After initialization, 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 docsarrow-up-right.

You can also see the demo of Froala Editor integrationarrow-up-right on our website.

Still have a question?

Please feel free to contact our technical teamarrow-up-right if you are having any difficulties with the configuration.

Last updated

Was this helpful?