Move the rest of the templates into 't' as with dothebart's previous commit.
[citadel.git] / webcit / static / t / richedit.html
diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html
new file mode 100644 (file)
index 0000000..b09bc62
--- /dev/null
@@ -0,0 +1,14 @@
+<script language="javascript" type="text/javascript" src="tiny_mce/tiny_mce.js"></script>
+<script language="javascript" type="text/javascript">
+tinyMCE.init({
+       mode : "textareas",
+       width : "99%",
+       browsers : "msie,gecko,safari,opera",
+       theme : "advanced",
+       plugins : "iespell",
+       theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code",
+       theme_advanced_buttons2 : "",
+       theme_advanced_buttons3 : "",
+       content_css : "static/webcit-tinymce.css"
+});
+</script>