FCKeditor Tag Library
Tag editor


Creates a FCKeditor instance with the given parameters.

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.
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. The context path will be attached automatically. (e.g. '/fckeditor')
valuefalsetruejava.lang.StringPasses any content to the FCKeditor document. Use the jsp:attribute tag for large inline content. \r, \n, and \t will be truncated.

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.