Index: lams_central/web/fckeditor/fckconfig.js =================================================================== diff -u -rdd09662524e9ae8d3c2fbd63a83017cacbecdc30 -re31d1853222ec105bcc6293bcc9ab9799dfc685b --- lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision dd09662524e9ae8d3c2fbd63a83017cacbecdc30) +++ lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision e31d1853222ec105bcc6293bcc9ab9799dfc685b) @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for internet - * Copyright (C) 2003-2005 Frederico Caldeira Knabben + * Copyright (C) 2003-2006 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php @@ -16,15 +16,13 @@ * * File Authors: * Frederico Caldeira Knabben (fredck@fckeditor.net) - * - * Version: 2.2 */ -FCKConfig.CustomConfigurationsPath = '' ; +FCKConfig.CustomConfigurationsPath = '../../includes/javascript/fckconfig_custom.js' ; FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; -FCKConfig.DocType = '' ; +FCKConfig.DocType = '' ; FCKConfig.BaseHref = '' ; @@ -34,23 +32,22 @@ FCKConfig.AllowQueryStringDebug = true ; FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ; +FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ; FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; -// FCKConfig.Plugins.Add( 'placeholder', 'de,en,fr,it,pl' ) ; +// FCKConfig.Plugins.Add( 'autogrow' ) ; +FCKConfig.AutoGrowMax = 400 ; -FCKConfig.ProtectedSource.Add( //gi ) ; //