X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Frichedit.html;h=e839738af4d7c8afeca7ad533a68dc406314ca5c;hb=e5c5280e9e36f3c513da3ab39cf7c75e9c87c076;hp=d642d45ac7a76bab7b0f19ba746c76688f384f4d;hpb=225dd04dbe1f36c04a8d62a32db6111d99d6ac70;p=citadel.git diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html index d642d45ac..e839738af 100644 --- a/webcit/static/t/richedit.html +++ b/webcit/static/t/richedit.html @@ -8,9 +8,11 @@ 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 : "", + theme_advanced_toolbar_location : "top", content_css : "static/styles/webcit-tinymce.css", entity_encoding : "raw" });