Moved the TinyMCE toolbar to the top of the editor window.
[citadel.git] / webcit / static / t / richedit.html
index d642d45ac7a76bab7b0f19ba746c76688f384f4d..0f5b6d2a666bbda15b0ec34d65a702ca5df48181 100644 (file)
@@ -11,6 +11,7 @@ tinyMCE.init({
        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"
 });