You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

By default, WSC Proofreader is disabled in HTML <input> editable elements. However, you can change this behavior by using the enableAutoSearchInInputs option.

<script>
    window.WEBSPELLCHECKER_CONFIG = {         
		...
        enableAutoSearchInInputs: true,
        ...
    }
</script>

  • No labels