Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
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).
doStartTag()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
Update the configuration settings adding the specified value
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
FCKeditorConfigurationsTag
- class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
.
Custom Tag class to access the
advanced settings
.
FCKeditorConfigurationsTag()
- Constructor for class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
FCKeditorTag
- class com.fredck.FCKeditor.tags.
FCKeditorTag
.
Custom Tag class to access the
contaniner
.
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
getBasePath()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the dir where the FCKeditor files reside on the server
getCanBrowse()
- Method in class com.fredck.FCKeditor.
FCKeditor
Deprecated.
use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead
getCanBrowse()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the capability to browse files or images from inside the editor
getCanUpload()
- Method in class com.fredck.FCKeditor.
FCKeditor
Deprecated.
use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead
getCanUpload()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the capability to upload files or images from inside the editor
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
getHeight()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the height of the textarea
getId()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the unique id of the editor
getInstanceName()
- Method in class com.fredck.FCKeditor.
FCKeditor
Get the unique name of the editor
getName()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
Get the name of the setting
getToolbarSet()
- Method in class com.fredck.FCKeditor.
FCKeditor
Get the name of the toolbar to display
getToolbarSet()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
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.
getValue()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
Get the value of the setting
getWidth()
- Method in class com.fredck.FCKeditor.
FCKeditor
Get the width of the textarea
getWidth()
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Get the width of the textarea
I
init()
- Method in class com.fredck.FCKeditor.connector.
ConnectorServlet
Initialize the servlet.
S
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
setCanBrowse(boolean)
- Method in class com.fredck.FCKeditor.
FCKeditor
Deprecated.
use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead
setCanBrowse(String)
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Set the capability to browse files or images from inside the editor
setCanUpload(boolean)
- Method in class com.fredck.FCKeditor.
FCKeditor
Deprecated.
use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead
setCanUpload(String)
- Method in class com.fredck.FCKeditor.tags.
FCKeditorTag
Set the capability to upload files or images from inside the editor
setConfig(FCKeditorConfigurations)
- Method in class com.fredck.FCKeditor.
FCKeditor
Set the advanced configuation set.
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
setInstanceName(String)
- Method in class com.fredck.FCKeditor.
FCKeditor
Set the unique name of the editor
setName(String)
- Method in class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
Set the name of the setting
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
setValue(String)
- Method in class com.fredck.FCKeditor.
FCKeditor
Set the initial value to be edited.
setValue(String)
- Method in class com.fredck.FCKeditor.tags.
FCKeditorConfigurationsTag
Set the value of the setting
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
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes