[svn r17226] FS#2867 - FCKEditor: Minor changes within the configuration files.

skala
Ivan Tcholakov 17 years ago
parent a3ddd6cd57
commit 5755c4761e
  1. 6
      main/inc/lib/fckeditor/fckconfig.js
  2. 7
      main/inc/lib/fckeditor/myconfig.js

@ -59,6 +59,9 @@ FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
// FCKConfig.Plugins.Add( 'dragresizetable' );
FCKConfig.AutoGrowMax = 400 ;
// Added by Ivan Tcholakov
//FCKConfig.Plugins.Add( "customizations" ) ;
//
FCKConfig.ProtectedSource.Add( /<script[\s\S]*?\/script>/gi ) ; // <SCRIPT> tags.
//
@ -378,6 +381,3 @@ FCKConfig.BackgroundBlockerOpacity = 0.50 ;
FCKConfig.MsWebBrowserControlCompat = false ;
FCKConfig.PreventSubmitHandler = false ;
// Added by Ivan Tcholakov
FCKConfig.Plugins.Add( "customizations" ) ;

@ -82,6 +82,7 @@ var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length -
/*
FCKConfig.Plugins.Add("Video", "en", sOtherPluginPath ) ;
FCKConfig.Plugins.Add("Attachment", "en", sOtherPluginPath ) ;*/
// added by Julio Montoya
FCKConfig.Plugins.Add("MP3", "en", sOtherPluginPath ) ;
FCKConfig.Plugins.Add('ImageManager','en') ;
@ -93,8 +94,8 @@ 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' ;
//Added by Ivan Tcholakov
FCKConfig.Plugins.Add( "customizations" ) ;

Loading…
Cancel
Save