There might be special cases with editable fields where WProofreader shouldn't be enabled. You can easily prevent appearing of WProofreader 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