net.fckeditor.tags
Class EditorTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.fckeditor.tags.EditorTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class EditorTag
extends TagSupport

Tag creates and configures a FCKeditor instance. The setter methods are the same as in the FCKeditor class itself.

Version:
$Id: EditorTag.java 4785 2009-12-21 20:10:28Z mosipov $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
EditorTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setBasePath(String basePath)
           
(package private)  void setConfig(String name, String value)
           
 void setHeight(String height)
           
 void setInputName(String inputName)
           
 void setInstanceName(String instanceName)
           
 void setToolbarSet(String toolbarSet)
           
 void setValue(String value)
           
 void setWidth(String width)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorTag

public EditorTag()
Method Detail

setInstanceName

public void setInstanceName(String instanceName)
See Also:
FCKeditor.setInstanceName(String)

setInputName

public void setInputName(String inputName)
See Also:
FCKeditor.setInputName(String)

setWidth

public void setWidth(String width)
See Also:
FCKeditor.setWidth(String)

setHeight

public void setHeight(String height)
See Also:
FCKeditor.setHeight(String)

setToolbarSet

public void setToolbarSet(String toolbarSet)
See Also:
FCKeditor.setToolbarSet(String)

setValue

public void setValue(String value)
See Also:
FCKeditor.setValue(String)

setBasePath

public void setBasePath(String basePath)
See Also:
FCKeditor.setBasePath(String)

setConfig

void setConfig(String name,
               String value)
See Also:
FCKeditor.setConfig(String, String)

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Throws:
JspException


Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.