|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
net.fckeditor.tags.EditorTag
public class EditorTag
FCKeditor Tag class to access the container.
| 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()
Initializes the FCKeditor container and sets attributes |
void |
setBasePath(java.lang.String basePath)
Sets the dir where the FCKeditor files reside on the server |
void |
setHeight(java.lang.String height)
Sets the height of the textarea |
void |
setInstanceName(java.lang.String instanceName)
Sets the name for the given editor instance |
void |
setToolbarSet(java.lang.String toolbarSet)
Sets the name of the toolbar to display |
void |
setValue(java.lang.String value)
Sets the editor document content |
void |
setWidth(java.lang.String width)
Sets the width of the textarea |
| 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 |
|---|
public EditorTag()
| Method Detail |
|---|
public void setInstanceName(java.lang.String instanceName)
instanceName - some name without whitespacespublic void setWidth(java.lang.String width)
width - width of the editor instancepublic void setHeight(java.lang.String height)
height - height of the editor instancepublic void setToolbarSet(java.lang.String toolbarSet)
toolbarSet - toolbar set of the editor instancepublic void setValue(java.lang.String value)
value - any HTML stringpublic void setBasePath(java.lang.String basePath)
basePath - basePath of the editor instance (e.g. /fckeditor)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||