[Yanel-commits] rev 50067 - public/yanel/trunk/src/resources/tinymce/htdocs/js

michi at wyona.com michi at wyona.com
Tue Jun 1 13:50:31 CEST 2010


Author: michi
Date: 2010-06-01 13:50:30 +0200 (Tue, 01 Jun 2010)
New Revision: 50067

Modified:
   public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js
Log:
documentation re toolbar suppressing added

Modified: public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js
===================================================================
--- public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js	2010-06-01 11:49:42 UTC (rev 50066)
+++ public/yanel/trunk/src/resources/tinymce/htdocs/js/tinymceinit.js	2010-06-01 11:50:30 UTC (rev 50067)
@@ -1,5 +1,6 @@
 tinyMCE.init({
 	mode : "textareas",
+	//theme : "simple",
 	theme : "advanced",
 	plugins : "fullpage",
 	theme_advanced_toolbar_location : "top",
@@ -31,6 +32,7 @@
         // (PHP session ID is now included if there is one at all)
         cmsURL = cmsURL + "&type=" + type;
     }
+    // INFO: Suppress the toolbar
     cmsURL = cmsURL + "&yanel.target-back2realm=" + BACK2REALM + "&yanel.toolbar=suppress";
 
     tinyMCE.activeEditor.windowManager.open({
@@ -46,4 +48,4 @@
         input : field_name
     });
     return false;
-}
\ No newline at end of file
+}



More information about the Yanel-commits mailing list