C D F G I S

C

ConnectorServlet - class com.fredck.FCKeditor.connector.ConnectorServlet.
Servlet to upload and browse files.
ConnectorServlet() - Constructor for class com.fredck.FCKeditor.connector.ConnectorServlet
 
com.fredck.FCKeditor - package com.fredck.FCKeditor
Core objects to manage the FCKeditor text input form.
com.fredck.FCKeditor.connector - package com.fredck.FCKeditor.connector
Connector used by the FCKeditor to list and create resources on the server.
com.fredck.FCKeditor.tags - package com.fredck.FCKeditor.tags
JSP Tag to access and modify the FCKeditor objects.
com.fredck.FCKeditor.uploader - package com.fredck.FCKeditor.uploader
Uplader used by the FCKeditor to send files to the server without using the FileBrowser.
create() - Method in class com.fredck.FCKeditor.FCKeditor
Generate the HTML Code for the editor.

D

doAfterBody() - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Retrive initial value to be edited and writes the HTML code in the page
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.fredck.FCKeditor.connector.ConnectorServlet
Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.fredck.FCKeditor.connector.ConnectorServlet
Manage the Post requests (FileUpload).
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
Manage the Upload requests.
doStartTag() - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Initialize the FCKeditor container and set attributes

F

FCKeditor - class com.fredck.FCKeditor.FCKeditor.
The main class of the class lib.
FCKeditor(HttpServletRequest) - Constructor for class com.fredck.FCKeditor.FCKeditor
Initialize the object setting all value to the default ones.
FCKeditor(HttpServletRequest, String) - Constructor for class com.fredck.FCKeditor.FCKeditor
Initialize the object setting the unique name and then all value to the default ones.
FCKeditor(HttpServletRequest, String, String, String, String, String) - Constructor for class com.fredck.FCKeditor.FCKeditor
Initialize the object setting all basic configurations.
FCKeditorConfigurations - class com.fredck.FCKeditor.FCKeditorConfigurations.
Contains the configuration settings for the FCKEditor.
FCKeditorConfigurations() - Constructor for class com.fredck.FCKeditor.FCKeditorConfigurations
Initialize the configuration collection
FCKeditorTag - class com.fredck.FCKeditor.tags.FCKeditorTag.
Custom Tag class to access the container.
FCKeditorTag() - Constructor for class com.fredck.FCKeditor.tags.FCKeditorTag
 
fcked - Variable in class com.fredck.FCKeditor.tags.FCKeditorTag
The underlying FCKeditor object

G

getBasePath() - Method in class com.fredck.FCKeditor.FCKeditor
Get the dir where the FCKeditor files reside on the server
getConfig() - Method in class com.fredck.FCKeditor.FCKeditor
Get the advanced configuation set.
getHeight() - Method in class com.fredck.FCKeditor.FCKeditor
Get the height of the textarea
getInstanceName() - Method in class com.fredck.FCKeditor.FCKeditor
Get the unique name of the editor
getToolbarSet() - Method in class com.fredck.FCKeditor.FCKeditor
Get the name of the toolbar to display
getUrlParams() - Method in class com.fredck.FCKeditor.FCKeditorConfigurations
Generate the url parameter sequence used to pass this configuration to the editor.
getValue() - Method in class com.fredck.FCKeditor.FCKeditor
Get the initial value to be edited.
getWidth() - Method in class com.fredck.FCKeditor.FCKeditor
Get the width of the textarea

I

init() - Method in class com.fredck.FCKeditor.connector.ConnectorServlet
Initialize the servlet.
init() - Method in class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
Initialize the servlet.

S

SimpleUploaderServlet - class com.fredck.FCKeditor.uploader.SimpleUploaderServlet.
Servlet to upload files.
SimpleUploaderServlet() - Constructor for class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
 
setAutoDetectLanguage(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Tells the editor to automatically detect the user language preferences to adapt its interface language.
setBaseHref(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Base URL used to resolve links (on images, links, styles, etc.).
setBasePath(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the dir where the FCKeditor files reside on the server.
setBasePath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the dir where the FCKeditor files reside on the server
setConfig(FCKeditorConfigurations) - Method in class com.fredck.FCKeditor.FCKeditor
Set the advanced configuation set.
setContentLangDirection(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the direction of the editor area contents.
setCustomConfigurationsPath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the path of a custom file that can override some configurations.
setDebug(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Enables the debug window to be shown when calling the FCKDebug.Output() function.
setDefaultLanguage(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the default language used for the editor's interface localization.
setEditorAreaCSS(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the CSS styles file to be used in the editing area.
setEnableSourceXHTML(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Tells the editor to process the HTML source to XHTML when switching from WYSIWYG to Source view
setEnableXHTML(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Tells the editor to process the HTML source to XHTML on form post.
setFillEmptyBlocks(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Block elements (like P, DIV, H1, PRE, etc...) are forced to have content (a  ).
setFlashBrowserURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the page called when the user clicks the "Browse Server" button in the "Flash" dialog window.
setFlashUploadURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Flash" dialog window.
setFontColors(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the colors that must be shown in the colors panels (in the toolbar).
setFontFormats(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the list of formats to be shown in the "Format" toolbar command.
setFontNames(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the list of fonts to be shown in the "Font" toolbar command.
setFontSizes(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the list of font sizes to be shown in the "Size" toolbar command.
setForcePasteAsPlainText(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Converts the clipboard contents to pure text on pasting operations
setForceSimpleAmpersand(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Forces the ampersands (&) on tags attributes to not be converted to "&"
This conversion is a W3C requirement for XHTML, so it is recommended to leave this option to "false".
setFormatIndentator(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the characters to be used when indenting the HTML source when formatting it.
setFormatOutput(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
The output HTML generated by the editor will be processed and formatted.
setFormatSource(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
The HTML shown by the editor, while switching from WYSIWYG to Source views, will be processed and formatted
setFullPage(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Enables full page editing (from <HTML> to </HTML>).
setGeckoUseSPAN(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Tells Gecko browsers to use SPAN instead of <B>, <I> and <U> for bold, italic an underline
setHeight(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the height of the textarea
setHeight(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the height of the textarea
setId(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the unique id of the editor
setImageBrowserURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the page called when the user clicks the "Browse Server" button in the "Image" dialog window.
setImageUploadURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Image" dialog window.
setInstanceName(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the unique name of the editor
setLinkBrowserURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the page called when the user clicks the "Browse Server" button in the "Link" dialog window.
setLinkUploadURL(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the URL of the upload handler called when the user clicks the "Send it to server" button in the "Link" dialog window.
setPluginsPath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the base path used when looking for registered plugins.
setSkinPath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the path to the skin (graphical interface settings) to be used by the editor.
setStartupFocus(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Forces the editor to get the keyboard input focus on startup (page load)
setStylesXmlPath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Sets the path to the XML file that has the definitions and rules of the styles used by the "Style" toolbar command
setTabSpaces(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the number of spaces (&nbsp;) to be inserted when the user hits the "tab" key.
setToolbarCanCollapse(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
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).
setToolbarSet(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the name of the toolbar to display
setToolbarSet(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the name of the toolbar to display
setToolbarStartExpanded(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
The toolbar is Expanded on startup, otherwise it is Collapsed and the user must click on it to show it.
setUseBROnCarriageReturn(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Inserts a <BR> tag when the user hits the "enter" key, instead of starting a new paragraph (<P> or <DIV>).
setValue(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the initial value to be edited.
setWidth(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the width of the textarea
setWidth(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the width of the textarea

C D F G I S