From: Wilfried Goesgens Date: Mon, 11 Mar 2013 19:07:52 +0000 (+0100) Subject: TinyMCE: enable browser based spellchecking. Tnx ax25 to dig out this option. X-Git-Tag: v8.20~81 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e5c5280e9e36f3c513da3ab39cf7c75e9c87c076 TinyMCE: enable browser based spellchecking. Tnx ax25 to dig out this option. --- diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html index 0f5b6d2a6..e839738af 100644 --- a/webcit/static/t/richedit.html +++ b/webcit/static/t/richedit.html @@ -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 : "",