[pLog-svn] r4085 - plog/branches/lifetype-1.1.1/js/tinymce

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Oct 4 14:24:56 GMT 2006


Author: oscar
Date: 2006-10-04 14:24:56 +0000 (Wed, 04 Oct 2006)
New Revision: 4085

Modified:
   plog/branches/lifetype-1.1.1/js/tinymce/tiny_mce-plog.js
Log:
added the new 'insertvideo' plugin to the toolbar


Modified: plog/branches/lifetype-1.1.1/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.1.1/js/tinymce/tiny_mce-plog.js	2006-10-04 14:24:28 UTC (rev 4084)
+++ plog/branches/lifetype-1.1.1/js/tinymce/tiny_mce-plog.js	2006-10-04 14:24:56 UTC (rev 4085)
@@ -2,13 +2,13 @@
 	mode : "exact",
 	elements : "postText,postExtendedText",
 	theme : "advanced",
-	plugins : "fullscreen,table,inlinepopups,insertdatetime,emotions,insertresource",
+	plugins : "fullscreen,table,inlinepopups,insertdatetime,emotions,insertresource,insertvideo",
 	relative_urls : false,
 	remove_script_host : false,
 	force_p_newlines : true,
 	cleanup_on_startup : true,	
 	theme_advanced_buttons1 : "fullscreen,separator,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,emotions,separator,hr,insertdate,inserttime,separator,code",
+	theme_advanced_buttons2 : "bullist,numlist,indent,outdent,separator,link,unlink,image,insertresource,insertvideo,emotions,separator,hr,insertdate,inserttime,separator,code",
 	theme_advanced_buttons3 : "",
 	fullscreen_settings : {
                 theme_advanced_buttons3 : "tablecontrols"



More information about the pLog-svn mailing list