Versions Compared

Key

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


Excerpt

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

Code Block
languagejs
themeEmacs
<script>
    window.WEBSPELLCHECKER_CONFIG = {         
		...
        enableAutoSearchInInputs: true,
        ...
    }
</script>


...