C D F G I S

C

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.
ConnectorServlet - Class in com.fredck.FCKeditor.connector
Servlet to upload and browse files.
This servlet accepts 4 commands used to retrieve and create files and folders from a server directory.
ConnectorServlet() - Constructor for class com.fredck.FCKeditor.connector.ConnectorServlet
 
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).
The servlet accepts commands sent in the following format:
connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath

It execute the command and then return the results to the client in XML format.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.fredck.FCKeditor.connector.ConnectorServlet
Manage the Post requests (FileUpload).
The servlet accepts commands sent in the following format:
connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath

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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
Manage the Upload requests.
The servlet accepts commands sent in the following format:
simpleUploader?Type=ResourceType

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.
doStartTag() - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Initialize the FCKeditor container and set attributes

F

fcked - Variable in class com.fredck.FCKeditor.tags.FCKeditorTag
The underlying FCKeditor object
FCKeditor - Class in com.fredck.FCKeditor
The main class of the class lib.
It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer.
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.
The basePath is context root + "/FCKeditor/"
FCKeditorConfigurations - Class in com.fredck.FCKeditor
Contains the configuration settings for the FCKEditor.
Adding element to this collection you can override the settings specified in the config.js file.
FCKeditorConfigurations() - Constructor for class com.fredck.FCKeditor.FCKeditorConfigurations
Initialize the configuration collection
FCKeditorTag - Class in com.fredck.FCKeditor.tags
Custom Tag class to access the container.
FCKeditorTag() - Constructor for class com.fredck.FCKeditor.tags.FCKeditorTag
 

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.
Adding element to this collection you can override the settings specified in the config.js file.
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.
In HTML code
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.
Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:
If not specified the value of "/UserFiles/" will be used.
init() - Method in class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
Initialize the servlet.
Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:
If not specified the value of "/UserFiles/" will be used.
Also it retrieve all allowed and denied extensions to be handled.

S

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.
With Internet Explorer, the language configured in the Windows Control Panel is used.
With Firefox, the browser language is used.
setBaseHref(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Base URL used to resolve links (on images, links, styles, etc.).
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.
setBasePath(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the dir where the FCKeditor files reside on the server.
Remarks:
Avoid using relative paths.
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.
The possible values are: ltr - Left to Right rtl - Right to Left
setCustomConfigurationsPath(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the path of a custom file that can override some configurations.
It is recommended to use absolute paths (starting with /), like "/myfckconfig.js".
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.
The default language is used when the AutoDetectLanguage options is disabled or when the user language is not available.
setEditorAreaCSS(String) - Method in class com.fredck.FCKeditor.tags.FCKeditorTag
Set the CSS styles file to be used in the editing area.
In this way you can point to a file that reflects your web site styles.
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  ).
Empty blocks are "collapsed" by while browsing, so a empty <p></p> is not visible.
While editing, the editor "expand" empty blocks so you can insert content inside then.
Setting this option to "true" results useful to reflect the same output when browsing and editing.
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.
In this way, you can create your custom Flash Browser that is well integrated with your system.
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.
In this way, you can create your custom Flash Uploader that is well integrated with your system.
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 "&amp;"
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.
Useful values are a sequence of spaces (' ') or a tab char ('\t').
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>).
It also enables the "Page Properties" toolbar button.
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.
In this way, you can create your custom Image Browser that is well integrated with your system.
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.
In this way, you can create your custom Image Uploader that is well integrated with your system.
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.
In this way, you can create your custom File Browser that is well integrated with your system.
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.
In this way, you can create your custom Link Uploader that is well integrated with your system.
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.
This is an Internet Explorer only feature.
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>).
This is an Internet Explorer only feature.
setValue(String) - Method in class com.fredck.FCKeditor.FCKeditor
Set the initial value to be edited.
In HTML code
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
SimpleUploaderServlet - Class in com.fredck.FCKeditor.uploader
Servlet to upload files.
This servlet accepts just file uploads, eventually with a parameter specifying file type
SimpleUploaderServlet() - Constructor for class com.fredck.FCKeditor.uploader.SimpleUploaderServlet
 

C D F G I S