FCKeditor Tag Library
Tag editor


Creates a FCKeditor instance with the given parameters. Any parameter except instanceName which is empty or contains whitespace only will be ignored.

Example:
<FCK:editor instanceName="editorDefault" height="500px" />


Tag Information
Tag Classnet.fckeditor.tags.EditorTag
TagExtraInfo ClassNone
Body ContentJSP
Display Nameeditor

Attributes
NameRequiredRequest-timeTypeDescription
instanceNametruetruejava.lang.StringThe unique instance name under which the editor can be retrieved through the API.
inputNamefalsetruejava.lang.StringThe name of the underlying input element. If not passed, field will be reset to instanceName.
widthfalsetruejava.lang.StringWidth of the FCKeditor instance in the browser window.
heightfalsetruejava.lang.StringHeight of the FCKeditor instance in the browser window.
toolbarSetfalsetruejava.lang.StringThe toolbar set which shall be displayed to the user.
basePathfalsetruejava.lang.StringThe path/folder in which the editor is deployed under the given context (e.g. '/fckeditor'). The context path will be attached automatically.
valuefalsetruejava.lang.StringPasses any content as-is to the FCKeditor document. Use the jsp:attribute tag for large inline content.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.