Index: lams_central/web/fckeditor/fckconfig.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckconfig.js,v
diff -u -r1.13 -r1.14
--- lams_central/web/fckeditor/fckconfig.js 31 Jul 2006 05:21:46 -0000 1.13
+++ lams_central/web/fckeditor/fckconfig.js 16 Aug 2006 06:05:58 -0000 1.14
@@ -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( /
-
-
-
-
-