phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor/editor/plugins/tablecommands


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/plugins/tablecommands fckplugin.js, 1.2
Date: Thu, 4 Aug 2005 05:54:00 +0200

Update of news_admin/js/fckeditor/editor/plugins/tablecommands

Modified Files:
     Branch: MAIN
            fckplugin.js lines: +18 -2

Log Message:
new newsletter builder, updated FCK and a few other things

====================================================
Index: news_admin/js/fckeditor/editor/plugins/tablecommands/fckplugin.js
diff -u news_admin/js/fckeditor/editor/plugins/tablecommands/fckplugin.js:1.1 
news_admin/js/fckeditor/editor/plugins/tablecommands/fckplugin.js:1.2
--- news_admin/js/fckeditor/editor/plugins/tablecommands/fckplugin.js:1.1       
Tue May 24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/plugins/tablecommands/fckplugin.js   Thu Aug 
 4 03:54:32 2005
@@ -1,5 +1,21 @@
-// This plugin register the required Toolbar items to be able to insert the
-// toolbar commands in the toolbar.
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ *             http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ *             http://www.fckeditor.net/
+ *
+ * File Name: fckplugin.js
+ *     This plugin register the required Toolbar items to be able to insert the
+ *     toolbar commands in the toolbar.
+ *
+ * File Authors:
+ *             Frederico Caldeira Knabben (address@hidden)
+ */
+
 FCKToolbarItems.RegisterItem( 'TableInsertRow'         , new FCKToolbarButton( 
'TableInsertRow'        , FCKLang.InsertRow ) ) ;
 FCKToolbarItems.RegisterItem( 'TableDeleteRows'                , new 
FCKToolbarButton( 'TableDeleteRows'       , FCKLang.DeleteRows ) ) ;
 FCKToolbarItems.RegisterItem( 'TableInsertColumn'      , new FCKToolbarButton( 
'TableInsertColumn'     , FCKLang.InsertColumn ) ) ;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]