Changeset 452
- Timestamp:
- 2007-07-15 23:16:23 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/plugins/tablecommands/fckplugin.js (modified) (1 diff)
-
_samples/html/sample06.config.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/plugins/tablecommands/fckplugin.js
r132 r452 20 20 * 21 21 * This plugin register the required Toolbar items to be able to insert the 22 * t oolbarcommands in the toolbar.22 * table commands in the toolbar. 23 23 */ 24 24 25 FCKToolbarItems.RegisterItem( 'TableInsertRow ' , new FCKToolbarButton( 'TableInsertRow' , FCKLang.InsertRow, null, null, null, null, 62 ) ) ;25 FCKToolbarItems.RegisterItem( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' , FCKLang.InsertRowAfter, null, null, null, null, 62 ) ) ; 26 26 FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows, null, null, null, null, 63 ) ) ; 27 FCKToolbarItems.RegisterItem( 'TableInsertColumn ' , new FCKToolbarButton( 'TableInsertColumn' , FCKLang.InsertColumn, null, null, null, null, 64 ) ) ;27 FCKToolbarItems.RegisterItem( 'TableInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAfter' , FCKLang.InsertColumnAfter, null, null, null, null, 64 ) ) ; 28 28 FCKToolbarItems.RegisterItem( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns, null, null, null, null, 65 ) ) ; 29 FCKToolbarItems.RegisterItem( 'TableInsertCell ' , new FCKToolbarButton( 'TableInsertCell' , FCKLang.InsertCell, null, null, null, null, 58 ) ) ;29 FCKToolbarItems.RegisterItem( 'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, null, null, null, null, 58 ) ) ; 30 30 FCKToolbarItems.RegisterItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells, null, null, null, null, 59 ) ) ; 31 31 FCKToolbarItems.RegisterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells, null, null, null, null, 60 ) ) ; 32 32 FCKToolbarItems.RegisterItem( 'TableSplitCell' , new FCKToolbarButton( 'TableSplitCell' , FCKLang.SplitCell, null, null, null, null, 61 ) ) ; 33 FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.CellProperties, null, null, null, null, 57 ) ) ; -
FCKeditor/trunk/_samples/html/sample06.config.js
r132 r452 27 27 ['My_Find','My_Replace','-','Placeholder'], 28 28 ['StyleSimple','FontFormatSimple','FontNameSimple','FontSizeSimple'], 29 ['Table','-','TableInsertRow ','TableDeleteRows','TableInsertColumn','TableDeleteColumns','TableInsertCell','TableDeleteCells','TableMergeCells','TableSplitCell'],29 ['Table','-','TableInsertRowAfter','TableDeleteRows','TableInsertColumnAfter','TableDeleteColumns','TableInsertCellAfter','TableDeleteCells','TableMergeCells','TableSplitCell','TableCellProp'], 30 30 ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink'], 31 31 '/',