TinyMCE: enable browser based spellchecking. Tnx ax25 to dig out this option.
[citadel.git] / webcit / static / t / richedit.html
index d642d45ac7a76bab7b0f19ba746c76688f384f4d..e839738af4d7c8afeca7ad533a68dc406314ca5c 100644 (file)
@@ -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"
 });