Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/plugins/tablecommands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/plugins/tablecommands
Modified Files:
fckplugin.js
Log Message:
Commiting file additions and modification from SVN revision 2028 to 2029...
Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message:
updating fckeditor in dynapi
Index: fckplugin.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/plugins/tablecommands/fckplugin.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fckplugin.js 1 Sep 2005 19:05:04 -0000 1.1
--- fckplugin.js 29 Sep 2005 19:49:21 -0000 1.2
***************
*** 1,4 ****
! // This plugin register the required Toolbar items to be able to insert the
! // toolbar commands in the toolbar.
FCKToolbarItems.RegisterItem( 'TableInsertRow' , new FCKToolbarButton( 'TableInsertRow' , FCKLang.InsertRow ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows ) ) ;
--- 1,20 ----
! /*
! * 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 (fr...@fc...)
! */
!
FCKToolbarItems.RegisterItem( 'TableInsertRow' , new FCKToolbarButton( 'TableInsertRow' , FCKLang.InsertRow ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows ) ) ;
|