From e5c5280e9e36f3c513da3ab39cf7c75e9c87c076 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 11 Mar 2013 20:07:52 +0100 Subject: [PATCH] TinyMCE: enable browser based spellchecking. Tnx ax25 to dig out this option. --- webcit/static/t/richedit.html | 1 + 1 file changed, 1 insertion(+) 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 : "", -- 2.30.2