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

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Dec 22 12:51:41 EST 2010


Author: mark
Date: 2010-12-22 12:51:41 -0500 (Wed, 22 Dec 2010)
New Revision: 7103

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
Modify tiny_mce-plog.js according to recently changes. Add insertvideo and remove media plugin button from toolbar.

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2010-12-22 17:45:37 UTC (rev 7102)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2010-12-22 17:51:41 UTC (rev 7103)
@@ -1,4 +1,4 @@
-tinymce_plugins="more,advhr,advimage,advlink,emotions,inlinepopups,insertdatetime,media,searchreplace,paste,fullscreen,nonbreaking,wordcount,advlist,autosave,insertaudio,insertresource,embed";
+tinymce_plugins="more,advhr,advimage,advlink,emotions,inlinepopups,insertdatetime,searchreplace,paste,fullscreen,nonbreaking,wordcount,advlist,autosave,insertaudio,insertresource,insertvideo,embed";
 
 tinyMCE_GZ.init({
             // user-defined plugins and themes should be identical to those in "tinyMCE.init" below.-->
@@ -9,7 +9,6 @@
       debug : false
 });
 
-
 tinyMCE.init({
             // General options
             mode : "exact",
@@ -23,12 +22,11 @@
                 // Theme options
             theme_advanced_buttons1: "formatselect,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",
             theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,indent,outdent,blockquote,|,undo,redo,|,hr,advhr,charmap,insertdate,inserttime,nonbreaking,|,fullscreen",
-            theme_advanced_buttons3 : "link,unlink,anchor,|,emotions,image,insertresource,insertaudio,embed,media,|,code,more,|,cleanup,removeformat",
+            theme_advanced_buttons3 : "link,unlink,anchor,|,emotions,image,insertresource,insertaudio,insertvideo,embed,|,code,more,|,cleanup,removeformat",
             theme_advanced_buttons4 : "",
             theme_advanced_toolbar_location : "top",
             theme_advanced_toolbar_align : "left",
             theme_advanced_statusbar_location : "bottom",
             theme_advanced_resizing : true,
             theme_advanced_resize_horizontal : false,
-
 });



More information about the pLog-svn mailing list