TinyMCE: enable browser based spellchecking. Tnx ax25 to dig out this option.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 11 Mar 2013 19:07:52 +0000 (20:07 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 11 Mar 2013 19:07:52 +0000 (20:07 +0100)
webcit/static/t/richedit.html

index 0f5b6d2a666bbda15b0ec34d65a702ca5df48181..e839738af4d7c8afeca7ad533a68dc406314ca5c 100644 (file)
@@ -8,6 +8,7 @@ tinyMCE.init({
        browsers : "msie,gecko,safari,opera",
        theme : "advanced",
        plugins : "iespell",
+       gecko_spellcheck : true,
        theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, blockquote, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",