public class InputRichTextTag extends UIComponentTag
Formerly RichTextEditArea.java
*Renders a rich text editor and toolbar within an HTML "textarea" element.
The textarea is decorated using the HTMLArea JavaScript library.
HTMLArea is a free, customizable online editor. It works inside your browser. It uses a non-standard feature implemented in Internet Explorer 5.5 or better for Windows and Mozilla 1.3 or better (any platform), therefore it will only work in one of these browsers.
HTMLArea is copyright InteractiveTools.com and released under a BSD-style license. HTMLArea is created and developed upto version 2.03 by InteractiveTools.com. Version 3.0 developed by Mihai Bazon for InteractiveTools. It contains code sponsored by other companies as well.
Copyright: Copyright (c) 2004 Sakai
pageContextEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
InputRichTextTag() |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic void setValue(String newValue)
public String getValue()
public void setRows(String newRows)
public String getRows()
public void setJustArea(String newJ)
public String getJustArea()
public String getComponentType()
getComponentType in class UIComponentTagpublic String getRendererType()
getRendererType in class UIComponentTagprotected void setProperties(UIComponent component)
setProperties in class UIComponentTagpublic void release()
release in interface Tagrelease in class UIComponentTagpublic String getCols()
public void setCols(String cols)
public String getWidth()
public void setWidth(String width)
public String getHeight()
public void setHeight(String height)
public String getTextareaOnly()
public void setTextareaOnly(String textareaOnly)
public String getButtonSet()
public void setButtonSet(String buttonSet)
public String getButtonList()
public void setButtonList(String buttonList)
public String getJavascriptLibraryURL()
public void setJavascriptLibraryURL(String javascriptLibraryURL)
public String getJavascriptLibraryExtensionURL()
public void setJavascriptLibraryExtensionURL(String javascriptLibraryExtensionURL)
public String getShowXPath()
public void setShowXPath(String showXPath)
public String getHideAble()
public void setHideAble(String hideAble)
public String getAutoConfig()
public void setAutoConfig(String autoConfig)
public String getConverter()
public void setConverter(String converter)
public String getImmediate()
public void setImmediate(String immediate)
public String getRequired()
public void setRequired(String required)
public String getValidator()
public void setValidator(String validator)
public String getValueChangedListener()
public void setValueChangedListener(String valueChangedListener)
public String getAccesskey()
public void setAccesskey(String accesskey)
public String getDir()
public void setDir(String dir)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getTabindex()
public void setTabindex(String tabindex)
public String getTitle()
public void setTitle(String title)
public String getReadonly()
public void setReadonly(String readonly)
public String getLang()
public void setLang(String lang)
public String getAttachedFiles()
public void setAttachedFiles(String attachedFiles)
public String getCollectionBase()
public void setCollectionBase(String melete)
Copyright © 2003–2014 University of Michigan. All rights reserved.