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.1
Date: Tue, 24 May 2005 16:32:00 +0200

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

Added Files:
     Branch: MAIN
            fckplugin.js 

Log Message:
I am working on a much better version of news_admin, this is just a taste of 
what is coming.

Adding FCKeditor, which has the following issues:
* Images and files support FCKd
* Spellcheck FCKing up

Didn't include non php code or samples other unneeded crap

====================================================
Index: fckplugin.js
// 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 ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertColumn'       , new FCKToolbarButton( 
'TableInsertColumn'     , FCKLang.InsertColumn ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteColumns'      , new FCKToolbarButton( 
'TableDeleteColumns', FCKLang.DeleteColumns ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertCell'         , new FCKToolbarButton( 
'TableInsertCell'       , FCKLang.InsertCell ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteCells'        , new FCKToolbarButton( 
'TableDeleteCells'      , FCKLang.DeleteCells ) ) ;
FCKToolbarItems.RegisterItem( 'TableMergeCells'         , new FCKToolbarButton( 
'TableMergeCells'       , FCKLang.MergeCells ) ) ;
FCKToolbarItems.RegisterItem( 'TableSplitCell'          , new FCKToolbarButton( 
'TableSplitCell'        , FCKLang.SplitCell ) ) ;






reply via email to

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