includes/clientside/static/editor.js
changeset 544 81b4499a963e
parent 541 acb7e23b6ffa
child 550 685e839d934e
--- a/includes/clientside/static/editor.js	Mon May 05 20:08:44 2008 -0400
+++ b/includes/clientside/static/editor.js	Mon May 05 20:28:13 2008 -0400
@@ -35,6 +35,15 @@
   content_css : css_url
 };
 
+var enano_tinymce_gz_options = {
+	plugins : 'table,save,safari,pagebreak,style,layer,advhr,insertdatetime,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras' + do_popups,
+	themes : 'advanced',
+	languages : 'en',
+	disk_cache : true,
+	debug : false
+};
+
+
 // Check tinyMCE to make sure its init is finished
 function tinymce_preinit_check()
 {