diff --git a/main/inc/lib/fckeditor/myconfig.js b/main/inc/lib/fckeditor/myconfig.js index cd9fbbd814..e9dcf6212f 100644 --- a/main/inc/lib/fckeditor/myconfig.js +++ b/main/inc/lib/fckeditor/myconfig.js @@ -79,6 +79,11 @@ FCKConfig.ToolbarSets["Wiki"] = [ var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ; +//Added by Ivan Tcholakov, 18-DEC-2008. +FCKConfig.Plugins.Add( "customizations" ) ; +FCKConfig.Plugins.Add( "dragresizetable" ) ; +FCKConfig.Plugins.Add( "tablecommands" ) ; + /* FCKConfig.Plugins.Add("Video", "en", sOtherPluginPath ) ; FCKConfig.Plugins.Add("Attachment", "en", sOtherPluginPath ) ;*/ @@ -94,8 +99,6 @@ FCKConfig.Plugins.Add("imgmap", "en,es", sOtherPluginPath ); FCKConfig.Plugins.Add("googlemaps", "en,es", sOtherPluginPath ) ; FCKConfig.GoogleMaps_Key = 'ABQIAAAAlXu5Pw6DFAUgqM2wQn01gxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSy5hTGQdsosYD3dz6faZHVrO-02A';//This key is for http://localhost. You must get one for each server where you want to use the plugin, just get the key for free here after agreeing to the Terms of Use of the GoogleMaps API: http://www.google.com/apis/maps/signup.html. If you leave an empty string then the toolbar icon won't be shown -// Added by Ivan Tcholakov -FCKConfig.Plugins.Add( "customizations" ) ; // reduce format list FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5' ;