Index: /FCKeditor.Java/trunk/README.txt
===================================================================
--- /FCKeditor.Java/trunk/README.txt	(revision 41)
+++ /FCKeditor.Java/trunk/README.txt	(revision 41)
@@ -0,0 +1,196 @@
+-------------------------------------------------
+	FCKeditor - JSP Integration Pack ver 2.3
+-------------------------------------------------
+
+
+---------------
+Contents:
+---------------
+
+1 - Preface
+2 - Installation
+3 - Usage
+4 - Building
+5 - Future plans
+6 - Donations
+7 - Further information and support
+8 - History
+
+--------------------
+1 - Preface
+--------------------
+
+This is the JSP Integration Pack for using FCKeditor inside a java server page without
+the complexity of using a Java scriptlets or the javascript api.
+I hope you find it usefull.
+This package contains just the integration library. To setup a full working environment
+you need to download the latest version of FCKEditor
+(http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=75845)
+
+
+--------------------
+2 - Installation
+--------------------
+
+Installing FCKeditor in a JSP environment is quite easy:
+ - Unzip the Java Integration Library in a directory named "FCKeditor"
+ - Unzip the content of the FCKEditor release of your choise inside the "FCKeditor\web" folder
+ - then you have to create in tomcat (or any servlet container) a new context named "FCKeditor"
+ 	that points to the previously created "FCKeditor\web" folder
+ - point your browser to http://domainName.ext/FCKeditor/_samples/default.jsp for the list of
+ 	the samples
+
+
+
+--------------------
+3 - Usage
+--------------------
+
+Take a look at the test files and in the javadoc api provided in the distribution.
+Anyway, for the lazy ones, here is a simple example
+
+First put this taglib definiton at the top of the JSP page
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+
+then the tag:
+
+	<FCK:editor
+		id="EditorAccessibility"	//Unique name of the editor
+		width="80%"			//Width
+		height="120"			//Height
+		toolbarSet="Accessibility"	//Toolbar name
+	>This is another test. <BR><B>The "Second" row.</B></FCK:editor>
+
+A more advance example, that show how to use the inner tags to overrides any of the settings specified in
+the config.js file
+
+	<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+		styleNames=";Style 1;Style 2; Style 3" 
+		fontNames=";Arial;Courier New;Times New Roman;Verdana" >
+		This is some <B>sample text</B>.
+	</FCK:editor>
+
+
+--------------------
+4 - Building
+--------------------
+
+Inside the files there is the source files for the tags (/src) and the ant build file (build.xml)
+
+The ant build file provides the following tasks:
+ - all: Clean build and dist directories, then compile
+ - clean: Delete old build and dist directories
+ - compile: Compile Java sources
+ - dist: Create binary distribution
+ - javadoc: Create Javadoc API documentation
+ - release: Create Release Distribution
+
+Plus some Tomcat managing tasks (to make this tasks work you need to copy inside the "web" folder the FCKeditor package):
+ - install: Create a web application pointing to the build directory
+ - reload: Recompiles and reload the web application
+ - remove: remove the web application
+
+To start building the class you first need to modify the "catalina.home" property inside the build.xml,
+then type "ant dist" to compile, create the javadoc API description and generate the jar library to be copied in the WEB-INF.
+
+Or more easily, type "ant install" after setting the right username and password for the tomcat manager application.
+
+
+--------------------
+5 - Future plans
+--------------------
+
+ * Integrate with Struts (so that FCKeditor can retrive and pass informations from Form Beans)
+ * Integrate with mcpuk FileManager
+
+--------------------
+6 - Donations
+--------------------
+
+I'm now starting to accept donations on the Sourceforge website:
+so if you like the jsp integration taglib, or are you using it on a commercial application, 
+please help the development of next version of the taglib donating to my SF user.
+
+To donate please go to my SF page at http://sourceforge.net/users/simo/ and click on "Make a Donation".
+Doing this donation you will also help the Apache Foundation and SourceForge.net
+Also, donation bigger than 30 will have a one year priority support.
+
+
+--------------------
+7 - Further informations and support
+--------------------
+
+For further informations refers to http://www.fckeditor.net/
+For support specific with this JSP integration taglib send an email to simo@users.sourceforge.net.
+Due to the increased number of requests, from now on support is delivered with a "best effort" approach.
+To be sure to have a priority support please refer to paragraph #6 and please make a donation to my user.
+
+
+--------------------
+8 - History
+--------------------
+
+2.3 - 2005/08/11
+
+ - Added support for the FCKeditor 2.0 Final Release
+ - Added a new servlet named SimpleUploader to process direct uploads (without passing through the File Browser)
+
+ TAGLIB:
+ - Added the following attributes:
+	flashBrowserURL
+	linkUploadURL
+	imageUploadURL
+	flashUploadURL
+
+ CONNECTOR:
+ - Removed some forgotten debug messages 
+
+2.2 - 2005/06/21 - Summer Edition
+
+ TAGLIB:
+ - Fixes the following bugs:
+   [ 1200635 ] TLD fails when running under Resin app server
+   [ 1200085 ] Opera Browser is detected incorrectly
+   [ 1190264 ] NullPointerException in FCKeditor.isCompatible()
+   [ 1190239 ] calling FCKeditor.create() multiple times corrupts content
+
+2.1 - 2005/03/29
+ 
+ - Changed naming of the package
+ - Provides just the jsp files, without the full editor as the previous versions
+ 
+ TAGLIB:
+ - Made the taglib similar to the .NET custom tag, so: 
+ 		* Added all attributes available for the .NET integration package
+			(almost all custom config)
+ 		* Removed the "config" tag
+ 		
+ CONNECTOR:
+ - Added "debug" init-parameter for the connector
+ 
+ SAMPLES:
+ - Implemented all sample files provided by the javascript version
+ - Samples now work out-of-the-box, since the connector configuration is set inside the tag
+ 
+
+
+2.0b2 (1.0 beta 2 for 2.0b2) - 2004/11/03
+
+ - Fixes the following bugs:
+   [ 1058945 ] user-agent parsing exception
+   [ 1032971 ] Browserversion of Mozilla: StringIndexOutOfBoundsException
+
+2.0b1 (1.0 beta 1 for 2.0b2) - 2004/09/13
+
+ - New stand alone package
+ - Fixes the following bugs:
+   [ 970740 ] ConnectorServlet not working
+   [ 991489 ] getNameWithoutExtension
+   [ 1025909 ] [Firefox 0.9.2] Resource browser works partially
+ - Uploaded files and images are now shown with a absolute path (starting from the root of the site) and not as relatives from the editor directory
+
+
+1.0 - 2004/05/09
+
+	Available just with the 1.6 release of FCKeditor.
+	This is the 1.x compatible taglib
Index: /FCKeditor.Java/trunk/build.xml
===================================================================
--- /FCKeditor.Java/trunk/build.xml	(revision 41)
+++ /FCKeditor.Java/trunk/build.xml	(revision 41)
@@ -0,0 +1,502 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2004 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 go to http://www.fredck.com/FCKeditor/ 
+ * or contact fckeditor@fredck.com.
+ *
+ * build.xml: FCKeditor Ant build script.
+ *
+ * Authors:
+ *   Simone Chiaretta (simone@piyosailing.com)
+ *   
+-->
+
+
+<!-- A "project" describes a set of targets that may be requested
+     when Ant is executed.  The "default" attribute defines the
+     target which is executed if no specific target is requested,
+     and the "basedir" attribute defines the current working directory
+     from which Ant executes the requested task.  This is normally
+     set to the current working directory.
+-->
+
+<project name="FCKeditor" default="compile" basedir=".">
+
+
+
+<!-- ===================== Property Definitions =========================== -->
+
+
+<!--
+
+  Each of the following properties are used in the build script.
+  Values for these properties are set by the first place they are
+  defined, from the following list:
+
+  * Definitions on the "ant" command line (ant -Dfoo=bar compile).
+
+  * Definitions from a "build.properties" file in the top level
+    source directory of this application.
+
+  * Definitions from a "build.properties" file in the developer's
+    home directory.
+
+  * Default definitions in this build.xml file.
+
+  You will note below that property values can be composed based on the
+  contents of previously defined properties.  This is a powerful technique
+  that helps you minimize the number of changes required when your development
+  environment is modified.  Note that property composition is allowed within
+  "build.properties" files as well as in the "build.xml" script.
+
+-->
+
+  <property file="build.properties"/>
+
+
+<!-- ==================== File and Directory Names ======================== -->
+
+
+<!--
+
+  These properties generally define file and directory names (or paths) that
+  affect where the build process stores its outputs.
+
+  app.name             Base name of this application, used to
+                       construct filenames and directories.
+                       Defaults to "myapp".
+
+  app.path             Context path to which this application should be
+                       deployed (defaults to "/" plus the value of the
+                       "app.name" property).
+
+  app.version          Version number of this iteration of the application.
+
+  build.home           The directory into which the "prepare" and
+                       "compile" targets will generate their output.
+                       Defaults to "build".
+
+  catalina.home        The directory in which you have installed
+                       a binary distribution of Tomcat 5.  This will
+                       be used by the "deploy" target.
+
+  dist.home            The name of the base directory in which
+                       distribution files are created.
+                       Defaults to "dist".
+
+  manager.password     The login password of a user that is assigned the
+                       "manager" role (so that he or she can execute
+                       commands via the "/manager" web application)
+
+  manager.url          The URL of the "/manager" web application on the
+                       Tomcat installation to which we will deploy web
+                       applications and web services.
+
+  manager.username     The login username of a user that is assigned the
+                       "manager" role (so that he or she can execute
+                       commands via the "/manager" web application)
+
+-->
+
+  <property name="app.name"      		value="FCKeditor"/>
+  <property name="app.path"      		value="/${app.name}"/>
+  <property name="app.version"   		value="2.3"/>
+  <property name="build.home"    		value="${basedir}/build"/>
+  <property name="catalina.home" 		value="C:/Programmi/Apache Software Foundation/Tomcat 5.0"/>
+  <property name="dist.home"     		value="${basedir}/dist"/>
+  <property name="docs.home"     		value="${basedir}/docs"/>
+  <property name="manager.url"   		value="http://localhost:8080/manager"/>
+  <property name="manager.password"		value="admin"/>
+  <property name="manager.username"   	value="admin"/>
+  <property name="src.home"      		value="${basedir}/src"/>
+  <property name="web.home"      		value="${basedir}/web"/>
+  <property name="release.home"      	value="${basedir}/tempDir"/>
+  <property name="release.home.files"   value="${basedir}/${app.name}.Java_${app.version}"/>
+
+
+<!-- ================== Custom Ant Task Definitions ======================= -->
+
+
+<!--
+
+  These properties define custom tasks for the Ant build tool that interact
+  with the "/manager" web application installed with Tomcat 5.  Before they
+  can be successfully utilized, you must perform the following steps:
+
+  - Copy the file "server/lib/catalina-ant.jar" from your Tomcat 5
+    installation into the "lib" directory of your Ant installation.
+
+  - Create a "build.properties" file in your application's top-level
+    source directory (or your user login home directory) that defines
+    appropriate values for the "manager.password", "manager.url", and
+    "manager.username" properties described above.
+
+  For more information about the Manager web application, and the functionality
+  of these tasks, see <http://localhost:8080/tomcat-docs/manager-howto.html>.
+
+-->
+
+  <taskdef name="deploy"   classname="org.apache.catalina.ant.DeployTask"/>
+  <taskdef name="list"     classname="org.apache.catalina.ant.ListTask"/>
+  <taskdef name="reload"   classname="org.apache.catalina.ant.ReloadTask"/>
+  <taskdef name="undeploy" classname="org.apache.catalina.ant.UndeployTask"/>
+
+
+<!--  ==================== Compilation Control Options ==================== -->
+
+<!--
+
+  These properties control option settings on the Javac compiler when it
+  is invoked using the <javac> task.
+
+  compile.debug        Should compilation include the debug option?
+
+  compile.deprecation  Should compilation include the deprecation option?
+
+  compile.optimize     Should compilation include the optimize option?
+
+-->
+
+  <property name="compile.debug"       value="true"/>
+  <property name="compile.deprecation" value="false"/>
+  <property name="compile.optimize"    value="true"/>
+
+
+
+<!-- ==================== Compilation Classpath =========================== -->
+
+<!--
+
+  Rather than relying on the CLASSPATH environment variable, Ant includes
+  features that makes it easy to dynamically construct the classpath you
+  need for each compilation.  The example below constructs the compile
+  classpath to include the servlet.jar file, as well as the other components
+  that Tomcat makes available to web applications automatically, plus anything
+  that you explicitly added.
+
+-->
+
+  <path id="compile.classpath">
+
+    <!-- Include all elements that Tomcat exposes to applications -->
+    <pathelement location="${catalina.home}/common/classes"/>
+    <fileset dir="${catalina.home}/common/endorsed">
+      <include name="*.jar"/>
+    </fileset>
+    <fileset dir="${catalina.home}/common/lib">
+      <include name="*.jar"/>
+    </fileset>
+    <pathelement location="${catalina.home}/shared/classes"/>
+    <fileset dir="${catalina.home}/shared/lib">
+      <include name="*.jar"/>
+    </fileset>
+    <fileset dir="${basedir}/web/WEB-INF/lib">
+        <include name="*.jar"/>
+    </fileset>
+  </path>
+
+
+
+<!-- ==================== All Target ====================================== -->
+
+<!--
+
+  The "all" target is a shortcut for running the "clean" target followed
+  by the "compile" target, to force a complete recompile.
+
+-->
+
+  <target name="all" depends="clean,compile"
+   description="Clean build and dist directories, then compile"/>
+
+
+
+<!-- ==================== Clean Target ==================================== -->
+
+<!--
+
+  The "clean" target deletes any previous "build" and "dist" directory,
+  so that you can be ensured the application can be built from scratch.
+
+-->
+
+  <target name="clean"
+   description="Delete old build and dist directories">
+    <delete dir="${build.home}"/>
+    <delete dir="${dist.home}"/>
+  </target>
+
+
+
+<!-- ==================== Compile Target ================================== -->
+
+<!--
+
+  The "compile" target transforms source files (from your "src" directory)
+  into object files in the appropriate location in the build directory.
+  This example assumes that you will be including your classes in an
+  unpacked directory hierarchy under "/WEB-INF/classes".
+
+-->
+
+  <target name="compile" depends="prepare"
+   description="Compile Java sources">
+
+    <!-- Compile Java classes as necessary -->
+    <mkdir    dir="${build.home}/WEB-INF/classes"/>
+    <javac srcdir="${src.home}"
+          destdir="${build.home}/WEB-INF/classes"
+            debug="${compile.debug}"
+      deprecation="${compile.deprecation}"
+         optimize="${compile.optimize}">
+        <classpath refid="compile.classpath"/>
+    </javac>
+
+    <!-- Copy application resources -->
+    <copy  todir="${build.home}/WEB-INF/classes">
+      <fileset dir="${src.home}" includes="**/*.class"/>
+    </copy>
+    
+    <!-- Copy TLD -->
+	<copy  todir="${build.home}/WEB-INF">
+		<fileset dir="${src.home}" includes="*.tld"/>
+	</copy>
+
+  </target>
+
+
+
+<!-- ==================== Javadoc Target ================================== -->
+
+<!--
+
+  The "javadoc" target creates Javadoc API documentation for the Java
+  classes included in your application.  Normally, this is only required
+  when preparing a distribution release, but is available as a separate
+  target in case the developer wants to create Javadocs independently.
+
+-->
+
+  <target name="javadoc" depends="compile"
+   description="Create Javadoc API documentation">
+
+    <javadoc sourcepath="${src.home}"
+                destdir="${docs.home}/api"
+           packagenames="*">
+      <classpath refid="compile.classpath"/>
+    </javadoc>
+
+  </target>
+  
+<!-- ==================== Dist Target ===================================== -->
+
+<!--
+
+  The "dist" target creates a binary distribution of your application
+  in a directory structure ready to be archived in a tar.gz or zip file.
+  Note that this target depends on two others:
+
+  * "compile" so that the entire web application (including external
+    dependencies) will have been assembled
+
+  * "javadoc" so that the application Javadocs will have been created
+
+-->
+  <target name="dist" depends="compile,javadoc"   
+   description="Create binary distribution">
+
+    <!-- Copy documentation subdirectories -->
+    <mkdir   dir="${dist.home}/docs"/>
+    <copy    todir="${dist.home}/docs">
+      <fileset dir="${docs.home}"/>
+    </copy>
+	
+    <!-- Create application JAR file -->
+    <jar jarfile="${dist.home}/${app.name}-${app.version}.jar"
+         basedir="${build.home}/WEB-INF/classes">
+         	<metainf file="${src.home}/FCKeditor.tld"/>
+    </jar>
+
+
+  </target>
+
+
+<!-- ==================== Release Target ================================== -->
+
+  <target name="release" depends="dist" 
+   description="Create Release Distribution">
+
+	<mkdir   dir="${release.home}"/>
+    <!-- Copy documentation subdirectories -->
+    <mkdir   dir="${release.home}/docs"/>
+    <copy    todir="${release.home}/docs">
+      <fileset dir="${docs.home}"/>
+    </copy>
+
+    <mkdir   dir="${release.home}/src"/>
+    <copy    todir="${release.home}/src">
+      <fileset dir="${src.home}"/>
+    </copy>
+    
+    <mkdir   dir="${release.home}/web"/>
+    <copy    todir="${release.home}/web">
+      <fileset dir="${web.home}">
+      	<exclude name="**/editor/**"/>
+      	<exclude name="*.*"/>
+      </fileset>
+    </copy>
+
+    <copy file="build.xml"  todir="${release.home}" />
+    <copy file="README.txt"  todir="${release.home}" />
+    
+    <copy file="${dist.home}/${app.name}-${app.version}.jar"  todir="${release.home}/web/WEB-INF/lib" />
+
+
+    <mkdir   dir="${release.home.files}"/>
+    <!-- Create application ZIP file -->
+    <zip zipfile="${release.home.files}/${app.name}-${app.version}.zip"
+         basedir="${release.home}"/>
+    <!-- Create application JAR file -->
+    <tar tarfile="${release.home.files}/${app.name}-${app.version}.gz.tar" compression="gzip"
+         basedir="${release.home}"/>
+    
+    <delete dir="${release.home}"/>
+  </target> 
+
+<!-- ==================== Install Target ================================== -->
+
+<!--
+
+  The "install" target tells the specified Tomcat 5 installation to dynamically
+  install this web application and make it available for execution.  It does
+  *not* cause the existence of this web application to be remembered across
+  Tomcat restarts; if you restart the server, you will need to re-install all
+  this web application.
+
+  If you have already installed this application, and simply want Tomcat to
+  recognize that you have updated Java classes (or the web.xml file), use the
+  "reload" target instead.
+
+  NOTE:  This target will only succeed if it is run from the same server that
+  Tomcat is running on.
+
+  NOTE:  This is the logical opposite of the "remove" target.
+
+-->
+
+  <target name="install" depends="compile"
+   description="Install application to servlet container">
+
+    <deploy url="${manager.url}"
+       username="${manager.username}"
+       password="${manager.password}"
+           path="${app.path}"
+       localWar="file://${build.home}"/>
+
+  </target>
+
+
+
+
+<!-- ====================== List Target =================================== -->
+
+<!--
+
+  The "list" target asks the specified Tomcat 5 installation to list the
+  currently running web applications, either loaded at startup time or
+  installed dynamically.  It is useful to determine whether or not the
+  application you are currently developing has been installed.
+
+-->
+
+  <target name="list"
+   description="List installed applications on servlet container">
+
+    <list    url="${manager.url}"
+        username="${manager.username}"
+        password="${manager.password}"/>
+
+  </target>
+
+
+<!-- ==================== Prepare Target ================================== -->
+
+<!--
+
+  The "prepare" target is used to create the "build" destination directory,
+  and copy the static contents of your web application to it.  If you need
+  to copy static files from external dependencies, you can customize the
+  contents of this task.
+
+  Normally, this task is executed indirectly when needed.
+
+-->
+
+  <target name="prepare">
+
+    <!-- Create build directories as needed -->
+    <mkdir  dir="${build.home}"/>
+    <mkdir  dir="${build.home}/WEB-INF"/>
+    <mkdir  dir="${build.home}/WEB-INF/classes"/>
+
+
+    <!-- Copy static content of this web application -->
+    <copy todir="${build.home}">
+      <fileset dir="${web.home}"/>
+    </copy>
+
+
+    <mkdir  dir="${build.home}/WEB-INF/lib"/>
+
+
+  </target>
+
+
+<!-- ==================== Reload Target =================================== -->
+
+<!--
+
+  The "reload" target tells the specified Tomcat 5 installation to dynamically
+  reload this web application, to reflect changes in the underlying classes or
+  the "web.xml" deployment descriptor.
+
+-->
+
+  <target name="reload" depends="compile"
+   description="Reload application on servlet container">
+
+    <reload url="${manager.url}"
+       username="${manager.username}"
+       password="${manager.password}"
+           path="${app.path}"/>
+
+  </target>
+
+
+<!-- ==================== Remove Target =================================== -->
+
+<!--
+
+  The "remove" target tells the specified Tomcat 5 installation to dynamically
+  remove this web application from service.
+
+  NOTE:  This is the logical opposite of the "install" target.
+
+-->
+
+  <target name="remove"
+   description="Remove application on servlet container">
+
+    <undeploy url="${manager.url}"
+         username="${manager.username}"
+         password="${manager.password}"
+             path="${app.path}"/>
+
+  </target>
+
+
+</project>
Index: /FCKeditor.Java/trunk/docs/api/allclasses-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/allclasses-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/allclasses-frame.html	(revision 41)
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+All Classes
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector" target="classFrame">ConnectorServlet</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditor</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditorConfigurations</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorTag</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader" target="classFrame">SimpleUploaderServlet</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/allclasses-noframe.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/allclasses-noframe.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/allclasses-noframe.html	(revision 41)
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+All Classes
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameHeadingFont">
+<B>All Classes</B></FONT>
+<BR>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<BR>
+<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A>
+<BR>
+</FONT></TD>
+</TR>
+</TABLE>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditor.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditor.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditor.html	(revision 41)
@@ -0,0 +1,639 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+FCKeditor
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.FCKeditor class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="FCKeditor";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.fredck.FCKeditor</FONT>
+<BR>
+Class FCKeditor</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.FCKeditor</B>
+</PRE>
+<HR>
+<DL>
+<DT>public class <B>FCKeditor</B><DT>extends java.lang.Object</DL>
+
+<P>
+The main class of the class lib.<br>
+ It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Simone Chiaretta (simo@users.sourceforge.net)</DD>
+</DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest&nbsp;req)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the object setting all value to the default ones.
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest&nbsp;req,
+          java.lang.String&nbsp;parInstanceName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the object setting the unique name and then all value to the default ones.
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest&nbsp;req,
+          java.lang.String&nbsp;parInstanceName,
+          java.lang.String&nbsp;parWidth,
+          java.lang.String&nbsp;parHeight,
+          java.lang.String&nbsp;parToolbarSet,
+          java.lang.String&nbsp;parValue)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the object setting all basic configurations.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#create()">create</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generate the HTML Code for the editor.
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getBasePath()">getBasePath</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the dir where the FCKeditor files reside on the server</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getConfig()">getConfig</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the advanced configuation set.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getHeight()">getHeight</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the height of the textarea</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getInstanceName()">getInstanceName</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the unique name of the editor</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getToolbarSet()">getToolbarSet</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the toolbar to display</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getValue()">getValue</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the initial value to be edited.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getWidth()">getWidth</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the width of the textarea</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setBasePath(java.lang.String)">setBasePath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the dir where the FCKeditor files reside on the server.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)">setConfig</A></B>(<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the advanced configuation set.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setHeight(java.lang.String)">setHeight</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the height of the textarea</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setInstanceName(java.lang.String)">setInstanceName</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the unique name of the editor</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setToolbarSet(java.lang.String)">setToolbarSet</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the name of the toolbar to display</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the initial value to be edited.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setWidth(java.lang.String)">setWidth</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the width of the textarea</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="FCKeditor(javax.servlet.http.HttpServletRequest)"><!-- --></A><H3>
+FCKeditor</H3>
+<PRE>
+public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest&nbsp;req)</PRE>
+<DL>
+<DD>Initialize the object setting all value to the default ones.
+ <p>
+ <ul>
+ <li>width: 100%</li>
+ <li>height: 200</li>
+ <li>toolbar name: Default</li>
+ <li>basePath: context root + "/FCKeditor/"</li>
+ </ul>
+ </p>
+<P>
+<DT><B>Parameters:</B><DD><CODE>req</CODE> - request object</DL>
+<HR>
+
+<A NAME="FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)"><!-- --></A><H3>
+FCKeditor</H3>
+<PRE>
+public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest&nbsp;req,
+                 java.lang.String&nbsp;parInstanceName)</PRE>
+<DL>
+<DD>Initialize the object setting the unique name and then all value to the default ones.
+ <p>
+ <ul>
+ <li>width: 100%</li>
+ <li>height: 200</li>
+ <li>toolbar name: Default</li>
+ <li>basePath: context root + "/FCKeditor/"</li>
+ </ul>
+ </p>
+<P>
+<DT><B>Parameters:</B><DD><CODE>req</CODE> - request object<DD><CODE>parInstanceName</CODE> - unique name</DL>
+<HR>
+
+<A NAME="FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
+FCKeditor</H3>
+<PRE>
+public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest&nbsp;req,
+                 java.lang.String&nbsp;parInstanceName,
+                 java.lang.String&nbsp;parWidth,
+                 java.lang.String&nbsp;parHeight,
+                 java.lang.String&nbsp;parToolbarSet,
+                 java.lang.String&nbsp;parValue)</PRE>
+<DL>
+<DD>Initialize the object setting all basic configurations.<br>
+
+ The basePath is context root + "/FCKeditor/"
+<P>
+<DT><B>Parameters:</B><DD><CODE>req</CODE> - request object<DD><CODE>parInstanceName</CODE> - unique name<DD><CODE>parWidth</CODE> - width<DD><CODE>parHeight</CODE> - height<DD><CODE>parToolbarSet</CODE> - toolbarSet name<DD><CODE>parValue</CODE> - initial value</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getInstanceName()"><!-- --></A><H3>
+getInstanceName</H3>
+<PRE>
+public java.lang.String <B>getInstanceName</B>()</PRE>
+<DL>
+<DD>Get the unique name of the editor
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setInstanceName(java.lang.String)"><!-- --></A><H3>
+setInstanceName</H3>
+<PRE>
+public void <B>setInstanceName</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the unique name of the editor
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getValue()"><!-- --></A><H3>
+getValue</H3>
+<PRE>
+public java.lang.String <B>getValue</B>()</PRE>
+<DL>
+<DD>Get the initial value to be edited.<br>
+ In HTML code
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>value</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setValue(java.lang.String)"><!-- --></A><H3>
+setValue</H3>
+<PRE>
+public void <B>setValue</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the initial value to be edited.<br>
+ In HTML code
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - value</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getBasePath()"><!-- --></A><H3>
+getBasePath</H3>
+<PRE>
+public java.lang.String <B>getBasePath</B>()</PRE>
+<DL>
+<DD>Get the dir where the FCKeditor files reside on the server
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBasePath(java.lang.String)"><!-- --></A><H3>
+setBasePath</H3>
+<PRE>
+public void <B>setBasePath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the dir where the FCKeditor files reside on the server.<br>
+<b>Remarks</b>:<br>
+Avoid using relative paths. It is preferable to set the base path starting from the root (/).<br>
+Always finish the path with a slash (/).
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getToolbarSet()"><!-- --></A><H3>
+getToolbarSet</H3>
+<PRE>
+public java.lang.String <B>getToolbarSet</B>()</PRE>
+<DL>
+<DD>Get the name of the toolbar to display
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>toolbar name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setToolbarSet(java.lang.String)"><!-- --></A><H3>
+setToolbarSet</H3>
+<PRE>
+public void <B>setToolbarSet</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the name of the toolbar to display
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - toolbar name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getWidth()"><!-- --></A><H3>
+getWidth</H3>
+<PRE>
+public java.lang.String <B>getWidth</B>()</PRE>
+<DL>
+<DD>Get the width of the textarea
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>width</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setWidth(java.lang.String)"><!-- --></A><H3>
+setWidth</H3>
+<PRE>
+public void <B>setWidth</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the width of the textarea
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - width</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getHeight()"><!-- --></A><H3>
+getHeight</H3>
+<PRE>
+public java.lang.String <B>getHeight</B>()</PRE>
+<DL>
+<DD>Get the height of the textarea
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>height</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setHeight(java.lang.String)"><!-- --></A><H3>
+setHeight</H3>
+<PRE>
+public void <B>setHeight</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the height of the textarea
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - height</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getConfig()"><!-- --></A><H3>
+getConfig</H3>
+<PRE>
+public <A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <B>getConfig</B>()</PRE>
+<DL>
+<DD>Get the advanced configuation set.<br>
+ Adding element to this collection you can override the settings specified in the config.js file.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>configuration collection</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)"><!-- --></A><H3>
+setConfig</H3>
+<PRE>
+public void <B>setConfig</B>(<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>&nbsp;value)</PRE>
+<DL>
+<DD>Set the advanced configuation set.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - configuration collection</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="create()"><!-- --></A><H3>
+create</H3>
+<PRE>
+public java.lang.String <B>create</B>()</PRE>
+<DL>
+<DD>Generate the HTML Code for the editor.
+ <br>
+ Evalute the browser capabilities and generate the editor if IE 5.5 or Gecko 20030210 or greater,
+ or a simple textarea otherwise.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>html code</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditorConfigurations.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditorConfigurations.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/FCKeditorConfigurations.html	(revision 41)
@@ -0,0 +1,296 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+FCKeditorConfigurations
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.FCKeditorConfigurations class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="FCKeditorConfigurations";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditorConfigurations.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.fredck.FCKeditor</FONT>
+<BR>
+Class FCKeditorConfigurations</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../resources/inherit.gif" ALT="extended by">java.util.AbstractMap
+      <IMG SRC="../../../resources/inherit.gif" ALT="extended by">java.util.HashMap
+          <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.FCKeditorConfigurations</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, java.util.Map, java.io.Serializable</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>FCKeditorConfigurations</B><DT>extends java.util.HashMap</DL>
+
+<P>
+Contains the configuration settings for the FCKEditor.<br>
+ Adding element to this collection you can override the settings specified in the config.js file.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Simone Chiaretta (simo@users.sourceforge.net)</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#com.fredck.FCKeditor.FCKeditorConfigurations">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html#FCKeditorConfigurations()">FCKeditorConfigurations</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the configuration collection</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html#getUrlParams()">getUrlParams</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generate the url parameter sequence used to pass this configuration to the editor.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.util.HashMap"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.util.HashMap</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.util.AbstractMap"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.util.AbstractMap</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>equals, hashCode, toString</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from interface java.util.Map</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>equals, hashCode</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="FCKeditorConfigurations()"><!-- --></A><H3>
+FCKeditorConfigurations</H3>
+<PRE>
+public <B>FCKeditorConfigurations</B>()</PRE>
+<DL>
+<DD>Initialize the configuration collection
+<P>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="getUrlParams()"><!-- --></A><H3>
+getUrlParams</H3>
+<PRE>
+public java.lang.String <B>getUrlParams</B>()</PRE>
+<DL>
+<DD>Generate the url parameter sequence used to pass this configuration to the editor.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>html endocode sequence of configuration parameters</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditorConfigurations.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/ConnectorServlet.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/ConnectorServlet.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/ConnectorServlet.html	(revision 41)
@@ -0,0 +1,362 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+ConnectorServlet
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector.ConnectorServlet class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="ConnectorServlet";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ConnectorServlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.fredck.FCKeditor.connector</FONT>
+<BR>
+Class ConnectorServlet</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.GenericServlet
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.http.HttpServlet
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.connector.ConnectorServlet</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>ConnectorServlet</B><DT>extends javax.servlet.http.HttpServlet</DL>
+
+<P>
+Servlet to upload and browse files.<br>
+
+ This servlet accepts 4 commands used to retrieve and create files and folders from a server directory.
+ The allowed commands are:
+ <ul>
+ <li>GetFolders: Retrive the list of directory under the current folder
+ <li>GetFoldersAndFiles: Retrive the list of files and directory under the current folder
+ <li>CreateFolder: Create a new directory under the current folder
+ <li>FileUpload: Send a new file to the server (must be sent with a POST)
+ </ul>
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Simone Chiaretta (simo@users.sourceforge.net)</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.connector.ConnectorServlet">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#ConnectorServlet()">ConnectorServlet</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doGet</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+      javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doPost</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+       javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manage the Post requests (FileUpload).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#init()">init</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the servlet.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.http.HttpServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.http.HttpServlet</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.GenericServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.GenericServlet</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="ConnectorServlet()"><!-- --></A><H3>
+ConnectorServlet</H3>
+<PRE>
+public <B>ConnectorServlet</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+public void <B>init</B>()
+          throws javax.servlet.ServletException</PRE>
+<DL>
+<DD>Initialize the servlet.<br>
+ Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br>
+ If not specified the value of "/UserFiles/" will be used.
+<P>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.ServletException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
+doGet</H3>
+<PRE>
+public void <B>doGet</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+                  javax.servlet.http.HttpServletResponse&nbsp;response)
+           throws javax.servlet.ServletException,
+                  java.io.IOException</PRE>
+<DL>
+<DD>Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).<br>
+
+ The servlet accepts commands sent in the following format:<br>
+ connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath<br><br>
+ It execute the command and then return the results to the client in XML format.
+<P>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.ServletException</CODE>
+<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
+doPost</H3>
+<PRE>
+public void <B>doPost</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+                   javax.servlet.http.HttpServletResponse&nbsp;response)
+            throws javax.servlet.ServletException,
+                   java.io.IOException</PRE>
+<DL>
+<DD>Manage the Post requests (FileUpload).<br>
+
+ The servlet accepts commands sent in the following format:<br>
+ connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath<br><br>
+ It store the file (renaming it in case a file with the same name exists) and then return an HTML file
+ with a javascript command in it.
+<P>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.ServletException</CODE>
+<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="ConnectorServlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-frame.html	(revision 41)
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.connector
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html" target="classFrame">com.fredck.FCKeditor.connector</A></FONT>
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>&nbsp;
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector" target="classFrame">ConnectorServlet</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-summary.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-summary.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-summary.html	(revision 41)
@@ -0,0 +1,205 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.connector
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.connector";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<H2>
+Package com.fredck.FCKeditor.connector
+</H2>
+Connector used by the FCKeditor to list and create resources on the server.
+
+
+<P>
+<B>See:</B>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A></B></TD>
+<TD>Servlet to upload and browse files.</TD>
+</TR>
+</TABLE>
+&nbsp;
+
+<P>
+<A NAME="package_description"><!-- --></A><H2>
+Package com.fredck.FCKeditor.connector Description
+</H2>
+
+<P>
+Connector used by the FCKeditor to list and create resources on the server.
+
+<h2>Package Specification</h2>
+
+This servlet is access directly from the file browser in the FCKeditor.<br>
+To make everything work correctly you have to add the following piece of code in your application's web.xml
+<br>
+<pre>
+	&lt;servlet&gt;
+		&lt;servlet-name&gt;Connector&lt;/servlet-name&gt;
+		&lt;servlet-class&gt;com.fredck.FCKeditor.connector.ConnectorServlet&lt;/servlet-class&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;baseDir&lt;/param-name&gt;
+			&lt;param-value&gt;/UserFiles/&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;debug&lt;/param-name&gt;
+			&lt;param-value&gt;false&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
+	&lt;/servlet&gt;
+	
+	&lt;servlet-mapping&gt;
+		&lt;servlet-name&gt;Connector&lt;/servlet-name&gt;
+		&lt;url-pattern&gt;/editor/filemanager/browser/default/connectors/jsp/connector&lt;/url-pattern&gt;
+	&lt;/servlet-mapping&gt;
+</pre>
+<br>
+And put in the fckconfig.js the following line:
+<pre>
+FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" ;
+FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector" ;
+FCKConfig.FlashBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector" ;
+</pre>
+Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>.
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+<P>
+
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-tree.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-tree.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/connector/package-tree.html	(revision 41)
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.connector Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.connector Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package com.fredck.FCKeditor.connector
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
+<UL>
+<LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.connector.<A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A></UL>
+</UL>
+</UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-frame.html	(revision 41)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../com/fredck/FCKeditor/package-summary.html" target="classFrame">com.fredck.FCKeditor</A></FONT>
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>&nbsp;
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="FCKeditor.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditor</A>
+<BR>
+<A HREF="FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditorConfigurations</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-summary.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-summary.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-summary.html	(revision 41)
@@ -0,0 +1,176 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV PACKAGE&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/connector/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<H2>
+Package com.fredck.FCKeditor
+</H2>
+Core objects to manage the FCKeditor text input form.
+
+<P>
+<B>See:</B>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A></B></TD>
+<TD>The main class of the class lib.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A></B></TD>
+<TD>Contains the configuration settings for the FCKEditor.</TD>
+</TR>
+</TABLE>
+&nbsp;
+
+<P>
+<A NAME="package_description"><!-- --></A><H2>
+Package com.fredck.FCKeditor Description
+</H2>
+
+<P>
+Core objects to manage the FCKeditor text input form.
+Java Integration Module 2.3.
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li><a href="http://www.FCKeditor.net/">Official page of FCKeditor</a>
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+<P>
+
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV PACKAGE&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/connector/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-tree.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-tree.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/package-tree.html	(revision 41)
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/connector/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package com.fredck.FCKeditor
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class java.util.AbstractMap (implements java.util.Map)
+<UL>
+<LI TYPE="circle">class java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A></UL>
+</UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A></UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;<A HREF="../../../com/fredck/FCKeditor/connector/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/FCKeditorTag.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/FCKeditorTag.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/FCKeditorTag.html	(revision 41)
@@ -0,0 +1,1338 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+FCKeditorTag
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags.FCKeditorTag class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="FCKeditorTag";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditorTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.fredck.FCKeditor.tags</FONT>
+<BR>
+Class FCKeditorTag</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.TagSupport
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.BodyTagSupport
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.tags.FCKeditorTag</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>FCKeditorTag</B><DT>extends javax.servlet.jsp.tagext.BodyTagSupport</DL>
+
+<P>
+Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">container</A>.<br>
+<p>
+ <b>Simple usage</b>:
+ <pre>
+	&lt;FCK:editor
+		id="EditorAccessibility"
+		width="80%"
+		height="120"
+		toolbarSet="Accessibility"
+	"&gt;This is another test. &lt;BR&gt;&lt;BR&gt;The "Second" row.&lt;/BR&gt;&lt;/FCK:editor"&gt;
+ </pre>
+
+<p>In this example we set all the attribute for the fckedit tag.
+
+<p>
+  <b>Advanced usage of the tag</b>:
+  <pre>
+	&lt;FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+		styleNames=";Style 1;Style 2; Style 3" 
+		fontNames=";Arial;Courier New;Times New Roman;Verdana" &gt;
+		This is some &lt;B&gt;sample text&lt;/B&gt;.
+	&lt;/FCK:editor&gt;
+  </pre>
+<p>In this example we set the id and the basePath of the editor (since it is /FCKeditor/
+ we could have omitted it because it's already the default value).<br>
+ Then we used the the optional attributes to set some advanced configuration settings.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Simone Chiaretta (simo@users.sourceforge.net)</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.tags.FCKeditorTag">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#fcked">fcked</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The underlying FCKeditor object</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.BodyTagSupport"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>bodyContent</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>pageContext</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.BodyTag"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.BodyTag</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>EVAL_BODY_BUFFERED, EVAL_BODY_TAG</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>EVAL_BODY_AGAIN</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#FCKeditorTag()">FCKeditorTag</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#doAfterBody()">doAfterBody</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrive initial value to be edited and writes the HTML code in the page</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#doStartTag()">doStartTag</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the FCKeditor container and set attributes</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setAutoDetectLanguage(java.lang.String)">setAutoDetectLanguage</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells the editor to automatically detect the user language preferences to adapt its interface language.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setBaseHref(java.lang.String)">setBaseHref</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Base URL used to resolve links (on images, links, styles, etc.).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setBasePath(java.lang.String)">setBasePath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the dir where the FCKeditor files reside on the server</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setContentLangDirection(java.lang.String)">setContentLangDirection</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the direction of the editor area contents.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setCustomConfigurationsPath(java.lang.String)">setCustomConfigurationsPath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the path of a custom file that can override some configurations.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setDebug(java.lang.String)">setDebug</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enables the debug window to be shown when calling the FCKDebug.Output() function.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setDefaultLanguage(java.lang.String)">setDefaultLanguage</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the default language used for the editor's interface localization.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setEditorAreaCSS(java.lang.String)">setEditorAreaCSS</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the CSS styles file to be used in the editing area.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setEnableSourceXHTML(java.lang.String)">setEnableSourceXHTML</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells the editor to process the HTML source to XHTML when switching from WYSIWYG to Source view</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setEnableXHTML(java.lang.String)">setEnableXHTML</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells the editor to process the HTML source to XHTML on form post.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFillEmptyBlocks(java.lang.String)">setFillEmptyBlocks</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Block elements (like P, DIV, H1, PRE, etc...) are forced to have content (a &amp;nbsp;).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFlashBrowserURL(java.lang.String)">setFlashBrowserURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the page called when the user clicks the "Browse Server" button in the "Flash" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFlashUploadURL(java.lang.String)">setFlashUploadURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Flash" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontColors(java.lang.String)">setFontColors</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the colors that must be shown in the colors panels (in the toolbar).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontFormats(java.lang.String)">setFontFormats</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of formats to be shown in the "Format" toolbar command.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontNames(java.lang.String)">setFontNames</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of fonts to be shown in the "Font" toolbar command.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontSizes(java.lang.String)">setFontSizes</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the list of font sizes to be shown in the "Size" toolbar command.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setForcePasteAsPlainText(java.lang.String)">setForcePasteAsPlainText</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts the clipboard contents to pure text on pasting operations</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setForceSimpleAmpersand(java.lang.String)">setForceSimpleAmpersand</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forces the ampersands (&) on tags attributes to not be converted to "&amp;amp;"<BR>
+ This conversion is a W3C requirement for XHTML, so it is recommended to leave this option to "false".</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatIndentator(java.lang.String)">setFormatIndentator</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the characters to be used when indenting the HTML source when formatting it.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatOutput(java.lang.String)">setFormatOutput</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The output HTML generated by the editor will be processed and formatted.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatSource(java.lang.String)">setFormatSource</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The HTML shown by the editor, while switching from WYSIWYG to Source views, will be processed and formatted</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setFullPage(java.lang.String)">setFullPage</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enables full page editing (from &lt;HTML&gt; to &lt;/HTML&gt;).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setGeckoUseSPAN(java.lang.String)">setGeckoUseSPAN</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells Gecko browsers to use SPAN instead of &lt;B&gt;, &lt;I&gt; and &lt;U&gt; for bold, italic an underline</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setHeight(java.lang.String)">setHeight</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the height of the textarea</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setId(java.lang.String)">setId</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the unique id of the editor</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setImageBrowserURL(java.lang.String)">setImageBrowserURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the page called when the user clicks the "Browse Server" button in the "Image" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setImageUploadURL(java.lang.String)">setImageUploadURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Image" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setLinkBrowserURL(java.lang.String)">setLinkBrowserURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the page called when the user clicks the "Browse Server" button in the "Link" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setLinkUploadURL(java.lang.String)">setLinkUploadURL</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Link" dialog window.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setPluginsPath(java.lang.String)">setPluginsPath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the base path used when looking for registered plugins.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setSkinPath(java.lang.String)">setSkinPath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the path to the skin (graphical interface settings) to be used by the editor.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setStartupFocus(java.lang.String)">setStartupFocus</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forces the editor to get the keyboard input focus on startup (page load)</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setStylesXmlPath(java.lang.String)">setStylesXmlPath</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the path to the XML file that has the definitions and rules of the styles used by the "Style" toolbar command</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setTabSpaces(java.lang.String)">setTabSpaces</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the number of spaces (&amp;nbsp;) to be inserted when the user hits the "tab" key.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarCanCollapse(java.lang.String)">setToolbarCanCollapse</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tells the editor that the toolbar can be Collapsed/Expanded by the user when clicking the vertical bar placed on the left of it (on the right for "rtl" languages).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarSet(java.lang.String)">setToolbarSet</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the name of the toolbar to display</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarStartExpanded(java.lang.String)">setToolbarStartExpanded</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The toolbar is Expanded on startup, otherwise it is Collapsed and the user must click on it to show it.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setUseBROnCarriageReturn(java.lang.String)">setUseBROnCarriageReturn</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts a &lt;BR&gt; tag when the user hits the "enter" key, instead of starting a new paragraph (&lt;P&gt; or &lt;DIV&gt;).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setWidth(java.lang.String)">setWidth</A></B>(java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the width of the textarea</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.BodyTagSupport"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from interface javax.servlet.jsp.tagext.Tag</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>getParent, setPageContext, setParent</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="fcked"><!-- --></A><H3>
+fcked</H3>
+<PRE>
+protected <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <B>fcked</B></PRE>
+<DL>
+<DD>The underlying FCKeditor object
+<P>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="FCKeditorTag()"><!-- --></A><H3>
+FCKeditorTag</H3>
+<PRE>
+public <B>FCKeditorTag</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="setId(java.lang.String)"><!-- --></A><H3>
+setId</H3>
+<PRE>
+public void <B>setId</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the unique id of the editor
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBasePath(java.lang.String)"><!-- --></A><H3>
+setBasePath</H3>
+<PRE>
+public void <B>setBasePath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the dir where the FCKeditor files reside on the server
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setToolbarSet(java.lang.String)"><!-- --></A><H3>
+setToolbarSet</H3>
+<PRE>
+public void <B>setToolbarSet</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the name of the toolbar to display
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - toolbar name</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setWidth(java.lang.String)"><!-- --></A><H3>
+setWidth</H3>
+<PRE>
+public void <B>setWidth</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the width of the textarea
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - width</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setHeight(java.lang.String)"><!-- --></A><H3>
+setHeight</H3>
+<PRE>
+public void <B>setHeight</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the height of the textarea
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - height</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setCustomConfigurationsPath(java.lang.String)"><!-- --></A><H3>
+setCustomConfigurationsPath</H3>
+<PRE>
+public void <B>setCustomConfigurationsPath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the path of a custom file that can override some configurations.<br>
+ It is recommended to use absolute paths (starting with /), like "/myfckconfig.js".
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setEditorAreaCSS(java.lang.String)"><!-- --></A><H3>
+setEditorAreaCSS</H3>
+<PRE>
+public void <B>setEditorAreaCSS</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the CSS styles file to be used in the editing area.<br>
+ In this way you can point to a file that reflects your web site styles.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setBaseHref(java.lang.String)"><!-- --></A><H3>
+setBaseHref</H3>
+<PRE>
+public void <B>setBaseHref</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Base URL used to resolve links (on images, links, styles, etc.).<br>
+ For example, if BaseHref is set to 'http://www.fredck.com', an image that points to "/images/Logo.gif" will be interpreted by the editor as "http://www.fredck.com/images/Logo.gif", without touching the "src" attribute of the image.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - URL</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setSkinPath(java.lang.String)"><!-- --></A><H3>
+setSkinPath</H3>
+<PRE>
+public void <B>setSkinPath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the path to the skin (graphical interface settings) to be used by the editor.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setPluginsPath(java.lang.String)"><!-- --></A><H3>
+setPluginsPath</H3>
+<PRE>
+public void <B>setPluginsPath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the base path used when looking for registered plugins.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFullPage(java.lang.String)"><!-- --></A><H3>
+setFullPage</H3>
+<PRE>
+public void <B>setFullPage</B>(java.lang.String&nbsp;value)
+                 throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Enables full page editing (from &lt;HTML&gt; to &lt;/HTML&gt;).<br>
+ It also enables the "Page Properties" toolbar button.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setDebug(java.lang.String)"><!-- --></A><H3>
+setDebug</H3>
+<PRE>
+public void <B>setDebug</B>(java.lang.String&nbsp;value)
+              throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Enables the debug window to be shown when calling the FCKDebug.Output() function.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setAutoDetectLanguage(java.lang.String)"><!-- --></A><H3>
+setAutoDetectLanguage</H3>
+<PRE>
+public void <B>setAutoDetectLanguage</B>(java.lang.String&nbsp;value)
+                           throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Tells the editor to automatically detect the user language preferences to adapt its interface language.<br>
+ With Internet Explorer, the language configured in the Windows Control Panel is used.<br>
+ With Firefox, the browser language is used.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setDefaultLanguage(java.lang.String)"><!-- --></A><H3>
+setDefaultLanguage</H3>
+<PRE>
+public void <B>setDefaultLanguage</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the default language used for the editor's interface localization.<br>
+ The default language is used when the AutoDetectLanguage options is disabled or when the user language is not available.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - language code</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setContentLangDirection(java.lang.String)"><!-- --></A><H3>
+setContentLangDirection</H3>
+<PRE>
+public void <B>setContentLangDirection</B>(java.lang.String&nbsp;value)
+                             throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Sets the direction of the editor area contents.<br>
+ The possible values are:
+ <ul>
+ <li>ltr - Left to Right
+ <li>rtl - Right to Left
+ </ul>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - ltr/rtl
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not ltr or rtl</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setEnableXHTML(java.lang.String)"><!-- --></A><H3>
+setEnableXHTML</H3>
+<PRE>
+public void <B>setEnableXHTML</B>(java.lang.String&nbsp;value)
+                    throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Tells the editor to process the HTML source to XHTML on form post.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setEnableSourceXHTML(java.lang.String)"><!-- --></A><H3>
+setEnableSourceXHTML</H3>
+<PRE>
+public void <B>setEnableSourceXHTML</B>(java.lang.String&nbsp;value)
+                          throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Tells the editor to process the HTML source to XHTML when switching from WYSIWYG to Source view
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFillEmptyBlocks(java.lang.String)"><!-- --></A><H3>
+setFillEmptyBlocks</H3>
+<PRE>
+public void <B>setFillEmptyBlocks</B>(java.lang.String&nbsp;value)
+                        throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Block elements (like P, DIV, H1, PRE, etc...) are forced to have content (a &amp;nbsp;).<br>
+ Empty blocks are "collapsed" by while browsing, so a empty &lt;p&gt;&lt;/p&gt; is not visible.<br>
+ While editing, the editor "expand" empty blocks so you can insert content inside then.<br>
+ Setting this option to "true" results useful to reflect the same output when browsing and editing.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFormatSource(java.lang.String)"><!-- --></A><H3>
+setFormatSource</H3>
+<PRE>
+public void <B>setFormatSource</B>(java.lang.String&nbsp;value)
+                     throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>The HTML shown by the editor, while switching from WYSIWYG to Source views, will be processed and formatted
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFormatOutput(java.lang.String)"><!-- --></A><H3>
+setFormatOutput</H3>
+<PRE>
+public void <B>setFormatOutput</B>(java.lang.String&nbsp;value)
+                     throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>The output HTML generated by the editor will be processed and formatted.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFormatIndentator(java.lang.String)"><!-- --></A><H3>
+setFormatIndentator</H3>
+<PRE>
+public void <B>setFormatIndentator</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the characters to be used when indenting the HTML source when formatting it.<BR>
+ Useful values are a sequence of spaces ('     ') or a tab char ('\t').
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - indentator</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setGeckoUseSPAN(java.lang.String)"><!-- --></A><H3>
+setGeckoUseSPAN</H3>
+<PRE>
+public void <B>setGeckoUseSPAN</B>(java.lang.String&nbsp;value)
+                     throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Tells Gecko browsers to use SPAN instead of &lt;B&gt;, &lt;I&gt; and &lt;U&gt; for bold, italic an underline
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setStartupFocus(java.lang.String)"><!-- --></A><H3>
+setStartupFocus</H3>
+<PRE>
+public void <B>setStartupFocus</B>(java.lang.String&nbsp;value)
+                     throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Forces the editor to get the keyboard input focus on startup (page load)
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setForcePasteAsPlainText(java.lang.String)"><!-- --></A><H3>
+setForcePasteAsPlainText</H3>
+<PRE>
+public void <B>setForcePasteAsPlainText</B>(java.lang.String&nbsp;value)
+                              throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Converts the clipboard contents to pure text on pasting operations
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setForceSimpleAmpersand(java.lang.String)"><!-- --></A><H3>
+setForceSimpleAmpersand</H3>
+<PRE>
+public void <B>setForceSimpleAmpersand</B>(java.lang.String&nbsp;value)
+                             throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Forces the ampersands (&) on tags attributes to not be converted to "&amp;amp;"<BR>
+ This conversion is a W3C requirement for XHTML, so it is recommended to leave this option to "false".
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setTabSpaces(java.lang.String)"><!-- --></A><H3>
+setTabSpaces</H3>
+<PRE>
+public void <B>setTabSpaces</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Set the number of spaces (&amp;nbsp;) to be inserted when the user hits the "tab" key.<BR>
+ This is an Internet Explorer only feature. Other browsers insert spaces automatically by default.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - number of spaces</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setUseBROnCarriageReturn(java.lang.String)"><!-- --></A><H3>
+setUseBROnCarriageReturn</H3>
+<PRE>
+public void <B>setUseBROnCarriageReturn</B>(java.lang.String&nbsp;value)
+                              throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Inserts a &lt;BR&gt; tag when the user hits the "enter" key, instead of starting a new paragraph (&lt;P&gt; or &lt;DIV&gt;).<BR>
+ This is an Internet Explorer only feature. Other browsers insert the &lt;BR&gt; tag by default.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setToolbarStartExpanded(java.lang.String)"><!-- --></A><H3>
+setToolbarStartExpanded</H3>
+<PRE>
+public void <B>setToolbarStartExpanded</B>(java.lang.String&nbsp;value)
+                             throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>The toolbar is Expanded on startup, otherwise it is Collapsed and the user must click on it to show it.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setToolbarCanCollapse(java.lang.String)"><!-- --></A><H3>
+setToolbarCanCollapse</H3>
+<PRE>
+public void <B>setToolbarCanCollapse</B>(java.lang.String&nbsp;value)
+                           throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Tells the editor that the toolbar can be Collapsed/Expanded by the user when clicking the vertical bar placed on the left of it (on the right for "rtl" languages).
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if value is not true or false</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFontColors(java.lang.String)"><!-- --></A><H3>
+setFontColors</H3>
+<PRE>
+public void <B>setFontColors</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the colors that must be shown in the colors panels (in the toolbar).
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - colors</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFontNames(java.lang.String)"><!-- --></A><H3>
+setFontNames</H3>
+<PRE>
+public void <B>setFontNames</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the list of fonts to be shown in the "Font" toolbar command.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - fonts</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFontSizes(java.lang.String)"><!-- --></A><H3>
+setFontSizes</H3>
+<PRE>
+public void <B>setFontSizes</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the list of font sizes to be shown in the "Size" toolbar command.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - sizes</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFontFormats(java.lang.String)"><!-- --></A><H3>
+setFontFormats</H3>
+<PRE>
+public void <B>setFontFormats</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the list of formats to be shown in the "Format" toolbar command.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - format list</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setStylesXmlPath(java.lang.String)"><!-- --></A><H3>
+setStylesXmlPath</H3>
+<PRE>
+public void <B>setStylesXmlPath</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the path to the XML file that has the definitions and rules of the styles used by the "Style" toolbar command
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setLinkBrowserURL(java.lang.String)"><!-- --></A><H3>
+setLinkBrowserURL</H3>
+<PRE>
+public void <B>setLinkBrowserURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Link" dialog window.<BR>
+ In this way, you can create your custom File Browser that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setImageBrowserURL(java.lang.String)"><!-- --></A><H3>
+setImageBrowserURL</H3>
+<PRE>
+public void <B>setImageBrowserURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Image" dialog window.<BR>
+ In this way, you can create your custom Image Browser that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFlashBrowserURL(java.lang.String)"><!-- --></A><H3>
+setFlashBrowserURL</H3>
+<PRE>
+public void <B>setFlashBrowserURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Flash" dialog window.<BR>
+ In this way, you can create your custom Flash Browser that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setLinkUploadURL(java.lang.String)"><!-- --></A><H3>
+setLinkUploadURL</H3>
+<PRE>
+public void <B>setLinkUploadURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Link" dialog window.<BR>
+ In this way, you can create your custom Link Uploader that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setImageUploadURL(java.lang.String)"><!-- --></A><H3>
+setImageUploadURL</H3>
+<PRE>
+public void <B>setImageUploadURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Image" dialog window.<BR>
+ In this way, you can create your custom Image Uploader that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setFlashUploadURL(java.lang.String)"><!-- --></A><H3>
+setFlashUploadURL</H3>
+<PRE>
+public void <B>setFlashUploadURL</B>(java.lang.String&nbsp;value)</PRE>
+<DL>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Flash" dialog window.<BR>
+ In this way, you can create your custom Flash Uploader that is well integrated with your system.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doStartTag()"><!-- --></A><H3>
+doStartTag</H3>
+<PRE>
+public int <B>doStartTag</B>()
+               throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Initialize the FCKeditor container and set attributes
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>EVAL_BODY_BUFFERED
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doAfterBody()"><!-- --></A><H3>
+doAfterBody</H3>
+<PRE>
+public int <B>doAfterBody</B>()
+                throws javax.servlet.jsp.JspException</PRE>
+<DL>
+<DD>Retrive initial value to be edited and writes the HTML code in the page
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>SKIP_BODY
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.jsp.JspException</CODE> - if an error occurs while writing to the out buffer</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="FCKeditorTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-frame.html	(revision 41)
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.tags
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html" target="classFrame">com.fredck.FCKeditor.tags</A></FONT>
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>&nbsp;
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorTag</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-summary.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-summary.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-summary.html	(revision 41)
@@ -0,0 +1,183 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.tags
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.tags";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/uploader/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<H2>
+Package com.fredck.FCKeditor.tags
+</H2>
+JSP Tag to access and modify the FCKeditor objects.
+
+
+
+<P>
+<B>See:</B>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A></B></TD>
+<TD>Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">container</A>.</TD>
+</TR>
+</TABLE>
+&nbsp;
+
+<P>
+<A NAME="package_description"><!-- --></A><H2>
+Package com.fredck.FCKeditor.tags Description
+</H2>
+
+<P>
+JSP Tag to access and modify the FCKeditor objects.
+
+
+<h2>Package Specification</h2>
+
+This taglibrary is compliant to the taglib 1.1 specification.<br>
+To use it put the FCKeditor.jar inside the <code>WEB-INF/lib</code> dir and FCKeditor.tld inside the <code>WEB-INF</code> directory of your website.<br>
+Put the following declaration in each page that use the tags:<br>
+<pre>
+&lt;%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %&gt;
+</pre>
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+<P>
+
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/uploader/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-tree.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-tree.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/tags/package-tree.html	(revision 41)
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.tags Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.tags Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/connector/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/uploader/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package com.fredck.FCKeditor.tags
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements javax.servlet.jsp.tagext.IterationTag, java.io.Serializable)
+<UL>
+<LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A></UL>
+</UL>
+</UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/connector/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/uploader/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html	(revision 41)
@@ -0,0 +1,324 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+SimpleUploaderServlet
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.uploader.SimpleUploaderServlet class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="SimpleUploaderServlet";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="SimpleUploaderServlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+com.fredck.FCKeditor.uploader</FONT>
+<BR>
+Class SimpleUploaderServlet</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.GenericServlet
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.http.HttpServlet
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.uploader.SimpleUploaderServlet</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig</DD>
+</DL>
+<HR>
+<DL>
+<DT>public class <B>SimpleUploaderServlet</B><DT>extends javax.servlet.http.HttpServlet</DL>
+
+<P>
+Servlet to upload files.<br>
+
+ This servlet accepts just file uploads, eventually with a parameter specifying file type
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Simone Chiaretta (simo@users.sourceforge.net)</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.uploader.SimpleUploaderServlet">Serialized Form</A></DL>
+<HR>
+
+<P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+
+
+<!-- =========== FIELD SUMMARY =========== -->
+
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#SimpleUploaderServlet()">SimpleUploaderServlet</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doPost</A></B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+       javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manage the Upload requests.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#init()">init</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the servlet.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.http.HttpServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.http.HttpServlet</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.GenericServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class javax.servlet.GenericServlet</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TD><B>Methods inherited from class java.lang.Object</B></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="SimpleUploaderServlet()"><!-- --></A><H3>
+SimpleUploaderServlet</H3>
+<PRE>
+public <B>SimpleUploaderServlet</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TD>
+</TR>
+</TABLE>
+
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+public void <B>init</B>()
+          throws javax.servlet.ServletException</PRE>
+<DL>
+<DD>Initialize the servlet.<br>
+ Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br>
+ If not specified the value of "/UserFiles/" will be used.<br>
+ Also it retrieve all allowed and denied extensions to be handled.
+<P>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.ServletException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
+doPost</H3>
+<PRE>
+public void <B>doPost</B>(javax.servlet.http.HttpServletRequest&nbsp;request,
+                   javax.servlet.http.HttpServletResponse&nbsp;response)
+            throws javax.servlet.ServletException,
+                   java.io.IOException</PRE>
+<DL>
+<DD>Manage the Upload requests.<br>
+
+ The servlet accepts commands sent in the following format:<br>
+ simpleUploader?Type=ResourceType<br><br>
+ It store the file (renaming it in case a file with the same name exists) and then return an HTML file
+ with a javascript command in it.
+<P>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>javax.servlet.ServletException</CODE>
+<DD><CODE>java.io.IOException</CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="SimpleUploaderServlet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-frame.html	(revision 41)
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.uploader
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.uploader package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../com/fredck/FCKeditor/uploader/package-summary.html" target="classFrame">com.fredck.FCKeditor.uploader</A></FONT>
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>&nbsp;
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader" target="classFrame">SimpleUploaderServlet</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-summary.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-summary.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-summary.html	(revision 41)
@@ -0,0 +1,234 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.uploader
+</TITLE>
+
+<META NAME="keywords" CONTENT="com.fredck.FCKeditor.uploader package">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.uploader";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;NEXT PACKAGE</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<H2>
+Package com.fredck.FCKeditor.uploader
+</H2>
+Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
+
+
+<P>
+<B>See:</B>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A></B></TD>
+<TD>Servlet to upload files.</TD>
+</TR>
+</TABLE>
+&nbsp;
+
+<P>
+<A NAME="package_description"><!-- --></A><H2>
+Package com.fredck.FCKeditor.uploader Description
+</H2>
+
+<P>
+Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
+
+<h2>Package Specification</h2>
+
+This servlet is access from the file, image, flash dialogs in FCKeditor.<br>
+To make everything work correctly you have to add the following piece of code in your application's web.xml
+<br>
+<pre>
+	&lt;servlet&gt;
+		&lt;servlet-name&gt;SimpleUploader&lt;/servlet-name&gt;
+		&lt;servlet-class&gt;com.fredck.FCKeditor.uploader.SimpleUploaderServlet&lt;/servlet-class&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;baseDir&lt;/param-name&gt;
+			&lt;param-value&gt;/UserFiles/&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;debug&lt;/param-name&gt;
+			&lt;param-value&gt;true&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;enabled&lt;/param-name&gt;
+			&lt;param-value&gt;false&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsFile&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsFile&lt;/param-name&gt;
+			&lt;param-value&gt;php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsImage&lt;/param-name&gt;
+			&lt;param-value&gt;jpg|gif|jpeg|png|bmp&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsImage&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsFlash&lt;/param-name&gt;
+			&lt;param-value&gt;swf|fla&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsFlash&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
+	&lt;/servlet&gt;
+	
+  &lt;servlet-mapping&gt;
+    &lt;servlet-name&gt;SimpleUploader&lt;/servlet-name&gt;
+    &lt;url-pattern&gt;/editor/filemanager/upload/simpleuploader&lt;/url-pattern&gt;
+  &lt;/servlet-mapping&gt;  
+
+</pre>
+<br>
+And put in the fckconfig.js the following line:
+<pre>
+FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=File' ;
+FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=Flash' ;
+FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=Image' ;
+</pre>
+Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>.
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+<P>
+
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;NEXT PACKAGE</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-tree.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-tree.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/com/fredck/FCKeditor/uploader/package-tree.html	(revision 41)
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+com.fredck.FCKeditor.uploader Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="com.fredck.FCKeditor.uploader Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package com.fredck.FCKeditor.uploader
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
+<UL>
+<LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.uploader.<A HREF="../../../../com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader"><B>SimpleUploaderServlet</B></A></UL>
+</UL>
+</UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/constant-values.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/constant-values.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/constant-values.html	(revision 41)
@@ -0,0 +1,136 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Constant Field Values
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Constant Field Values";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H1>
+Constant Field Values</H1>
+</CENTER>
+<HR SIZE="4" NOSHADE>
+<B>Contents</B><UL>
+</UL>
+
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/deprecated-list.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/deprecated-list.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/deprecated-list.html	(revision 41)
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Deprecated List
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Deprecated List";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Deprecated API</B></H2>
+</CENTER>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/help-doc.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/help-doc.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/help-doc.html	(revision 41)
@@ -0,0 +1,187 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:39 CEST 2005 -->
+<TITLE>
+API Help
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="API Help";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H1>
+How This API Document Is Organized</H1>
+</CENTER>
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
+Overview</H3>
+<BLOCKQUOTE>
+
+<P>
+The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
+<H3>
+Package</H3>
+<BLOCKQUOTE>
+
+<P>
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
+<LI>Interfaces (italic)<LI>Classes<LI>Exceptions<LI>Errors</UL>
+</BLOCKQUOTE>
+<H3>
+Class/Interface</H3>
+<BLOCKQUOTE>
+
+<P>
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
+<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
+<P>
+<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
+<P>
+<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
+<H3>
+Tree (Class Hierarchy)</H3>
+<BLOCKQUOTE>
+There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
+<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
+</BLOCKQUOTE>
+<H3>
+Deprecated API</H3>
+<BLOCKQUOTE>
+The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
+<H3>
+Index</H3>
+<BLOCKQUOTE>
+The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
+<H3>
+Prev/Next</H3>
+These links take you to the next or previous class, interface, package, or related page.<H3>
+Frames/No Frames</H3>
+These links show and hide the HTML frames.  All pages are available with or without frames.
+<P>
+<H3>
+Serialized Form</H3>
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+<P>
+<FONT SIZE="-1">
+<EM>
+This help file applies to API documentation generated using the standard doclet.</EM>
+</FONT>
+<BR>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/index-all.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/index-all.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/index-all.html	(revision 41)
@@ -0,0 +1,382 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Index
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Index";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> <HR>
+<A NAME="_C_"><!-- --></A><H2>
+<B>C</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A> - class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>.<DD>Servlet to upload and browse files.<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#ConnectorServlet()"><B>ConnectorServlet()</B></A> - 
+Constructor for class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>
+<DD>&nbsp;
+<DT><A HREF="com/fredck/FCKeditor/package-summary.html"><B>com.fredck.FCKeditor</B></A> - package com.fredck.FCKeditor<DD>Core objects to manage the FCKeditor text input form.
+<DT><A HREF="com/fredck/FCKeditor/connector/package-summary.html"><B>com.fredck.FCKeditor.connector</B></A> - package com.fredck.FCKeditor.connector<DD>Connector used by the FCKeditor to list and create resources on the server.
+
+<DT><A HREF="com/fredck/FCKeditor/tags/package-summary.html"><B>com.fredck.FCKeditor.tags</B></A> - package com.fredck.FCKeditor.tags<DD>JSP Tag to access and modify the FCKeditor objects.
+
+
+<DT><A HREF="com/fredck/FCKeditor/uploader/package-summary.html"><B>com.fredck.FCKeditor.uploader</B></A> - package com.fredck.FCKeditor.uploader<DD>Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
+
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#create()"><B>create()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Generate the HTML Code for the editor.
+ 
+</DL>
+<HR>
+<A NAME="_D_"><!-- --></A><H2>
+<B>D</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doAfterBody()"><B>doAfterBody()</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Retrive initial value to be edited and writes the HTML code in the page
+<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - 
+Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>
+<DD>Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).
+<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - 
+Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>
+<DD>Manage the Post requests (FileUpload).
+<DT><A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - 
+Method in class com.fredck.FCKeditor.uploader.<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A>
+<DD>Manage the Upload requests.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doStartTag()"><B>doStartTag()</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Initialize the FCKeditor container and set attributes
+</DL>
+<HR>
+<A NAME="_F_"><!-- --></A><H2>
+<B>F</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>.<DD>The main class of the class lib.<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest)"><B>FCKeditor(HttpServletRequest)</B></A> - 
+Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Initialize the object setting all value to the default ones.
+ 
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)"><B>FCKeditor(HttpServletRequest, String)</B></A> - 
+Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Initialize the object setting the unique name and then all value to the default ones.
+ 
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>FCKeditor(HttpServletRequest, String, String, String, String, String)</B></A> - 
+Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Initialize the object setting all basic configurations.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>.<DD>Contains the configuration settings for the FCKEditor.<DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#FCKeditorConfigurations()"><B>FCKeditorConfigurations()</B></A> - 
+Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>
+<DD>Initialize the configuration collection
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A> - class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>.<DD>Custom Tag class to access the <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">container</A>.<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#FCKeditorTag()"><B>FCKeditorTag()</B></A> - 
+Constructor for class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>&nbsp;
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#fcked"><B>fcked</B></A> - 
+Variable in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>The underlying FCKeditor object
+</DL>
+<HR>
+<A NAME="_G_"><!-- --></A><H2>
+<B>G</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getBasePath()"><B>getBasePath()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the dir where the FCKeditor files reside on the server
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getConfig()"><B>getConfig()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the advanced configuation set.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getHeight()"><B>getHeight()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the height of the textarea
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getInstanceName()"><B>getInstanceName()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the unique name of the editor
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getToolbarSet()"><B>getToolbarSet()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the name of the toolbar to display
+<DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#getUrlParams()"><B>getUrlParams()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>
+<DD>Generate the url parameter sequence used to pass this configuration to the editor.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getValue()"><B>getValue()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the initial value to be edited.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getWidth()"><B>getWidth()</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Get the width of the textarea
+</DL>
+<HR>
+<A NAME="_I_"><!-- --></A><H2>
+<B>I</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#init()"><B>init()</B></A> - 
+Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>
+<DD>Initialize the servlet.
+<DT><A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#init()"><B>init()</B></A> - 
+Method in class com.fredck.FCKeditor.uploader.<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A>
+<DD>Initialize the servlet.
+</DL>
+<HR>
+<A NAME="_S_"><!-- --></A><H2>
+<B>S</B></H2>
+<DL>
+<DT><A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader"><B>SimpleUploaderServlet</B></A> - class com.fredck.FCKeditor.uploader.<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A>.<DD>Servlet to upload files.<DT><A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html#SimpleUploaderServlet()"><B>SimpleUploaderServlet()</B></A> - 
+Constructor for class com.fredck.FCKeditor.uploader.<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">SimpleUploaderServlet</A>
+<DD>&nbsp;
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setAutoDetectLanguage(java.lang.String)"><B>setAutoDetectLanguage(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Tells the editor to automatically detect the user language preferences to adapt its interface language.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setBaseHref(java.lang.String)"><B>setBaseHref(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Base URL used to resolve links (on images, links, styles, etc.).
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the dir where the FCKeditor files reside on the server.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the dir where the FCKeditor files reside on the server
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)"><B>setConfig(FCKeditorConfigurations)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the advanced configuation set.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setContentLangDirection(java.lang.String)"><B>setContentLangDirection(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the direction of the editor area contents.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setCustomConfigurationsPath(java.lang.String)"><B>setCustomConfigurationsPath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the path of a custom file that can override some configurations.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setDebug(java.lang.String)"><B>setDebug(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Enables the debug window to be shown when calling the FCKDebug.Output() function.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setDefaultLanguage(java.lang.String)"><B>setDefaultLanguage(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the default language used for the editor's interface localization.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setEditorAreaCSS(java.lang.String)"><B>setEditorAreaCSS(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the CSS styles file to be used in the editing area.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setEnableSourceXHTML(java.lang.String)"><B>setEnableSourceXHTML(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Tells the editor to process the HTML source to XHTML when switching from WYSIWYG to Source view
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setEnableXHTML(java.lang.String)"><B>setEnableXHTML(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Tells the editor to process the HTML source to XHTML on form post.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFillEmptyBlocks(java.lang.String)"><B>setFillEmptyBlocks(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Block elements (like P, DIV, H1, PRE, etc...) are forced to have content (a &amp;nbsp;).
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFlashBrowserURL(java.lang.String)"><B>setFlashBrowserURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Flash" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFlashUploadURL(java.lang.String)"><B>setFlashUploadURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Flash" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontColors(java.lang.String)"><B>setFontColors(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the colors that must be shown in the colors panels (in the toolbar).
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontFormats(java.lang.String)"><B>setFontFormats(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the list of formats to be shown in the "Format" toolbar command.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontNames(java.lang.String)"><B>setFontNames(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the list of fonts to be shown in the "Font" toolbar command.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFontSizes(java.lang.String)"><B>setFontSizes(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the list of font sizes to be shown in the "Size" toolbar command.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setForcePasteAsPlainText(java.lang.String)"><B>setForcePasteAsPlainText(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Converts the clipboard contents to pure text on pasting operations
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setForceSimpleAmpersand(java.lang.String)"><B>setForceSimpleAmpersand(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Forces the ampersands (&) on tags attributes to not be converted to "&amp;amp;"<BR>
+ This conversion is a W3C requirement for XHTML, so it is recommended to leave this option to "false".
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatIndentator(java.lang.String)"><B>setFormatIndentator(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the characters to be used when indenting the HTML source when formatting it.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatOutput(java.lang.String)"><B>setFormatOutput(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>The output HTML generated by the editor will be processed and formatted.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFormatSource(java.lang.String)"><B>setFormatSource(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>The HTML shown by the editor, while switching from WYSIWYG to Source views, will be processed and formatted
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setFullPage(java.lang.String)"><B>setFullPage(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Enables full page editing (from &lt;HTML&gt; to &lt;/HTML&gt;).
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setGeckoUseSPAN(java.lang.String)"><B>setGeckoUseSPAN(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Tells Gecko browsers to use SPAN instead of &lt;B&gt;, &lt;I&gt; and &lt;U&gt; for bold, italic an underline
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the height of the textarea
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the height of the textarea
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setId(java.lang.String)"><B>setId(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the unique id of the editor
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setImageBrowserURL(java.lang.String)"><B>setImageBrowserURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Image" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setImageUploadURL(java.lang.String)"><B>setImageUploadURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Image" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setInstanceName(java.lang.String)"><B>setInstanceName(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the unique name of the editor
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setLinkBrowserURL(java.lang.String)"><B>setLinkBrowserURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the page called when the user clicks the "Browse Server" button in the "Link" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setLinkUploadURL(java.lang.String)"><B>setLinkUploadURL(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Link" dialog window.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setPluginsPath(java.lang.String)"><B>setPluginsPath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the base path used when looking for registered plugins.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setSkinPath(java.lang.String)"><B>setSkinPath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the path to the skin (graphical interface settings) to be used by the editor.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setStartupFocus(java.lang.String)"><B>setStartupFocus(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Forces the editor to get the keyboard input focus on startup (page load)
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setStylesXmlPath(java.lang.String)"><B>setStylesXmlPath(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Sets the path to the XML file that has the definitions and rules of the styles used by the "Style" toolbar command
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setTabSpaces(java.lang.String)"><B>setTabSpaces(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the number of spaces (&amp;nbsp;) to be inserted when the user hits the "tab" key.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarCanCollapse(java.lang.String)"><B>setToolbarCanCollapse(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Tells the editor that the toolbar can be Collapsed/Expanded by the user when clicking the vertical bar placed on the left of it (on the right for "rtl" languages).
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the name of the toolbar to display
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the name of the toolbar to display
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarStartExpanded(java.lang.String)"><B>setToolbarStartExpanded(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>The toolbar is Expanded on startup, otherwise it is Collapsed and the user must click on it to show it.
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setUseBROnCarriageReturn(java.lang.String)"><B>setUseBROnCarriageReturn(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Inserts a &lt;BR&gt; tag when the user hits the "enter" key, instead of starting a new paragraph (&lt;P&gt; or &lt;DIV&gt;).
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the initial value to be edited.
+<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - 
+Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>
+<DD>Set the width of the textarea
+<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - 
+Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>
+<DD>Set the width of the textarea
+</DL>
+<HR>
+<A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> 
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/index.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/index.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/index.html	(revision 41)
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Thu Aug 11 16:49:38 CEST 2005-->
+<TITLE>
+Generated Documentation (Untitled)
+</TITLE>
+</HEAD>
+<FRAMESET cols="20%,80%">
+<FRAMESET rows="30%,70%">
+<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
+<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+</FRAMESET>
+<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions">
+<NOFRAMES>
+<H2>
+Frame Alert</H2>
+
+<P>
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+<BR>
+Link to<A HREF="overview-summary.html">Non-frame version.</A>
+</NOFRAMES>
+</FRAMESET>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/overview-frame.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/overview-frame.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/overview-frame.html	(revision 41)
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Overview
+</TITLE>
+
+<META NAME="keywords" CONTENT="Overview">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameTitleFont">
+<B></B></FONT></TD>
+</TR>
+</TABLE>
+
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT>
+<P>
+<FONT size="+1" CLASS="FrameHeadingFont">
+Packages</FONT>
+<BR>
+<FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/package-frame.html" target="packageFrame">com.fredck.FCKeditor</A></FONT>
+<BR>
+<FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/package-frame.html" target="packageFrame">com.fredck.FCKeditor.connector</A></FONT>
+<BR>
+<FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/tags/package-frame.html" target="packageFrame">com.fredck.FCKeditor.tags</A></FONT>
+<BR>
+<FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/uploader/package-frame.html" target="packageFrame">com.fredck.FCKeditor.uploader</A></FONT>
+<BR>
+</TD>
+</TR>
+</TABLE>
+
+<P>
+&nbsp;
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/overview-summary.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/overview-summary.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/overview-summary.html	(revision 41)
@@ -0,0 +1,162 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Overview
+</TITLE>
+
+<META NAME="keywords" CONTENT="Overview">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Overview";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Packages</B></FONT></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/package-summary.html">com.fredck.FCKeditor</A></B></TD>
+<TD>Core objects to manage the FCKeditor text input form.
+</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/connector/package-summary.html">com.fredck.FCKeditor.connector</A></B></TD>
+<TD>Connector used by the FCKeditor to list and create resources on the server.
+
+</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/tags/package-summary.html">com.fredck.FCKeditor.tags</A></B></TD>
+<TD>JSP Tag to access and modify the FCKeditor objects.
+
+
+</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/uploader/package-summary.html">com.fredck.FCKeditor.uploader</A></B></TD>
+<TD>Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
+
+</TD>
+</TR>
+</TABLE>
+
+<P>
+&nbsp;<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/overview-tree.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/overview-tree.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/overview-tree.html	(revision 41)
@@ -0,0 +1,160 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Class Hierarchy
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Class Hierarchy";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For All Packages</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="com/fredck/FCKeditor/package-tree.html">com.fredck.FCKeditor</A>, <A HREF="com/fredck/FCKeditor/connector/package-tree.html">com.fredck.FCKeditor.connector</A>, <A HREF="com/fredck/FCKeditor/tags/package-tree.html">com.fredck.FCKeditor.tags</A>, <A HREF="com/fredck/FCKeditor/uploader/package-tree.html">com.fredck.FCKeditor.uploader</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">class java.lang.Object<UL>
+<LI TYPE="circle">class java.util.AbstractMap (implements java.util.Map)
+<UL>
+<LI TYPE="circle">class java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A></UL>
+</UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A><LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
+<UL>
+<LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A><LI TYPE="circle">class com.fredck.FCKeditor.uploader.<A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader"><B>SimpleUploaderServlet</B></A></UL>
+</UL>
+<LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements javax.servlet.jsp.tagext.IterationTag, java.io.Serializable)
+<UL>
+<LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag)
+<UL>
+<LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A></UL>
+</UL>
+</UL>
+</UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/package-list
===================================================================
--- /FCKeditor.Java/trunk/docs/api/package-list	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/package-list	(revision 41)
@@ -0,0 +1,4 @@
+com.fredck.FCKeditor
+com.fredck.FCKeditor.connector
+com.fredck.FCKeditor.tags
+com.fredck.FCKeditor.uploader
Index: /FCKeditor.Java/trunk/docs/api/packages.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/packages.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/packages.html	(revision 41)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+
+<BR>
+
+<BR>
+
+<BR>
+<CENTER>
+The front page has been relocated.Please see:
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Frame version</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="overview-summary.html">Non-frame version.</A></CENTER>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/serialized-form.html
===================================================================
--- /FCKeditor.Java/trunk/docs/api/serialized-form.html	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/serialized-form.html	(revision 41)
@@ -0,0 +1,644 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.4.2_06) on Thu Aug 11 16:49:38 CEST 2005 -->
+<TITLE>
+Serialized Form
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Serialized Form";
+}
+</SCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H1>
+Serialized Form</H1>
+</CENTER>
+<HR SIZE="4" NOSHADE>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD ALIGN="center"><FONT SIZE="+2">
+<B>Package</B> <B>com.fredck.FCKeditor</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.fredck.FCKeditor.FCKeditorConfigurations"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">com.fredck.FCKeditor.FCKeditorConfigurations</A> extends java.util.HashMap implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<P>
+<HR SIZE="4" NOSHADE>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD ALIGN="center"><FONT SIZE="+2">
+<B>Package</B> <B>com.fredck.FCKeditor.connector</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.fredck.FCKeditor.connector.ConnectorServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">com.fredck.FCKeditor.connector.ConnectorServlet</A> extends javax.servlet.http.HttpServlet implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<P>
+<HR SIZE="4" NOSHADE>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD ALIGN="center"><FONT SIZE="+2">
+<B>Package</B> <B>com.fredck.FCKeditor.tags</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.fredck.FCKeditor.tags.FCKeditorTag"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">com.fredck.FCKeditor.tags.FCKeditorTag</A> extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="serializedForm"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Serialized Fields</B></FONT></TD>
+</TR>
+</TABLE>
+
+<H3>
+id</H3>
+<PRE>
+java.lang.String <B>id</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+value</H3>
+<PRE>
+java.lang.String <B>value</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+basePath</H3>
+<PRE>
+java.lang.String <B>basePath</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+toolbarSet</H3>
+<PRE>
+java.lang.String <B>toolbarSet</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+width</H3>
+<PRE>
+java.lang.String <B>width</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+height</H3>
+<PRE>
+java.lang.String <B>height</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+customConfigurationsPath</H3>
+<PRE>
+java.lang.String <B>customConfigurationsPath</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+editorAreaCSS</H3>
+<PRE>
+java.lang.String <B>editorAreaCSS</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+baseHref</H3>
+<PRE>
+java.lang.String <B>baseHref</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+skinPath</H3>
+<PRE>
+java.lang.String <B>skinPath</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+pluginsPath</H3>
+<PRE>
+java.lang.String <B>pluginsPath</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fullPage</H3>
+<PRE>
+java.lang.String <B>fullPage</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+debug</H3>
+<PRE>
+java.lang.String <B>debug</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+autoDetectLanguage</H3>
+<PRE>
+java.lang.String <B>autoDetectLanguage</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+defaultLanguage</H3>
+<PRE>
+java.lang.String <B>defaultLanguage</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+contentLangDirection</H3>
+<PRE>
+java.lang.String <B>contentLangDirection</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+enableXHTML</H3>
+<PRE>
+java.lang.String <B>enableXHTML</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+enableSourceXHTML</H3>
+<PRE>
+java.lang.String <B>enableSourceXHTML</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fillEmptyBlocks</H3>
+<PRE>
+java.lang.String <B>fillEmptyBlocks</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+formatSource</H3>
+<PRE>
+java.lang.String <B>formatSource</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+formatOutput</H3>
+<PRE>
+java.lang.String <B>formatOutput</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+formatIndentator</H3>
+<PRE>
+java.lang.String <B>formatIndentator</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+geckoUseSPAN</H3>
+<PRE>
+java.lang.String <B>geckoUseSPAN</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+startupFocus</H3>
+<PRE>
+java.lang.String <B>startupFocus</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+forcePasteAsPlainText</H3>
+<PRE>
+java.lang.String <B>forcePasteAsPlainText</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+forceSimpleAmpersand</H3>
+<PRE>
+java.lang.String <B>forceSimpleAmpersand</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+tabSpaces</H3>
+<PRE>
+java.lang.String <B>tabSpaces</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+useBROnCarriageReturn</H3>
+<PRE>
+java.lang.String <B>useBROnCarriageReturn</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+toolbarStartExpanded</H3>
+<PRE>
+java.lang.String <B>toolbarStartExpanded</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+toolbarCanCollapse</H3>
+<PRE>
+java.lang.String <B>toolbarCanCollapse</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fontColors</H3>
+<PRE>
+java.lang.String <B>fontColors</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fontNames</H3>
+<PRE>
+java.lang.String <B>fontNames</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fontSizes</H3>
+<PRE>
+java.lang.String <B>fontSizes</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fontFormats</H3>
+<PRE>
+java.lang.String <B>fontFormats</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+stylesXmlPath</H3>
+<PRE>
+java.lang.String <B>stylesXmlPath</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+linkBrowserURL</H3>
+<PRE>
+java.lang.String <B>linkBrowserURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+imageBrowserURL</H3>
+<PRE>
+java.lang.String <B>imageBrowserURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+flashBrowserURL</H3>
+<PRE>
+java.lang.String <B>flashBrowserURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+linkUploadURL</H3>
+<PRE>
+java.lang.String <B>linkUploadURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+imageUploadURL</H3>
+<PRE>
+java.lang.String <B>imageUploadURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+flashUploadURL</H3>
+<PRE>
+java.lang.String <B>flashUploadURL</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+fcked</H3>
+<PRE>
+<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <B>fcked</B></PRE>
+<DL>
+<DD>The underlying FCKeditor object
+<P>
+<DL>
+</DL>
+</DL>
+
+<P>
+<HR SIZE="4" NOSHADE>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD ALIGN="center"><FONT SIZE="+2">
+<B>Package</B> <B>com.fredck.FCKeditor.uploader</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="com.fredck.FCKeditor.uploader.SimpleUploaderServlet"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="com/fredck/FCKeditor/uploader/SimpleUploaderServlet.html" title="class in com.fredck.FCKeditor.uploader">com.fredck.FCKeditor.uploader.SimpleUploaderServlet</A> extends javax.servlet.http.HttpServlet implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
Index: /FCKeditor.Java/trunk/docs/api/stylesheet.css
===================================================================
--- /FCKeditor.Java/trunk/docs/api/stylesheet.css	(revision 41)
+++ /FCKeditor.Java/trunk/docs/api/stylesheet.css	(revision 41)
@@ -0,0 +1,29 @@
+/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
+.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
+.TableRowColor         { background: #FFFFFF } /* White */
+
+/* Font used in left-hand frame lists */
+.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
+.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
+
+/* Navigation bar fonts and colors */
+.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
+.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
+.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
+.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
+
+.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+
Index: /FCKeditor.Java/trunk/src/FCKeditor.tld
===================================================================
--- /FCKeditor.Java/trunk/src/FCKeditor.tld	(revision 41)
+++ /FCKeditor.Java/trunk/src/FCKeditor.tld	(revision 41)
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
+
+<taglib>
+	<tlibversion>2.3</tlibversion>
+	<jspversion>1.1</jspversion>
+	<shortname>FCKeditor</shortname>
+	<uri>http://fckeditor.net/tags-fckeditor</uri>
+	<info>FCKeditor taglib</info>
+	<tag>
+		<name>editor</name>
+		<tagclass>com.fredck.FCKeditor.tags.FCKeditorTag</tagclass>
+		<bodycontent>JSP</bodycontent>
+		<attribute>
+			<name>id</name>
+			<required>true</required>
+  		</attribute>
+		<attribute>
+			<name>basePath</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>toolbarSet</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>width</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>height</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>customConfigurationsPath</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>editorAreaCSS</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>baseHref</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>skinPath</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>pluginsPath</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fullPage</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>debug</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>autoDetectLanguage</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>defaultLanguage</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>contentLangDirection</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>enableXHTML</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>enableSourceXHTML</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fillEmptyBlocks</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>formatSource</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>formatOutput</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>formatIndentator</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>geckoUseSPAN</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>startupFocus</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>forcePasteAsPlainText</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>forceSimpleAmpersand</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>tabSpaces</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>useBROnCarriageReturn</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>toolbarStartExpanded</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>toolbarCanCollapse</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fontColors</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fontNames</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fontSizes</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>fontFormats</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>stylesXmlPath</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>linkBrowserURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>imageBrowserURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute>
+		<attribute>
+			<name>flashBrowserURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute> 	
+		<attribute>
+			<name>linkUploadURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute> 	
+		<attribute>
+			<name>imageUploadURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute> 	
+		<attribute>
+			<name>flashUploadURL</name>
+			<required>false</required>
+			<rtexprvalue>true</rtexprvalue>
+  		</attribute> 	
+	</tag>
+</taglib>
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditor.java
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditor.java	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditor.java	(revision 41)
@@ -0,0 +1,329 @@
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: FCKeditor.java
+ * 	FCKeditor control class.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+ */
+ 
+ 
+package com.fredck.FCKeditor;
+
+import javax.servlet.http.HttpServletRequest;
+
+/**
+ * The main class of the class lib.<br>
+ * It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer.
+ *
+ * @author Simone Chiaretta (simo@users.sourceforge.net)
+ */
+public class FCKeditor {
+	
+	private FCKeditorConfigurations oConfig;
+	private String instanceName;
+	private String value = "";
+	private String basePath;
+	private String toolbarSet = "Default";
+	private String width = "100%";
+	private String height = "200";
+	
+	HttpServletRequest request;
+	
+    /**
+     * Get the unique name of the editor
+     *
+     * @return name
+     */
+	public String getInstanceName() {
+		return instanceName;
+	}
+
+    /**
+     * Set the unique name of the editor
+     *
+     * @param value name
+     */	
+	public void setInstanceName(String value) {
+		instanceName=value;
+	}
+
+    /**
+     * Get the initial value to be edited.<br>
+     * In HTML code
+     *
+     * @return value
+     */	
+	public String getValue() {
+		return value;
+	}
+	
+    /**
+     * Set the initial value to be edited.<br>
+     * In HTML code
+     *
+     * @param value value
+     */		
+	public void setValue(String value) {
+		this.value=value;
+	}
+
+    /**
+     * Get the dir where the FCKeditor files reside on the server
+     *
+     * @return path
+     */		
+	public String getBasePath() {
+		return basePath;
+	}
+	
+    /**
+     * Set the dir where the FCKeditor files reside on the server.<br>
+	 *<b>Remarks</b>:<br>
+	 *Avoid using relative paths. It is preferable to set the base path starting from the root (/).<br>
+	 *Always finish the path with a slash (/).
+	 *
+     * @param value path
+     */		
+	public void setBasePath(String value) {
+		basePath=value;
+	}
+
+    /**
+     * Get the name of the toolbar to display
+     *
+     * @return toolbar name
+     */	
+	public String getToolbarSet() {
+		return toolbarSet;
+	}
+
+    /**
+     * Set the name of the toolbar to display
+     *
+     * @param value toolbar name
+     */		
+	public void setToolbarSet(String value) {
+		toolbarSet=value;
+	}
+
+    /**
+     * Get the width of the textarea
+     *
+     * @return width
+     */	
+	public String getWidth() {
+		return width;
+	}
+
+    /**
+     * Set the width of the textarea
+     *
+     * @param value width
+     */		
+	public void setWidth(String value) {
+		width=value;
+	}
+
+    /**
+     * Get the height of the textarea
+     *
+     * @return height
+     */	
+	public String getHeight() {
+		return height;
+	}
+
+    /**
+     * Set the height of the textarea
+     *
+     * @param value height
+     */		
+	public void setHeight(String value) {
+		height=value;
+	}
+
+
+    /**
+     * Get the advanced configuation set.<br>
+     * Adding element to this collection you can override the settings specified in the config.js file.
+     *
+     * @return configuration collection
+     */		
+	public FCKeditorConfigurations getConfig() {
+		return oConfig;
+	}
+
+    /**
+     * Set the advanced configuation set.
+     *
+     * @param value configuration collection
+     */		
+	public void setConfig(FCKeditorConfigurations value) {
+		oConfig=value;
+	}
+
+    /**
+     * Initialize the object setting all value to the default ones.
+     * <p>
+     * <ul>
+     * <li>width: 100%</li>
+     * <li>height: 200</li>
+     * <li>toolbar name: Default</li>
+     * <li>basePath: context root + "/FCKeditor/"</li>
+     * </ul>
+     * </p>
+     *
+     * @param req request object
+     */	
+	public FCKeditor(HttpServletRequest req){
+		request=req;
+		basePath = request.getContextPath() + "/FCKeditor/";
+		oConfig = new FCKeditorConfigurations() ;
+	}
+
+    /**
+     * Initialize the object setting the unique name and then all value to the default ones.
+     * <p>
+     * <ul>
+     * <li>width: 100%</li>
+     * <li>height: 200</li>
+     * <li>toolbar name: Default</li>
+     * <li>basePath: context root + "/FCKeditor/"</li>
+     * </ul>
+     * </p>
+     *
+     * @param req request object
+     * @param parInstanceName unique name
+     */		
+	public FCKeditor(HttpServletRequest req, String parInstanceName){
+		request=req;
+		basePath = request.getContextPath() + "/FCKeditor/";
+		instanceName=parInstanceName;
+		oConfig = new FCKeditorConfigurations() ;
+	}
+
+    /**
+     * Initialize the object setting all basic configurations.<br>
+     *
+     * The basePath is context root + "/FCKeditor/"
+     *
+     * @param req request object
+     * @param parInstanceName unique name
+     * @param parWidth width
+     * @param parHeight height
+     * @param parToolbarSet toolbarSet name
+     * @param parValue initial value
+     */		
+	public FCKeditor(HttpServletRequest req, String parInstanceName, String parWidth, String parHeight, String parToolbarSet, String parValue){
+		request=req;
+		basePath = request.getContextPath() + "/FCKeditor/";
+		instanceName=parInstanceName;
+		width=parWidth;
+		height=parHeight;
+		toolbarSet=parToolbarSet;
+		value=parValue;
+		oConfig = new FCKeditorConfigurations() ;
+	}
+	
+	
+	private boolean isCompatible() {
+		String userAgent=request.getHeader("user-agent");
+		if(userAgent==null)
+			return false;
+		userAgent=userAgent.toLowerCase();
+		if ((userAgent.indexOf("msie") !=-1) && (userAgent.indexOf("mac") == -1) && (userAgent.indexOf("opera") == -1)) {
+			if(retrieveBrowserVersion(userAgent)>=5.5)
+				return true;
+		}
+		else if (userAgent.indexOf("gecko") !=-1){
+			if(retrieveBrowserVersion(userAgent)>=20030210)
+				return true;
+		}
+		return false;
+	}
+	
+	private double retrieveBrowserVersion(String userAgent) {
+		if(userAgent.indexOf("msie")>-1) {
+			String str = userAgent.substring(userAgent.indexOf("msie") + 5);
+			return Double.parseDouble(str.substring(0, str.indexOf(";")));
+		}
+		else {
+			String str = userAgent.substring(userAgent.indexOf("gecko") + 6);
+			return Double.parseDouble(str.substring(0, 8));
+		}
+	}
+	
+	private String HTMLEncode(String txt) {
+		txt=txt.replaceAll("&","&amp;");
+		txt=txt.replaceAll("<","&lt;");
+		txt=txt.replaceAll(">","&gt;");
+		txt=txt.replaceAll("\"","&quot;");
+		txt=txt.replaceAll("'","&#146;");
+		return txt;
+	}
+	
+
+    /**
+     * Generate the HTML Code for the editor.
+     * <br>
+     * Evalute the browser capabilities and generate the editor if IE 5.5 or Gecko 20030210 or greater,
+     * or a simple textarea otherwise. 
+     *
+     * @return html code
+     */	
+	public String create() {
+		StringBuffer strEditor=new StringBuffer();
+		
+		strEditor.append("<div>");
+		String encodedValue=HTMLEncode(value);
+		
+		if(isCompatible()) {
+		
+			strEditor.append("<input type=\"hidden\" id=\"" + instanceName + "\" name=\"" + instanceName + "\" value=\"" + encodedValue + "\">");
+		
+			strEditor.append(createConfigHTML());
+			strEditor.append(createIFrameHTML());
+		
+		}
+		else{
+			strEditor.append("<TEXTAREA name=\"" + instanceName + "\" rows=\"4\" cols=\"40\" style=\"WIDTH: " + width + "; HEIGHT: " + height + "\" wrap=\"virtual\">"+encodedValue+"</TEXTAREA>");
+		}
+		strEditor.append("</div>");
+		return strEditor.toString();
+	}
+	
+	private String createConfigHTML() {
+		String configStr=oConfig.getUrlParams();
+		
+		
+		if(!configStr.equals(""))
+			configStr=configStr.substring(1);			
+			
+		return "<input type=\"hidden\" id=\"" + instanceName + "___Config\" value=\"" + configStr + "\">" ;
+	}
+
+	private String createIFrameHTML() {
+	
+		String sLink=basePath + "editor/fckeditor.html?InstanceName=" + instanceName;
+		
+		if (!toolbarSet.equals(""))
+			sLink+="&Toolbar=" + toolbarSet;
+		
+		 return "<iframe id=\"" + instanceName + "___Frame\" src=\"" + sLink + "\" width=\"" + width + "\" height=\"" + height + "\" frameborder=\"no\" scrolling=\"no\"></iframe>";
+		
+	}
+	
+	
+}
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditorConfigurations.java
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditorConfigurations.java	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/FCKeditorConfigurations.java	(revision 41)
@@ -0,0 +1,65 @@
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: FCKeditorConfigurations.java
+ * 	FCKeditor configurations container.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+ */
+
+
+package com.fredck.FCKeditor;
+
+import java.util.*;
+
+/**
+ * Contains the configuration settings for the FCKEditor.<br>
+ * Adding element to this collection you can override the settings specified in the config.js file.
+ *
+ * @author Simone Chiaretta (simo@users.sourceforge.net)
+ */
+public class FCKeditorConfigurations extends HashMap{
+	
+	/**
+     * Initialize the configuration collection
+     */
+	public FCKeditorConfigurations() {
+		super();
+	}
+
+	/**
+     * Generate the url parameter sequence used to pass this configuration to the editor.
+     *
+     *
+     *@return html endocode sequence of configuration parameters
+     */	
+	public String getUrlParams() {
+		StringBuffer osParams = new StringBuffer();
+		
+		for(Iterator i=this.entrySet().iterator();i.hasNext();) {
+			Map.Entry entry = (Map.Entry) i.next();
+			if(entry.getValue()!=null)
+				osParams.append("&"+encodeConfig(entry.getKey().toString())+"="+encodeConfig(entry.getValue().toString()));
+		}
+		return osParams.toString();
+	}
+	
+	private String encodeConfig(String txt) {
+		txt=txt.replaceAll("&","%26");
+		txt=txt.replaceAll("=","%3D");
+		txt=txt.replaceAll("\"","%22");
+		return txt;
+	}
+	
+}
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/ConnectorServlet.java	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/ConnectorServlet.java	(revision 41)
@@ -0,0 +1,321 @@
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: ConnectorServlet.java
+ * 	Java Connector for Resource Manager class.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+ */ 
+ 
+package com.fredck.FCKeditor.connector;
+
+import java.io.*;
+import javax.servlet.*;
+import javax.servlet.http.*;
+import java.util.*;
+
+
+import org.apache.commons.fileupload.*;
+
+
+import javax.xml.parsers.*;
+import org.w3c.dom.*;
+import javax.xml.transform.*;
+import javax.xml.transform.dom.DOMSource; 
+import javax.xml.transform.stream.StreamResult; 
+
+
+/**
+ * Servlet to upload and browse files.<br>
+ *
+ * This servlet accepts 4 commands used to retrieve and create files and folders from a server directory.
+ * The allowed commands are:
+ * <ul>
+ * <li>GetFolders: Retrive the list of directory under the current folder
+ * <li>GetFoldersAndFiles: Retrive the list of files and directory under the current folder
+ * <li>CreateFolder: Create a new directory under the current folder
+ * <li>FileUpload: Send a new file to the server (must be sent with a POST)
+ * </ul>
+ *
+ * @author Simone Chiaretta (simo@users.sourceforge.net)
+ */
+
+public class ConnectorServlet extends HttpServlet {
+	
+	private static String baseDir;
+	private static boolean debug=false;
+	
+	/**
+	 * Initialize the servlet.<br>
+	 * Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br>
+	 * If not specified the value of "/UserFiles/" will be used.
+	 *
+	 */
+	 public void init() throws ServletException { 
+		baseDir=getInitParameter("baseDir");
+		debug=(new Boolean(getInitParameter("debug"))).booleanValue();
+		if(baseDir==null)
+			baseDir="/UserFiles/";
+		String realBaseDir=getServletContext().getRealPath(baseDir);
+		File baseFile=new File(realBaseDir);
+		if(!baseFile.exists()){
+			baseFile.mkdir();
+		}
+	}
+	
+	/**
+	 * Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).<br>
+	 *
+	 * The servlet accepts commands sent in the following format:<br>
+	 * connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath<br><br>
+	 * It execute the command and then return the results to the client in XML format.
+	 *
+	 */
+	public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
+		
+		if (debug) System.out.println("--- BEGIN DOGET ---");
+		
+		response.setContentType("text/xml; charset=UTF-8");
+		response.setHeader("Cache-Control","no-cache");
+		PrintWriter out = response.getWriter();
+		
+		String commandStr=request.getParameter("Command");
+		String typeStr=request.getParameter("Type");
+		String currentFolderStr=request.getParameter("CurrentFolder");
+		
+		String currentPath=baseDir+typeStr+currentFolderStr;
+		String currentDirPath=getServletContext().getRealPath(currentPath);
+		
+		File currentDir=new File(currentDirPath);
+		if(!currentDir.exists()){
+			currentDir.mkdir();
+		}
+		
+		Document document=null;
+		try {
+			DocumentBuilderFactory factory=DocumentBuilderFactory.newInstance();
+			DocumentBuilder builder = factory.newDocumentBuilder();
+			document=builder.newDocument();
+		} catch (ParserConfigurationException pce) {
+			pce.printStackTrace();
+		}
+		
+		Node root=CreateCommonXml(document,commandStr,typeStr,currentFolderStr,request.getContextPath()+currentPath);
+		
+		if (debug) System.out.println("Command = " + commandStr);
+		
+		if(commandStr.equals("GetFolders")) {
+			getFolders(currentDir,root,document);
+		}
+		else if (commandStr.equals("GetFoldersAndFiles")) {
+			getFolders(currentDir,root,document);
+			getFiles(currentDir,root,document);
+		}
+		else if (commandStr.equals("CreateFolder")) {
+			String newFolderStr=request.getParameter("NewFolderName");
+			File newFolder=new File(currentDir,newFolderStr);
+			String retValue="110";
+			
+			if(newFolder.exists()){
+				retValue="101";
+			}
+			else {
+				try {
+					boolean dirCreated = newFolder.mkdir();
+					if(dirCreated)
+						retValue="0";
+					else
+						retValue="102";
+				}catch(SecurityException sex) {
+					retValue="103";
+				}
+				
+			}			
+			setCreateFolderResponse(retValue,root,document);
+		}		
+		
+		document.getDocumentElement().normalize();
+		try {
+		TransformerFactory tFactory = TransformerFactory.newInstance();
+		Transformer transformer = tFactory.newTransformer();
+		
+		DOMSource source = new DOMSource(document);
+
+		StreamResult result = new StreamResult(out);
+		transformer.transform(source, result);
+		
+		if (debug) {
+			StreamResult dbgResult = new StreamResult(System.out);
+			transformer.transform(source, dbgResult);
+			System.out.println("");
+			System.out.println("--- END DOGET ---");
+		}
+		
+			
+		} catch (Exception ex) {
+			ex.printStackTrace();
+		}
+		
+		
+		out.flush();
+		out.close();
+	}
+	
+
+	/**
+	 * Manage the Post requests (FileUpload).<br>
+	 *
+	 * The servlet accepts commands sent in the following format:<br>
+	 * connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath<br><br>
+	 * It store the file (renaming it in case a file with the same name exists) and then return an HTML file
+	 * with a javascript command in it.
+	 *
+	 */	
+	public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
+
+		if (debug) System.out.println("--- BEGIN DOPOST ---");
+
+		response.setContentType("text/html; charset=UTF-8");
+		response.setHeader("Cache-Control","no-cache");
+		PrintWriter out = response.getWriter();
+		
+		String commandStr=request.getParameter("Command");
+		String typeStr=request.getParameter("Type");
+		String currentFolderStr=request.getParameter("CurrentFolder");
+		
+		String currentPath=baseDir+typeStr+currentFolderStr;
+		String currentDirPath=getServletContext().getRealPath(currentPath);
+		
+		if (debug) System.out.println(currentDirPath);
+		
+		String retVal="0";
+		String newName="";
+		
+		if(!commandStr.equals("FileUpload"))
+			retVal="203";
+		else {
+			DiskFileUpload upload = new DiskFileUpload();
+			try {
+				List items = upload.parseRequest(request);
+				
+				Map fields=new HashMap();
+				
+				Iterator iter = items.iterator();
+				while (iter.hasNext()) {
+				    FileItem item = (FileItem) iter.next();
+				    if (item.isFormField())
+				    	fields.put(item.getFieldName(),item.getString());
+				    else
+				    	fields.put(item.getFieldName(),item);
+				}
+				FileItem uplFile=(FileItem)fields.get("NewFile");
+				String fileNameLong=uplFile.getName();
+				fileNameLong=fileNameLong.replace('\\','/');
+				String[] pathParts=fileNameLong.split("/");
+				String fileName=pathParts[pathParts.length-1];
+				
+				String nameWithoutExt=getNameWithoutExtension(fileName);
+				String ext=getExtension(fileName);
+				File pathToSave=new File(currentDirPath,fileName);
+				int counter=1;
+				while(pathToSave.exists()){
+					newName=nameWithoutExt+"("+counter+")"+"."+ext;
+					retVal="201";
+					pathToSave=new File(currentDirPath,newName);
+					counter++;
+					}
+				uplFile.write(pathToSave);
+			}catch (Exception ex) {
+				retVal="203";
+			}
+			
+		}
+		
+		out.println("<script type=\"text/javascript\">");
+		out.println("window.parent.frames['frmUpload'].OnUploadCompleted("+retVal+",'"+newName+"');");
+		out.println("</script>");
+		out.flush();
+		out.close();
+	
+		if (debug) System.out.println("--- END DOPOST ---");	
+		
+	}
+
+	private void setCreateFolderResponse(String retValue,Node root,Document doc) {
+		Element myEl=doc.createElement("Error");
+		myEl.setAttribute("number",retValue);
+		root.appendChild(myEl);
+	}
+	
+
+	private void getFolders(File dir,Node root,Document doc) {
+		Element folders=doc.createElement("Folders");
+		root.appendChild(folders);
+		File[] fileList=dir.listFiles();
+		for(int i=0;i<fileList.length;++i) {
+			if(fileList[i].isDirectory()){
+				Element myEl=doc.createElement("Folder");
+				myEl.setAttribute("name",fileList[i].getName());
+				folders.appendChild(myEl);
+				}
+			}		
+	}
+
+	private void getFiles(File dir,Node root,Document doc) {
+		Element files=doc.createElement("Files");
+		root.appendChild(files);
+		File[] fileList=dir.listFiles();
+		for(int i=0;i<fileList.length;++i) {
+			if(fileList[i].isFile()){
+				Element myEl=doc.createElement("File");
+				myEl.setAttribute("name",fileList[i].getName());
+				myEl.setAttribute("size",""+fileList[i].length()/1024);
+				files.appendChild(myEl);
+				}
+			}	
+	}	
+
+	private Node CreateCommonXml(Document doc,String commandStr, String typeStr,  String currentPath, String currentUrl ) {
+		
+		Element root=doc.createElement("Connector");
+		doc.appendChild(root);
+		root.setAttribute("command",commandStr);
+		root.setAttribute("resourceType",typeStr);
+		
+		Element myEl=doc.createElement("CurrentFolder");
+		myEl.setAttribute("path",currentPath);
+		myEl.setAttribute("url",currentUrl);
+		root.appendChild(myEl);
+		
+		return root;
+		
+	}
+	
+	/*
+	 * This method was fixed after Kris Barnhoorn (kurioskronic) submitted SF bug #991489
+	 */
+  	private static String getNameWithoutExtension(String fileName) {
+    		return fileName.substring(0, fileName.lastIndexOf("."));
+    	}
+    	
+	/*
+	 * This method was fixed after Kris Barnhoorn (kurioskronic) submitted SF bug #991489
+	 */
+	private String getExtension(String fileName) {
+		return fileName.substring(fileName.lastIndexOf(".")+1);
+	}
+
+
+}
+
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/package.html
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/package.html	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/connector/package.html	(revision 41)
@@ -0,0 +1,87 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: package.html
+ * 	JavaDoc connector documentation.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+  @(#)package.html	1.60 98/01/27
+
+  Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, 
+  Palo Alto, California, 94303, U.S.A.  All Rights Reserved.
+
+  This software is the confidential and proprietary information of Sun
+  Microsystems, Inc. ("Confidential Information").  You shall not
+  disclose such Confidential Information and shall use it only in
+  accordance with the terms of the license agreement you entered into
+  with Sun.
+
+  CopyrightVersion 1.2
+
+-->
+</head>
+<body bgcolor="white">
+
+Connector used by the FCKeditor to list and create resources on the server.
+
+<h2>Package Specification</h2>
+
+This servlet is access directly from the file browser in the FCKeditor.<br>
+To make everything work correctly you have to add the following piece of code in your application's web.xml
+<br>
+<pre>
+	&lt;servlet&gt;
+		&lt;servlet-name&gt;Connector&lt;/servlet-name&gt;
+		&lt;servlet-class&gt;com.fredck.FCKeditor.connector.ConnectorServlet&lt;/servlet-class&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;baseDir&lt;/param-name&gt;
+			&lt;param-value&gt;/UserFiles/&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;debug&lt;/param-name&gt;
+			&lt;param-value&gt;false&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
+	&lt;/servlet&gt;
+	
+	&lt;servlet-mapping&gt;
+		&lt;servlet-name&gt;Connector&lt;/servlet-name&gt;
+		&lt;url-pattern&gt;/editor/filemanager/browser/default/connectors/jsp/connector&lt;/url-pattern&gt;
+	&lt;/servlet-mapping&gt;
+</pre>
+<br>
+And put in the fckconfig.js the following line:
+<pre>
+FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" ;
+FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector" ;
+FCKConfig.FlashBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector" ;
+</pre>
+Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>.
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+
+</body>
+</html>
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/package.html
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/package.html	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/package.html	(revision 41)
@@ -0,0 +1,56 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: package.html
+ * 	JavaDoc package documentation.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+
+!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+  @(#)package.html	1.60 98/01/27
+
+  Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, 
+  Palo Alto, California, 94303, U.S.A.  All Rights Reserved.
+
+  This software is the confidential and proprietary information of Sun
+  Microsystems, Inc. ("Confidential Information").  You shall not
+  disclose such Confidential Information and shall use it only in
+  accordance with the terms of the license agreement you entered into
+  with Sun.
+
+  CopyrightVersion 1.2
+
+-->
+</head>
+<body bgcolor="white">
+
+Core objects to manage the FCKeditor text input form.
+Java Integration Module 2.3.
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li><a href="http://www.FCKeditor.net/">Official page of FCKeditor</a>
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+
+</body>
+</html>
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/FCKeditorTag.java
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/FCKeditorTag.java	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/FCKeditorTag.java	(revision 41)
@@ -0,0 +1,697 @@
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: FCKeditorTag.java
+ * 	FCKeditor tag library.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+ */
+ 
+ 
+package com.fredck.FCKeditor.tags;
+
+import com.fredck.FCKeditor.FCKeditor;
+
+import java.io.IOException;
+
+import javax.servlet.http.HttpServletRequest;
+
+import javax.servlet.jsp.PageContext;
+import javax.servlet.jsp.JspException;
+import javax.servlet.jsp.JspWriter;
+import javax.servlet.jsp.JspTagException;
+import javax.servlet.jsp.tagext.BodyContent;
+import javax.servlet.jsp.tagext.BodyTagSupport;
+
+/**
+ * Custom Tag class to access the {@linkplain com.fredck.FCKeditor.FCKeditor container}.<br>
+ *<p>
+ * <b>Simple usage</b>:
+ * <pre>
+ *	&lt;FCK:editor
+ *		id="EditorAccessibility"
+ *		width="80%"
+ *		height="120"
+ *		toolbarSet="Accessibility"
+ *	"&gt;This is another test. &lt;BR&gt;&lt;BR&gt;The "Second" row.&lt;/BR&gt;&lt;/FCK:editor"&gt;
+ * </pre>
+ *
+ *<p>In this example we set all the attribute for the fckedit tag.
+ *
+ *<p>
+ *  <b>Advanced usage of the tag</b>:
+ *  <pre>
+ *	&lt;FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+ *		styleNames=";Style 1;Style 2; Style 3" 
+ *		fontNames=";Arial;Courier New;Times New Roman;Verdana" &gt;
+ *		This is some &lt;B&gt;sample text&lt;/B&gt;.
+ *	&lt;/FCK:editor&gt;
+*  </pre>
+ *<p>In this example we set the id and the basePath of the editor (since it is /FCKeditor/
+ * we could have omitted it because it's already the default value).<br>
+ * Then we used the the optional attributes to set some advanced configuration settings.
+ *
+			
+ * @author Simone Chiaretta (simo@users.sourceforge.net)
+ */
+public class FCKeditorTag extends BodyTagSupport  {
+	
+	private String id;
+	private String value = "";
+	private String basePath = null;
+	private String toolbarSet = null;
+	private String width = null;
+	private String height = null;
+	private String customConfigurationsPath = null;
+	private String editorAreaCSS = null;
+	private String baseHref = null;
+	private String skinPath = null;
+	private String pluginsPath = null;
+	private String fullPage = null;
+	private String debug = null;	
+	private String autoDetectLanguage = null;
+	private String defaultLanguage = null;
+	private String contentLangDirection = null;
+	private String enableXHTML = null;
+	private String enableSourceXHTML = null;
+	private String fillEmptyBlocks = null;
+	private String formatSource = null;
+	private String formatOutput = null;
+	private String formatIndentator = null;
+	private String geckoUseSPAN = null;
+	private String startupFocus = null;
+	private String forcePasteAsPlainText = null;
+	private String forceSimpleAmpersand = null;
+	private String tabSpaces = null;
+	private String useBROnCarriageReturn = null;
+	private String toolbarStartExpanded = null;
+	private String toolbarCanCollapse = null;
+	private String fontColors = null;
+	private String fontNames = null;
+	private String fontSizes = null;
+	private String fontFormats = null;
+	private String stylesXmlPath = null;
+	private String linkBrowserURL = null;
+	private String imageBrowserURL = null;
+	private String flashBrowserURL = null;
+	private String linkUploadURL = null;
+	private String imageUploadURL = null;
+	private String flashUploadURL = null;
+	
+
+
+
+   /**
+     * The underlying FCKeditor object
+     *
+     */		
+	protected FCKeditor fcked = null;
+
+
+    /**
+     * Set the unique id of the editor
+     *
+     * @param value name
+     */	
+	public void setId(String value) {
+		id=value;
+	}
+
+    /**
+     * Set the dir where the FCKeditor files reside on the server
+     *
+     * @param value path
+     */		
+	public void setBasePath(String value) {
+		basePath=value;
+	}
+
+    /**
+     * Set the name of the toolbar to display
+     *
+     * @param value toolbar name
+     */		
+	public void setToolbarSet(String value) {
+		toolbarSet=value;
+	}
+
+    /**
+     * Set the width of the textarea
+     *
+     * @param value width
+     */		
+	public void setWidth(String value) {
+		width=value;
+	}
+
+    /**
+     * Set the height of the textarea
+     *
+     * @param value height
+     */		
+	public void setHeight(String value) {
+		height=value;
+	}
+
+	/**
+	 * Set the path of a custom file that can override some configurations.<br>
+	 * It is recommended to use absolute paths (starting with /), like "/myfckconfig.js".
+	 *
+	 * @param value path
+	 */
+	public void setCustomConfigurationsPath(String value) {
+		customConfigurationsPath=value;
+	}
+	
+
+	/**
+	 * Set the CSS styles file to be used in the editing area.<br>
+	 * In this way you can point to a file that reflects your web site styles.
+	 *
+	 * @param value path
+	 */
+	public void setEditorAreaCSS(String value) {
+		editorAreaCSS=value;
+	}
+	
+
+	/**
+	 * Base URL used to resolve links (on images, links, styles, etc.).<br>
+	 * For example, if BaseHref is set to 'http://www.fredck.com', an image that points to "/images/Logo.gif" will be interpreted by the editor as "http://www.fredck.com/images/Logo.gif", without touching the "src" attribute of the image.
+	 *
+	 * @param value URL
+	 */
+	public void setBaseHref(String value) {
+		baseHref=value;
+	}
+	
+	
+	/**
+	 * Sets the path to the skin (graphical interface settings) to be used by the editor.
+	 *
+	 * @param value path
+	 */
+	public void setSkinPath(String value) {
+		skinPath=value;
+	}
+	
+	
+	/**
+	 * Sets the base path used when looking for registered plugins.
+	 *
+	 * @param value path
+	 */
+	public void setPluginsPath(String value) {
+		pluginsPath=value;
+	}
+	
+	
+	/**
+	 * Enables full page editing (from &lt;HTML&gt; to &lt;/HTML&gt;).<br>
+	 * It also enables the "Page Properties" toolbar button.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setFullPage(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("fullPage attribute can only be true or false");
+		fullPage=value;
+	}
+	
+	
+	/**
+	 * Enables the debug window to be shown when calling the FCKDebug.Output() function.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setDebug(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("debug attribute can only be true or false");
+		debug=value;
+	}
+	
+	
+	/**
+	 * Tells the editor to automatically detect the user language preferences to adapt its interface language.<br>
+	 * With Internet Explorer, the language configured in the Windows Control Panel is used.<br>
+	 * With Firefox, the browser language is used.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setAutoDetectLanguage(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("autoDetectLanguage attribute can only be true or false: here was " + value);
+		autoDetectLanguage=value;
+	}
+	
+	
+	/**
+	 * Sets the default language used for the editor's interface localization.<br>
+	 * The default language is used when the AutoDetectLanguage options is disabled or when the user language is not available.
+	 *
+	 * @param value language code
+	 */
+	public void setDefaultLanguage(String value) {
+		defaultLanguage=value;
+	}
+	
+	
+	/**
+	 * Sets the direction of the editor area contents.<br>
+	 * The possible values are:
+	 * <ul>
+     * <li>ltr - Left to Right
+     * <li>rtl - Right to Left
+     * </ul>
+	 *
+	 * @param value ltr/rtl
+	 * @throws JspException if value is not ltr or rtl
+	 */
+	public void setContentLangDirection(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("debug attribute can only be ltr or rtl");
+		contentLangDirection=value;
+	}
+	
+	
+	/**
+	 * Tells the editor to process the HTML source to XHTML on form post.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setEnableXHTML(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("enableXHTML attribute can only be true or false");
+		enableXHTML=value;
+	}
+	
+	
+	/**
+	 * Tells the editor to process the HTML source to XHTML when switching from WYSIWYG to Source view
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setEnableSourceXHTML(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("enableSourceXHTML attribute can only be true or false");
+		enableSourceXHTML=value;
+	}
+	
+	
+	/**
+	 * Block elements (like P, DIV, H1, PRE, etc...) are forced to have content (a &amp;nbsp;).<br>
+	 * Empty blocks are "collapsed" by while browsing, so a empty &lt;p&gt;&lt;/p&gt; is not visible.<br>
+	 * While editing, the editor "expand" empty blocks so you can insert content inside then.<br>
+	 * Setting this option to "true" results useful to reflect the same output when browsing and editing.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setFillEmptyBlocks(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("fillEmptyBlocks attribute can only be true or false");
+		fillEmptyBlocks=value;
+	}
+	
+	
+	/**
+	 * The HTML shown by the editor, while switching from WYSIWYG to Source views, will be processed and formatted
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setFormatSource(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("formatSource attribute can only be true or false");
+		formatSource=value;
+	}
+	
+	
+	/**
+	 * The output HTML generated by the editor will be processed and formatted.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setFormatOutput(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("formatOutput attribute can only be true or false");
+		formatOutput=value;
+	}
+	
+	/**
+	 * Sets the characters to be used when indenting the HTML source when formatting it.<BR>
+	 * Useful values are a sequence of spaces ('     ') or a tab char ('\t').
+	 *
+	 * @param value indentator
+	 */
+	public void setFormatIndentator(String value) {
+		formatIndentator=value;
+	}
+	
+	
+	/**
+	 * Tells Gecko browsers to use SPAN instead of &lt;B&gt;, &lt;I&gt; and &lt;U&gt; for bold, italic an underline
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setGeckoUseSPAN(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("GeckoUseSPAN attribute can only be true or false");
+		geckoUseSPAN=value;
+	}
+	
+	
+	/**
+	 * Forces the editor to get the keyboard input focus on startup (page load)
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setStartupFocus(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("startupFocus attribute can only be true or false");
+		startupFocus=value;
+	}
+	
+	
+	/**
+	 * Converts the clipboard contents to pure text on pasting operations
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setForcePasteAsPlainText(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("forcePasteAsPlainText attribute can only be true or false");
+		forcePasteAsPlainText=value;
+	}
+	
+	
+	/**
+	 * Forces the ampersands (&) on tags attributes to not be converted to "&amp;amp;"<BR>
+	 * This conversion is a W3C requirement for XHTML, so it is recommended to leave this option to "false".
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setForceSimpleAmpersand(String value) throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("forceSimpleAmpersand attribute can only be true or false");
+		forceSimpleAmpersand=value;
+	}
+	
+	
+	/**
+	 * Set the number of spaces (&amp;nbsp;) to be inserted when the user hits the "tab" key.<BR>
+	 * This is an Internet Explorer only feature. Other browsers insert spaces automatically by default.
+	 *
+	 * @param value number of spaces
+	 */
+	public void setTabSpaces(String value) {
+		tabSpaces=value;
+	}
+	
+	
+	/**
+	 * Inserts a &lt;BR&gt; tag when the user hits the "enter" key, instead of starting a new paragraph (&lt;P&gt; or &lt;DIV&gt;).<BR>
+	 * This is an Internet Explorer only feature. Other browsers insert the &lt;BR&gt; tag by default.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setUseBROnCarriageReturn(String value)  throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("useBROnCarriageReturn attribute can only be true or false");
+		useBROnCarriageReturn=value;
+	}
+	
+	
+	/**
+	 * The toolbar is Expanded on startup, otherwise it is Collapsed and the user must click on it to show it.
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setToolbarStartExpanded(String value)   throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("ToolbarStartExpanded attribute can only be true or false");
+		toolbarStartExpanded=value;
+	}
+	
+	
+	/**
+	 * Tells the editor that the toolbar can be Collapsed/Expanded by the user when clicking the vertical bar placed on the left of it (on the right for "rtl" languages).
+	 *
+	 * @param value true/false
+	 * @throws JspException if value is not true or false
+	 */
+	public void setToolbarCanCollapse(String value)    throws JspException {
+		if(! value.equals("true") && ! value.equals("false"))
+			throw new JspException("ToolbarCanCollapse attribute can only be true or false");
+		toolbarCanCollapse=value;
+	}
+	
+	
+	/**
+	 * Sets the colors that must be shown in the colors panels (in the toolbar).
+	 *
+	 * @param value colors
+	 */
+	public void setFontColors(String value) {
+		fontColors=value;
+	}
+	
+	
+	/**
+	 * Sets the list of fonts to be shown in the "Font" toolbar command.
+	 *
+	 * @param value fonts
+	 */
+	public void setFontNames(String value) {
+		fontNames=value;
+	}
+	
+	
+	/**
+	 * Sets the list of font sizes to be shown in the "Size" toolbar command.
+	 *
+	 * @param value sizes
+	 */
+	public void setFontSizes(String value) {
+		fontSizes=value;
+	}
+	
+	
+	/**
+	 * Sets the list of formats to be shown in the "Format" toolbar command.
+	 *
+	 * @param value format list
+	 */
+	public void setFontFormats(String value) {
+		fontFormats=value;
+	}
+	
+	
+	/**
+	 * Sets the path to the XML file that has the definitions and rules of the styles used by the "Style" toolbar command
+	 *
+	 * @param value path
+	 */
+	public void setStylesXmlPath(String value) {
+		stylesXmlPath=value;
+	}
+	
+	
+	/**
+	 * Sets the URL of the page called when the user clicks the "Browse Server" button in the "Link" dialog window.<BR>
+	 * In this way, you can create your custom File Browser that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setLinkBrowserURL(String value) {
+		linkBrowserURL=value;
+	}
+	
+	
+	/**
+	 * Sets the URL of the page called when the user clicks the "Browse Server" button in the "Image" dialog window.<BR>
+	 * In this way, you can create your custom Image Browser that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setImageBrowserURL(String value) {
+		imageBrowserURL=value;
+	}
+
+	/**
+	 * Sets the URL of the page called when the user clicks the "Browse Server" button in the "Flash" dialog window.<BR>
+	 * In this way, you can create your custom Flash Browser that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setFlashBrowserURL(String value) {
+		flashBrowserURL=value;
+	}
+
+
+	/**
+	 * Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Link" dialog window.<BR>
+	 * In this way, you can create your custom Link Uploader that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setLinkUploadURL(String value) {
+		linkUploadURL=value;
+	}
+
+
+	/**
+	 * Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Image" dialog window.<BR>
+	 * In this way, you can create your custom Image Uploader that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setImageUploadURL(String value) {
+		imageUploadURL=value;
+	}
+
+
+	/**
+	 * Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Flash" dialog window.<BR>
+	 * In this way, you can create your custom Flash Uploader that is well integrated with your system.
+	 *
+	 * @param value path
+	 */
+	public void setFlashUploadURL(String value) {
+		flashUploadURL=value;
+	}		
+
+
+	/**
+	 * Initialize the FCKeditor container and set attributes
+	 *
+	 * @return EVAL_BODY_BUFFERED
+	 */
+	public int doStartTag() throws JspException {
+		fcked=new FCKeditor((HttpServletRequest)pageContext.getRequest(),id);
+		if(toolbarSet!=null)
+			fcked.setToolbarSet(toolbarSet);
+		if(basePath!=null)
+			fcked.setBasePath(basePath);
+		if(width!=null)
+			fcked.setWidth(width);
+		if(height!=null)
+			fcked.setHeight(height);
+		if (customConfigurationsPath != null)
+			fcked.getConfig().put("CustomConfigurationsPath",customConfigurationsPath);
+		if (editorAreaCSS != null)
+			fcked.getConfig().put("EditorAreaCSS",editorAreaCSS);
+		if (baseHref != null)
+			fcked.getConfig().put("BaseHref",baseHref);
+		if (skinPath != null)
+			fcked.getConfig().put("SkinPath",skinPath);
+		if (pluginsPath != null)
+			fcked.getConfig().put("PluginsPath",pluginsPath);	
+		if (fullPage != null)
+			fcked.getConfig().put("FullPage",fullPage);
+		if (debug != null)
+			fcked.getConfig().put("Debug",debug);
+		if (autoDetectLanguage != null)
+			fcked.getConfig().put("AutoDetectLanguage",autoDetectLanguage);
+		if (defaultLanguage != null)
+			fcked.getConfig().put("DefaultLanguage",defaultLanguage);
+		if (contentLangDirection != null)
+			fcked.getConfig().put("ContentLangDirection",contentLangDirection);
+		if (enableXHTML != null)
+			fcked.getConfig().put("EnableXHTML",enableXHTML);
+		if (enableSourceXHTML != null)
+			fcked.getConfig().put("EnableSourceXHTML",enableSourceXHTML);
+		if (fillEmptyBlocks != null)
+			fcked.getConfig().put("FillEmptyBlocks",fillEmptyBlocks);
+		if (formatSource != null)
+			fcked.getConfig().put("FormatSource",formatSource);
+		if (formatOutput != null)
+			fcked.getConfig().put("FormatOutput",formatOutput);
+		if (formatIndentator != null)
+			fcked.getConfig().put("FormatIndentator",formatIndentator);
+		if (geckoUseSPAN != null)
+			fcked.getConfig().put("GeckoUseSPAN",geckoUseSPAN);
+		if (startupFocus != null)
+			fcked.getConfig().put("StartupFocus",startupFocus);
+		if (forcePasteAsPlainText != null)
+			fcked.getConfig().put("ForcePasteAsPlainText",forcePasteAsPlainText);
+		if (forceSimpleAmpersand != null)
+			fcked.getConfig().put("ForceSimpleAmpersand",forceSimpleAmpersand);
+		if (tabSpaces != null)
+			fcked.getConfig().put("TabSpaces",tabSpaces);
+		if (useBROnCarriageReturn != null)
+			fcked.getConfig().put("UseBROnCarriageReturn",useBROnCarriageReturn);
+		if (toolbarStartExpanded != null)
+			fcked.getConfig().put("ToolbarStartExpanded",toolbarStartExpanded);
+		if (toolbarCanCollapse != null)
+			fcked.getConfig().put("ToolbarCanCollapse",toolbarCanCollapse);
+		if (fontColors != null)
+			fcked.getConfig().put("FontColors",fontColors);
+		if (fontNames != null)
+			fcked.getConfig().put("FontNames",fontNames);
+		if (fontSizes != null)
+			fcked.getConfig().put("FontSizes",fontSizes);
+		if (fontFormats != null)
+			fcked.getConfig().put("FontFormats",fontFormats);
+		if (stylesXmlPath != null)
+			fcked.getConfig().put("StylesXmlPath",stylesXmlPath);
+		if (linkBrowserURL != null)
+			fcked.getConfig().put("LinkBrowserURL",linkBrowserURL);
+		if (imageBrowserURL != null)
+			fcked.getConfig().put("ImageBrowserURL",imageBrowserURL);
+		if (flashBrowserURL != null)
+			fcked.getConfig().put("FlashBrowserURL",flashBrowserURL);
+		if (linkUploadURL != null)
+			fcked.getConfig().put("LinkUploadURL",linkUploadURL);
+		if (imageUploadURL != null)
+			fcked.getConfig().put("ImageUploadURL",imageUploadURL);
+		if (flashUploadURL != null)
+			fcked.getConfig().put("FlashUploadURL",flashUploadURL);
+				
+		 return EVAL_BODY_BUFFERED;
+	}
+
+	/**
+	 * Retrive initial value to be edited and writes the HTML code in the page
+	 *
+	 * @return SKIP_BODY
+	 * @throws JspException if an error occurs while writing to the out buffer
+	 */	
+	public int doAfterBody()  throws JspException {
+			BodyContent body = getBodyContent();
+			JspWriter writer = body.getEnclosingWriter();
+			String bodyString = body.getString();
+			fcked.setValue(bodyString);
+			try {
+				writer.println(fcked.create());
+			}catch(IOException ioe) {
+				throw new JspException("Error: IOException while writing to the user");
+			}
+			
+			return SKIP_BODY;
+	}
+
+}
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/package.html
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/package.html	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/tags/package.html	(revision 41)
@@ -0,0 +1,64 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: package.html
+ * 	JavaDoc FCKeditor lib documentation.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+  @(#)package.html	1.60 98/01/27
+
+  Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, 
+  Palo Alto, California, 94303, U.S.A.  All Rights Reserved.
+
+  This software is the confidential and proprietary information of Sun
+  Microsystems, Inc. ("Confidential Information").  You shall not
+  disclose such Confidential Information and shall use it only in
+  accordance with the terms of the license agreement you entered into
+  with Sun.
+
+  CopyrightVersion 1.2
+
+-->
+</head>
+<body bgcolor="white">
+
+JSP Tag to access and modify the FCKeditor objects.
+
+
+<h2>Package Specification</h2>
+
+This taglibrary is compliant to the taglib 1.1 specification.<br>
+To use it put the FCKeditor.jar inside the <code>WEB-INF/lib</code> dir and FCKeditor.tld inside the <code>WEB-INF</code> directory of your website.<br>
+Put the following declaration in each page that use the tags:<br>
+<pre>
+&lt;%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %&gt;
+</pre>
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+
+</body>
+</html>
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.java
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.java	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/SimpleUploaderServlet.java	(revision 41)
@@ -0,0 +1,252 @@
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: SimpleUploaderServlet.java
+ * 	Java File Uploader class.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+ */ 
+ 
+package com.fredck.FCKeditor.uploader;
+
+import java.io.*;
+import javax.servlet.*;
+import javax.servlet.http.*;
+import java.util.*;
+
+
+import org.apache.commons.fileupload.*;
+
+
+import javax.xml.parsers.*;
+import org.w3c.dom.*;
+import javax.xml.transform.*;
+import javax.xml.transform.dom.DOMSource; 
+import javax.xml.transform.stream.StreamResult; 
+
+
+/**
+ * Servlet to upload files.<br>
+ *
+ * This servlet accepts just file uploads, eventually with a parameter specifying file type
+ *
+ * @author Simone Chiaretta (simo@users.sourceforge.net)
+ */
+
+public class SimpleUploaderServlet extends HttpServlet {
+	
+	private static String baseDir;
+	private static boolean debug=false;
+	private static boolean enabled=false;
+	private static Hashtable allowedExtensions;
+	private static Hashtable deniedExtensions;
+	
+	/**
+	 * Initialize the servlet.<br>
+	 * Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br>
+	 * If not specified the value of "/UserFiles/" will be used.<br>
+	 * Also it retrieve all allowed and denied extensions to be handled.
+	 *
+	 */
+	 public void init() throws ServletException {
+	 	
+	 	debug=(new Boolean(getInitParameter("debug"))).booleanValue();
+	 	
+	 	if(debug) System.out.println("\r\n---- SimpleUploaderServlet initialization started ----");
+	 	
+		baseDir=getInitParameter("baseDir");
+		enabled=(new Boolean(getInitParameter("enabled"))).booleanValue();
+		if(baseDir==null)
+			baseDir="/UserFiles/";
+		String realBaseDir=getServletContext().getRealPath(baseDir);
+		File baseFile=new File(realBaseDir);
+		if(!baseFile.exists()){
+			baseFile.mkdir();
+		}
+		
+		allowedExtensions = new Hashtable(3);
+		deniedExtensions = new Hashtable(3);
+				
+		allowedExtensions.put("File",stringToArrayList(getInitParameter("AllowedExtensionsFile")));
+		deniedExtensions.put("File",stringToArrayList(getInitParameter("DeniedExtensionsFile")));
+
+		allowedExtensions.put("Image",stringToArrayList(getInitParameter("AllowedExtensionsImage")));
+		deniedExtensions.put("Image",stringToArrayList(getInitParameter("DeniedExtensionsImage")));
+		
+		allowedExtensions.put("Flash",stringToArrayList(getInitParameter("AllowedExtensionsFlash")));
+		deniedExtensions.put("Flash",stringToArrayList(getInitParameter("DeniedExtensionsFlash")));
+		
+		if(debug) System.out.println("---- SimpleUploaderServlet initialization completed ----\r\n");
+		
+	}
+	
+
+	/**
+	 * Manage the Upload requests.<br>
+	 *
+	 * The servlet accepts commands sent in the following format:<br>
+	 * simpleUploader?Type=ResourceType<br><br>
+	 * It store the file (renaming it in case a file with the same name exists) and then return an HTML file
+	 * with a javascript command in it.
+	 *
+	 */	
+	public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
+
+		if (debug) System.out.println("--- BEGIN DOPOST ---");
+
+		response.setContentType("text/html; charset=UTF-8");
+		response.setHeader("Cache-Control","no-cache");
+		PrintWriter out = response.getWriter();
+		
+
+		String typeStr=request.getParameter("Type");
+		
+		String currentPath=baseDir+typeStr;
+		String currentDirPath=getServletContext().getRealPath(currentPath);
+		currentPath=request.getContextPath()+currentPath;
+		
+		if (debug) System.out.println(currentDirPath);
+		
+		String retVal="0";
+		String newName="";
+		String fileUrl="";
+		String errorMessage="";
+		
+		if(enabled) {		
+			DiskFileUpload upload = new DiskFileUpload();
+			try {
+				List items = upload.parseRequest(request);
+				
+				Map fields=new HashMap();
+				
+				Iterator iter = items.iterator();
+				while (iter.hasNext()) {
+				    FileItem item = (FileItem) iter.next();
+				    if (item.isFormField())
+				    	fields.put(item.getFieldName(),item.getString());
+				    else
+				    	fields.put(item.getFieldName(),item);
+				}
+				FileItem uplFile=(FileItem)fields.get("NewFile");
+				String fileNameLong=uplFile.getName();
+				fileNameLong=fileNameLong.replace('\\','/');
+				String[] pathParts=fileNameLong.split("/");
+				String fileName=pathParts[pathParts.length-1];
+				
+				String nameWithoutExt=getNameWithoutExtension(fileName);
+				String ext=getExtension(fileName);
+				File pathToSave=new File(currentDirPath,fileName);
+				fileUrl=currentPath+"/"+fileName;
+				if(extIsAllowed(typeStr,ext)) {
+					int counter=1;
+					while(pathToSave.exists()){
+						newName=nameWithoutExt+"("+counter+")"+"."+ext;
+						fileUrl=currentPath+"/"+newName;
+						retVal="201";
+						pathToSave=new File(currentDirPath,newName);
+						counter++;
+						}
+					uplFile.write(pathToSave);
+				}
+				else {
+					retVal="202";
+					errorMessage="";
+					if (debug) System.out.println("Invalid file type: " + ext);	
+				}
+			}catch (Exception ex) {
+				if (debug) ex.printStackTrace();
+				retVal="203";
+			}
+		}
+		else {
+			retVal="1";
+			errorMessage="This file uploader is disabled. Please check the WEB-INF/web.xml file";
+		}
+		
+		
+		out.println("<script type=\"text/javascript\">");
+		out.println("window.parent.OnUploadCompleted("+retVal+",'"+fileUrl+"','"+newName+"','"+errorMessage+"');");
+		out.println("</script>");
+		out.flush();
+		out.close();
+	
+		if (debug) System.out.println("--- END DOPOST ---");	
+		
+	}
+
+
+	/*
+	 * This method was fixed after Kris Barnhoorn (kurioskronic) submitted SF bug #991489
+	 */
+  	private static String getNameWithoutExtension(String fileName) {
+    		return fileName.substring(0, fileName.lastIndexOf("."));
+    	}
+    	
+	/*
+	 * This method was fixed after Kris Barnhoorn (kurioskronic) submitted SF bug #991489
+	 */
+	private String getExtension(String fileName) {
+		return fileName.substring(fileName.lastIndexOf(".")+1);
+	}
+
+
+
+	/**
+	 * Helper function to convert the configuration string to an ArrayList.
+	 */
+	 
+	 private ArrayList stringToArrayList(String str) {
+	 
+	 if(debug) System.out.println(str);
+	 String[] strArr=str.split("\\|");
+	 	 
+	 ArrayList tmp=new ArrayList();
+	 if(str.length()>0) {
+		 for(int i=0;i<strArr.length;++i) {
+		 		if(debug) System.out.println(i +" - "+strArr[i]);
+		 		tmp.add(strArr[i].toLowerCase());
+			}
+		}
+		return tmp;
+	 }
+
+
+	/**
+	 * Helper function to verify if a file extension is allowed or not allowed.
+	 */
+	 
+	 private boolean extIsAllowed(String fileType, String ext) {
+	 		
+	 		ext=ext.toLowerCase();
+	 		
+	 		ArrayList allowList=(ArrayList)allowedExtensions.get(fileType);
+	 		ArrayList denyList=(ArrayList)deniedExtensions.get(fileType);
+	 		
+	 		if(allowList.size()==0)
+	 			if(denyList.contains(ext))
+	 				return false;
+	 			else
+	 				return true;
+
+	 		if(denyList.size()==0)
+	 			if(allowList.contains(ext))
+	 				return true;
+	 			else
+	 				return false;
+	 
+	 		return false;
+	 }
+
+}
+
Index: /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/package.html
===================================================================
--- /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/package.html	(revision 41)
+++ /FCKeditor.Java/trunk/src/com/fredck/FCKeditor/uploader/package.html	(revision 41)
@@ -0,0 +1,116 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: package.html
+ * 	JavaDoc connector documentation.
+ * 
+ * Version:  2.3
+ * Modified: 2005-08-11 16:29:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+  @(#)package.html	1.60 98/01/27
+
+  Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, 
+  Palo Alto, California, 94303, U.S.A.  All Rights Reserved.
+
+  This software is the confidential and proprietary information of Sun
+  Microsystems, Inc. ("Confidential Information").  You shall not
+  disclose such Confidential Information and shall use it only in
+  accordance with the terms of the license agreement you entered into
+  with Sun.
+
+  CopyrightVersion 1.2
+
+-->
+</head>
+<body bgcolor="white">
+
+Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
+
+<h2>Package Specification</h2>
+
+This servlet is access from the file, image, flash dialogs in FCKeditor.<br>
+To make everything work correctly you have to add the following piece of code in your application's web.xml
+<br>
+<pre>
+	&lt;servlet&gt;
+		&lt;servlet-name&gt;SimpleUploader&lt;/servlet-name&gt;
+		&lt;servlet-class&gt;com.fredck.FCKeditor.uploader.SimpleUploaderServlet&lt;/servlet-class&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;baseDir&lt;/param-name&gt;
+			&lt;param-value&gt;/UserFiles/&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;debug&lt;/param-name&gt;
+			&lt;param-value&gt;true&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;enabled&lt;/param-name&gt;
+			&lt;param-value&gt;false&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsFile&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsFile&lt;/param-name&gt;
+			&lt;param-value&gt;php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsImage&lt;/param-name&gt;
+			&lt;param-value&gt;jpg|gif|jpeg|png|bmp&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsImage&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;AllowedExtensionsFlash&lt;/param-name&gt;
+			&lt;param-value&gt;swf|fla&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;init-param&gt;
+			&lt;param-name&gt;DeniedExtensionsFlash&lt;/param-name&gt;
+			&lt;param-value&gt;&lt;/param-value&gt;
+		&lt;/init-param&gt;
+		&lt;load-on-startup&gt;1&lt;/load-on-startup&gt;
+	&lt;/servlet&gt;
+	
+  &lt;servlet-mapping&gt;
+    &lt;servlet-name&gt;SimpleUploader&lt;/servlet-name&gt;
+    &lt;url-pattern&gt;/editor/filemanager/upload/simpleuploader&lt;/url-pattern&gt;
+  &lt;/servlet-mapping&gt;  
+
+</pre>
+<br>
+And put in the fckconfig.js the following line:
+<pre>
+FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=File' ;
+FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=Flash' ;
+FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/simpleuploader?Type=Image' ;
+</pre>
+Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>.
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+  <li>_sample/jsp directory for example of how to implement FCKEditor in your application
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+
+</body>
+</html>
Index: /FCKeditor.Java/trunk/web/WEB-INF/web.xml
===================================================================
--- /FCKeditor.Java/trunk/web/WEB-INF/web.xml	(revision 41)
+++ /FCKeditor.Java/trunk/web/WEB-INF/web.xml	(revision 41)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE web-app
+  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
+  "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
+
+<web-app>
+  <display-name>FCKeditor Test Application</display-name>
+  
+	<servlet>
+		<servlet-name>Connector</servlet-name>
+		<servlet-class>com.fredck.FCKeditor.connector.ConnectorServlet</servlet-class>
+		<init-param>
+			<param-name>baseDir</param-name>
+			<param-value>/UserFiles/</param-value>
+		</init-param>
+		<init-param>
+			<param-name>debug</param-name>
+			<param-value>true</param-value>
+		</init-param>
+		<load-on-startup>1</load-on-startup>
+	</servlet>
+
+	<servlet>
+		<servlet-name>SimpleUploader</servlet-name>
+		<servlet-class>com.fredck.FCKeditor.uploader.SimpleUploaderServlet</servlet-class>
+		<init-param>
+			<param-name>baseDir</param-name>
+			<param-value>/UserFiles/</param-value>
+		</init-param>
+		<init-param>
+			<param-name>debug</param-name>
+			<param-value>true</param-value>
+		</init-param>
+		<init-param>
+			<param-name>enabled</param-name>
+			<param-value>false</param-value>
+		</init-param>
+		<init-param>
+			<param-name>AllowedExtensionsFile</param-name>
+			<param-value></param-value>
+		</init-param>
+		<init-param>
+			<param-name>DeniedExtensionsFile</param-name>
+			<param-value>php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi</param-value>
+		</init-param>
+		<init-param>
+			<param-name>AllowedExtensionsImage</param-name>
+			<param-value>jpg|gif|jpeg|png|bmp</param-value>
+		</init-param>
+		<init-param>
+			<param-name>DeniedExtensionsImage</param-name>
+			<param-value></param-value>
+		</init-param>
+		<init-param>
+			<param-name>AllowedExtensionsFlash</param-name>
+			<param-value>swf|fla</param-value>
+		</init-param>
+		<init-param>
+			<param-name>DeniedExtensionsFlash</param-name>
+			<param-value></param-value>
+		</init-param>
+		<load-on-startup>1</load-on-startup>
+	</servlet>
+
+  <servlet-mapping>
+    <servlet-name>Connector</servlet-name>
+    <url-pattern>/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern>
+  </servlet-mapping>
+  
+  <servlet-mapping>
+    <servlet-name>SimpleUploader</servlet-name>
+    <url-pattern>/editor/filemanager/upload/simpleuploader</url-pattern>
+  </servlet-mapping>  
+
+</web-app>
Index: /FCKeditor.Java/trunk/web/_samples/index.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/index.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/index.jsp	(revision 41)
@@ -0,0 +1,31 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: index.jsp
+ * 	FCKeditor samples frameset.
+ * 
+ * Version:  2.1
+ * Modified: 2005-03-29 21:30:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<html>
+	<head>
+		<title>FCKeditor - Samples</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+	</head>
+	<frameset rows="60,*">
+		<frame src="sampleslist.jsp" noresize scrolling="no">
+		<frame name="Sample" src="jsp/sample01.jsp" noresize>
+	</frameset>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample01.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample01.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample01.jsp	(revision 41)
@@ -0,0 +1,54 @@
+<%@ page language="java" import="com.fredck.FCKeditor.*" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample01.jsp
+ * 	FCKeditor sample file 1.
+ * 
+ * Version:  2.1
+ * Modified: 2005-03-29 21:30:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - JSP Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css" />
+		<script type="text/javascript">
+
+function FCKeditor_OnComplete( editorInstance )
+{
+	window.status = editorInstance.Description ;
+}
+
+		</script>
+	</head>
+	<body>
+		<h1>FCKeditor - JSP - Sample 1</h1>
+		This sample displays a normal HTML form with an FCKeditor with full features 
+		enabled.
+		<hr>
+		<form action="sampleposteddata.jsp" method="get" target="_blank">
+<%
+FCKeditor oFCKeditor ;
+oFCKeditor = new FCKeditor( request, "EditorDefault" ) ;
+oFCKeditor.setBasePath( "/FCKeditor/" ) ;
+oFCKeditor.setValue( "This is some <strong>sample text</strong>. You are using <a href=\"http://www.fredck.com/fckeditor/\">FCKeditor</a>." );
+out.println( oFCKeditor.create() ) ;
+%>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample02.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample02.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample02.jsp	(revision 41)
@@ -0,0 +1,57 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample02.jsp
+ * 	FCKeditor sample file 2.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - JSP Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css" />
+		<script type="text/javascript">
+
+function FCKeditor_OnComplete( editorInstance )
+{
+	window.status = editorInstance.Description ;
+}
+
+		</script>
+	</head>
+	<body>
+		<h1>FCKeditor - JSP - Sample 2</h1>
+		This sample displays a normal HTML form with an FCKeditor with full features enabled.<br>
+		This sample uses the FCKeditor Taglib: this method is preferred to <a href="sample01.jsp">the API version</a><br>
+		All other sample pages will use this method.
+		<hr>
+		<form action="sampleposteddata.jsp" method="get" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				This is some <strong>sample text</strong>. You are using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample03.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample03.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample03.jsp	(revision 41)
@@ -0,0 +1,107 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample03.jsp
+ * 	FCKeditor sample file 3.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - JSP Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css">
+			<script type="text/javascript" src="../../fckeditor.js"></script>
+			<script type="text/javascript">
+
+function FCKeditor_OnComplete( editorInstance )
+{
+	var oCombo = document.getElementById( 'cmbLanguages' ) ;
+	for ( code in editorInstance.Language.AvailableLanguages )
+	{
+		AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ;
+	}
+	oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
+}	
+
+function AddComboOption(combo, optionText, optionValue)
+{
+	var oOption = document.createElement("OPTION") ;
+
+	combo.options.add(oOption) ;
+
+	oOption.innerHTML = optionText ;
+	oOption.value     = optionValue ;
+	
+	return oOption ;
+}
+
+function ChangeLanguage( languageCode )
+{
+	window.location.href = window.location.pathname + "?code=" + languageCode ;
+}
+			</script>
+	</head>
+<%
+String autoDetectLanguageStr;
+String defaultLanguageStr;
+
+String codeStr=request.getParameter("code");
+if(codeStr==null) {
+	autoDetectLanguageStr="true";
+	defaultLanguageStr="en";
+}
+else {
+	autoDetectLanguageStr="false";
+	defaultLanguageStr=codeStr;
+}
+
+%>	
+	<body>
+		<h1>FCKeditor - JSP - Sample 3</h1>
+		This sample shows the editor in all it's available languages.<br>
+		The Language dropdown is populated with JavaScript API.
+		<hr>
+		<table cellpadding="0" cellspacing="0" border="0">
+			<tr>
+				<td>
+					Select a language:&nbsp;
+				</td>
+				<td>
+					<select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
+					</select>
+				</td>
+			</tr>
+		</table>
+		<br>
+		<form action="sampleposteddata.jsp" method="get" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				autoDetectLanguage="<%=autoDetectLanguageStr%>"
+				defaultLanguage="<%=defaultLanguageStr%>"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				This is some <strong>sample text</strong>. You are using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample04.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample04.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample04.jsp	(revision 41)
@@ -0,0 +1,86 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample04.jsp
+ * 	FCKeditor sample file 4.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - JSP Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css">
+			<script type="text/javascript" src="../../fckeditor.js"></script>
+			<script type="text/javascript">
+
+function FCKeditor_OnComplete( editorInstance )
+{
+	var oCombo = document.getElementById( 'cmbToolbars' ) ;
+	oCombo.value = editorInstance.ToolbarSet.Name ;
+	oCombo.style.visibility = '' ;
+}
+
+function ChangeLanguage( languageCode )
+{
+	window.location.href = window.location.pathname + "?toolbar=" + languageCode ;
+}
+
+			</script>
+	</head>
+<%
+
+String toolBarSetStr=request.getParameter("toolbar");
+if(toolBarSetStr==null) {
+	toolBarSetStr="";
+}
+
+%>	
+	<body>
+		<h1>FCKeditor - JSP - Sample 4</h1>
+		This sample shows how to change the editor toolbar.
+		<hr>
+		<table cellpadding="0" cellspacing="0" border="0">
+			<tr>
+				<td>
+					Select the toolbar to load:&nbsp;
+				</td>
+				<td>
+					<select id="cmbToolbars" onchange="ChangeLanguage(this.value);" style="VISIBILITY: hidden">
+						<option value="Default" selected>Default</option>
+						<option value="Basic">Basic</option>
+					</select>
+				</td>
+			</tr>
+		</table>
+		<br>
+		<form action="sampleposteddata.jsp" method="get" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				toolbarSet="<%=toolBarSetStr%>"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				This is some <strong>sample text</strong>. You are using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample05.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample05.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample05.jsp	(revision 41)
@@ -0,0 +1,90 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample05.jsp
+ * 	FCKeditor sample file 5.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - JSP Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css">
+			<script type="text/javascript" src="../../fckeditor.js"></script>
+			<script type="text/javascript">
+
+function FCKeditor_OnComplete( editorInstance )
+{
+	var oCombo = document.getElementById( 'cmbSkins' ) ;
+	
+	// Get the active skin.
+	var sSkin = editorInstance.Config['SkinPath'] ;
+	sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;
+	
+	oCombo.value = sSkin ;
+	oCombo.style.visibility = '' ;
+}
+
+function ChangeLanguage( languageCode )
+{
+	window.location.href = window.location.pathname + "?skin=" + languageCode ;
+}
+
+			</script>
+	</head>
+<%
+
+String skinStr=request.getParameter("skin");
+if(skinStr!=null) 
+	skinStr= "/FCKeditor/" + "editor/skins/" + skinStr + "/"; 	//basePath +  constant relative skin path + skinName 
+%>	
+	<body>
+		<h1>FCKeditor - JSP - Sample 5</h1>
+		This sample shows how to change the editor skin.
+		<hr>
+		<table cellpadding="0" cellspacing="0" border="0">
+			<tr>
+				<td>
+					Select the skin to load:&nbsp;
+				</td>
+				<td>
+					<select id="cmbSkins" onchange="ChangeLanguage(this.value);" style="VISIBILITY: hidden">
+						<option value="default" selected>Default</option>
+						<option value="office2003">Office 2003</option>
+						<option value="silver">Silver</option>
+					</select>
+				</td>
+			</tr>
+		</table>
+		<br>
+		<form action="sampleposteddata.jsp" method="get" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				skinPath="<%=skinStr%>"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				This is some <strong>sample text</strong>. You are using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample06.config.js
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample06.config.js	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample06.config.js	(revision 41)
@@ -0,0 +1,41 @@
+﻿/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2004 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/
+ * 
+ * File Name: sample06.config.js
+ * 	Sample custom configuration settings used in the plugin sample page (sample06).
+ * 
+ * Version:  2.0 RC3
+ * Modified: 2005-02-15 23:18:39
+ * 
+ * File Authors:
+ * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+// Set our sample toolbar.
+FCKConfig.ToolbarSets['PluginTest'] = [
+	['Source'],
+	['My_Find','My_Replace','-','Placeholder'],
+	//['Table','-','TableInsertRow','TableDeleteRows','TableInsertColumn','TableDeleteColumns','TableInsertCell','TableDeleteCells','TableMergeCells','TableSplitCell'],
+	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
+] ;
+
+// Change the default plugin path.
+FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + '_samples/_plugins/' ;
+
+// Add our plugin to the plugins list.
+//		FCKConfig.Plugins.Add( pluginName, availableLanguages )
+//			pluginName: The plugin name. The plugin directory must match this name.
+//			availableLanguages: a list of available language files for the plugin (separated by a comma).
+FCKConfig.Plugins.Add( 'findreplace', 'en,it' ) ;
+
+// If you want to use plugins found on other directories, just use the third parameter.
+var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;
+FCKConfig.Plugins.Add( 'placeholder', 'en,it', sOtherPluginPath ) ;
+//FCKConfig.Plugins.Add( 'tablecommands', 'en,it', sOtherPluginPath ) ;
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample06.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample06.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample06.jsp	(revision 41)
@@ -0,0 +1,54 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample06.jsp
+ * 	FCKeditor sample file 6.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css" />
+		<script type="text/javascript" src="../../fckeditor.js"></script>
+	</head>
+	<body>
+		<h1>FCKeditor - JSP - Sample 6</h1>
+		This sample shows a sample plugin implementation.
+		<br>
+		These are sample "Find" and "Replace" plugin that do exactly the same thing that the built in ones do. Use the green toolbar buttons the test then.
+		<br>
+		There is also another sample plugin that is available in the package: the "Placeholder" command (use the yellow icon).
+		<hr>
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				toolbarSet="PluginTest"
+				customConfigurationsPath="/FCKeditor/_samples/jsp/sample06.config.js"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				This is some <strong>sample text</strong>. You are using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sample07.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sample07.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sample07.jsp	(revision 41)
@@ -0,0 +1,49 @@
+<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sample07.jsp
+ * 	FCKeditor sample file 7.
+ * 
+ * Version:  2.3
+ * Modified: 2005-07-19 13:57:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<html>
+	<head>
+		<title>FCKeditor - Sample</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css" />
+		<script type="text/javascript" src="../../fckeditor.js"></script>
+	</head>
+	<body>
+		<h1>FCKeditor - JSP - Sample 7</h1>
+		In this sample the user can edit the complete page contents and header (from 
+		&lt;HTML&gt; to &lt;/HTML&gt;).
+		<hr>
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
+			<FCK:editor id="EditorDefault" basePath="/FCKeditor/"
+				fullPage="true"
+				imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector"
+				linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector"
+				flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector"
+				imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
+				linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
+				flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
+				<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/></head><body>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>
+			</FCK:editor>
+			<br>
+			<input type="submit" value="Submit">
+		</form>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/jsp/sampleposteddata.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/jsp/sampleposteddata.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/jsp/sampleposteddata.jsp	(revision 41)
@@ -0,0 +1,56 @@
+<%@ page language="java" import="java.util.*" %>
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sampleposteddata.jsp
+ * 	FCKeditor sample.
+ * 
+ * Version:  2.1
+ * Modified: 2005-03-29 21:30:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+<%
+	Enumeration params = request.getParameterNames();
+%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<html>
+	<head>
+		<title>FCKeditor - Samples - Posted Data</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="../sample.css" rel="stylesheet" type="text/css" />
+	</head>
+	<body>
+		<h1>FCKeditor - Samples - Posted Data</h1>
+		This page lists all data posted by the form.
+		<hr>
+		<table width="100%" border="1" cellspacing="0" bordercolor="#999999">
+			<tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999">
+				<td noWrap>Field Name&nbsp;&nbsp;</td>
+				<td>Value</td>
+			</tr>
+			<%
+			String parameter = null ;
+			while( params.hasMoreElements() )
+			{
+				parameter = (String) params.nextElement() ;
+			%>
+			<tr>
+				<td valign="top" nowrap><b><%=parameter%></b></td>
+				<td width="100%"><%=request.getParameter(parameter)%></td>
+			</tr>
+			<%
+			}
+			%>
+		</table>
+	</body>
+</html>
Index: /FCKeditor.Java/trunk/web/_samples/sample.css
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/sample.css	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/sample.css	(revision 41)
@@ -0,0 +1,25 @@
+/* @Packager.Header
+<FileDescription>
+	Styles used in the samples pages.
+</FileDescription>
+<Author name="Frederico Caldeira Knabben" email="fckeditor@fredck.com" />
+*/
+
+body, td, input, select, textarea
+{
+	font-size: 12px;
+	font-family: Arial, Verdana, Sans-Serif;
+}
+
+h1
+{
+	font-weight: bold;
+	font-size: 180%;
+	margin-bottom: 10px;
+}
+
+form
+{
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+}
Index: /FCKeditor.Java/trunk/web/_samples/sampleslist.jsp
===================================================================
--- /FCKeditor.Java/trunk/web/_samples/sampleslist.jsp	(revision 41)
+++ /FCKeditor.Java/trunk/web/_samples/sampleslist.jsp	(revision 41)
@@ -0,0 +1,62 @@
+<!--
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 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/
+ * 
+ * File Name: sampleslist.html
+ * 	FCKeditor samples list.
+ * 
+ * Version:  2.1
+ * Modified: 2005-03-29 21:30:00
+ * 
+ * File Authors:
+ * 		Simone Chiaretta (simo@users.sourceforge.net)
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+	<head>
+		<title>FCKeditor - Sample Selection</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="sample.css" rel="stylesheet" type="text/css" />
+		<script language="javascript">
+<!--
+
+if ( window.top == window )
+	document.location = 'index.jsp' ;
+
+function OpenSample( sample )
+{
+	if ( sample.length > 0 )
+		window.open( sample, 'Sample' ) ;
+}
+
+//-->
+		</script>
+	</head>
+	<body bottommargin="0" topmargin="0">
+		<table height="100%" border="0" cellpadding="0" cellspacing="0">
+			<tr>
+				<td>
+					Please select the sample you want to view:
+					<br>
+					<select onchange="OpenSample(this.value);">
+						<option value="jsp/sample01.jsp" selected>JSP : Sample 01 : Editor with all features generated via API</option>
+						<option value="jsp/sample02.jsp">JSP : Sample 02 : Editor with all features generated with JSP Taglib</option>
+						<option value="jsp/sample03.jsp">JSP : Sample 03 : Multi-language support</option>
+						<option value="jsp/sample04.jsp">JSP : Sample 04 : Toolbar selection</option>
+						<option value="jsp/sample05.jsp">JSP : Sample 05 : Skins support</option>
+						<option value="jsp/sample06.jsp">JSP : Sample 06 : Plugins support</option>
+						<option value="jsp/sample07.jsp">JSP : Sample 07 : Full Page editing</option>
+					</select>
+				</td>
+			</tr>
+		</table>
+	</body>
+</html>
