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

Compare with Current View Page History

« Previous Version 2 Current »

There might be special cases with editable fields where Proofreader shouldn't be enabled. You can easily prevent appearing of Proofreader using the disableAutoSearchIn option by passing an array of classesidsdata attributes or just particular element types.

<script>
    window.WEBSPELLCHECKER_CONFIG = {         
		...
        disableAutoSearchIn: ['.class', '#id', '[data-attribute]', 'textarea'],
        ...
    }
</script>

  • No labels