NationNotes and Spellcheck

cravaus wrote on Wednesday, January 14, 2015:

I love the NationNotes feature. I do not like the built in spell check options. I prefer to use the native spell checker in Firefox. If you also do not like the spell check in NationNotes or the CKEditor plugin it uses here is how to change it:

Go to – /openemr/library/custom_template/ckeditor/config.js

Add the following line:

    config.disableNativeSpellChecker = false;

This lets Firefox’s spell checker work.

Craig