Last active
December 27, 2015 03:19
-
-
Save zirosas/7258164 to your computer and use it in GitHub Desktop.
TINYMCE DISABLES SPELLCHECKER: http://aaroncole.wordpress.com/2012/07/10/tinymce-disables-spellchecker/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Problem: TinyMCE rich-text editor disables the operating system spellchecker when using Firefox or Chrome. | |
| Solution: Set the TinyMCE configuration “gecko_spellcheck” to TRUE. | |
| tinyMCE.init({ | |
| ... | |
| gecko_spellcheck : true | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment