The FCKeditor Tag Library offers a very convenient way to create
several FCKeditor instances with different configurations.
Additionally, you can check for user-based capabilities.
FCKeditor Tag Library
2.7
FCK
http://java.fckeditor.net
Creates a FCKeditor instance with the given parameters. Any
parameter except instanceName which is empty or contains
whitespace only will be ignored.
editor
editor
net.fckeditor.tags.EditorTag
JSP
The unique instance name under which the editor can be
retrieved through the API.
instanceName
true
true
java.lang.String
The name of the underlying input element. If not passed, field
will be reset to instanceName.
inputName
true
java.lang.String
Width of the FCKeditor instance in the browser window.
width
true
java.lang.String
Height of the FCKeditor instance in the browser window.
height
true
java.lang.String
The toolbar set which shall be displayed to the user.
toolbarSet
true
java.lang.String
The path/folder in which the editor is deployed under
the given context (e.g. '/fckeditor'). The context path will be
attached automatically.
basePath
true
java.lang.String
Passes any content as-is to the FCKeditor document. Use the
jsp:attribute tag for large inline content.
value
true
java.lang.String
]]>
Sets a config property of the editor to the supplied value.
You may provide any attribute you want for the editor. Set
at least one attribute per tag or several attributes with
one tag. This tag can only be nested within an editor tag.
For all configuration options click
here]]>.
config
config
net.fckeditor.tags.ConfigTag
empty
true
]]>
Displays session-dependent and compatibility-related
information. The messages can be localized.
check
check
net.fckeditor.tags.CheckTag
empty
Provide the feature name you want to check. Valid
features are [FileUpload, GetResources, CompatibleBrowser,
CreateFolder]
command
true
java.lang.String
]]>