[pLog-svn] r5865 - plog/branches/lifetype-1.2/js/tinymce

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Aug 22 20:56:59 EDT 2007


Author: jondaley
Date: 2007-08-22 20:56:59 -0400 (Wed, 22 Aug 2007)
New Revision: 5865

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
hm... tinymce has new default/built-in functions.  cleanup is niceand we have room for some others, so I'll add them.

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-08-22 21:13:34 UTC (rev 5864)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-08-23 00:56:59 UTC (rev 5865)
@@ -8,12 +8,9 @@
 	remove_script_host : false,
 	force_p_newlines : true,
 	cleanup_on_startup : true,	
-	theme_advanced_buttons1 : "fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull",
-	theme_advanced_buttons2 : "bullist,numlist,indent,outdent,separator,link,unlink,image,insertresource,insertvideo,insertaudio,emotions,separator,hr,insertdate,inserttime,separator,fullscreen,separator,code,more",
-	theme_advanced_buttons3 : "",
-	fullscreen_settings : {
-                theme_advanced_buttons3 : "tablecontrols"
-        },	
+    theme_advanced_buttons1: "fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,cleanup,removeformat",
+    theme_advanced_buttons2: "bullist,numlist,indent,outdent,separator,undo,redo,separator,link,unlink,image,insertresource,insertvideo,insertaudio,emotions,separator,hr,charmap,insertdate,inserttime,separator,fullscreen,separator,code,more",
+    theme_advanced_buttons3: "",
 	theme_advanced_toolbar_location : "top",
 	theme_advanced_toolbar_align : "left",
 	theme_advanced_path_location : "bottom",



More information about the pLog-svn mailing list