]> code.citadel.org Git - citadel.git/commitdiff
Moved the TinyMCE toolbar to the top of the editor window.
authorArt Cancro <ajc@citadel.org>
Wed, 27 Oct 2010 19:03:06 +0000 (15:03 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 27 Oct 2010 19:03:06 +0000 (15:03 -0400)
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_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"
 });
        content_css : "static/styles/webcit-tinymce.css",
        entity_encoding : "raw"
 });