From 0615caa309a3e765e5454d3cb67e60306ffb76cd Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Thu, 18 Dec 2008 13:03:53 +0100 Subject: [PATCH] [svn r17372] FS#2867 - FCKEditor: A correction in the configuration file. Adding two useful plugins that are bundled (distributed) with the editor. --- main/inc/lib/fckeditor/myconfig.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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' ;