Disabling WProofreader in source mode of WYSIWYG editors
<script>
window.WEBSPELLCHECKER_CONFIG = {
....
disableAutoSearchIn: ['.cke_source']
....
};
</script>Last updated
Was this helpful?
<script>
window.WEBSPELLCHECKER_CONFIG = {
....
disableAutoSearchIn: ['.cke_source']
....
};
</script>Last updated
Was this helpful?
Was this helpful?