Index: lams_central/web/fckeditor/fckconfig.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckconfig.js,v
diff -u -r1.14 -r1.15
--- lams_central/web/fckeditor/fckconfig.js 16 Aug 2006 06:05:58 -0000 1.14
+++ lams_central/web/fckeditor/fckconfig.js 4 Jan 2008 07:40:55 -0000 1.15
@@ -1,175 +1,306 @@
-/*
- * FCKeditor - The text editor for internet
- * 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
- *
- * For further information visit:
- * http://www.fckeditor.net/
- *
- * "Support Open Source software. What about a donation today?"
- *
- * File Name: fckconfig.js
- * Editor configuration settings.
- * See the documentation for more info.
- *
- * File Authors:
- * Frederico Caldeira Knabben (fredck@fckeditor.net)
- */
-
-FCKConfig.CustomConfigurationsPath = '../../includes/javascript/fckconfig_custom.js' ;
-
-FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
-
-FCKConfig.DocType = '' ;
-
-FCKConfig.BaseHref = '' ;
-
-FCKConfig.FullPage = false ;
-
-FCKConfig.Debug = false ;
-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( 'autogrow' ) ;
-FCKConfig.AutoGrowMax = 400 ;
-
-FCKConfig.ProtectedSource.Add( /
-
-
-
-
-