RichFaces ( Legacy URL )
Tag editor




Tag Information
Tag Classorg.richfaces.taglib.EditorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autoResizefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Attribute enables to get the Editor area to resize to the boundaries of the contents.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
configurationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines configuration properties file name
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
converterMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
converterMessage
customPluginsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines property file name witch contains descriptors of custom plugins
dialogTypefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines how dialogs/popups should be opened
heightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Attribute defines height of component.
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
languagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor language
onchangefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables to specify a function name to be executed each time content is modified by TinyMCE.
oninitfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines a function name to be executed when all Editor instances have finished their initialization.
onsavefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables to add custom logic to be executed when the contents is extracted/saved.
onsetupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables to add events to Editor instances before they get rendered.
pluginsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor plugins
readonlyfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Attribute defines Editor is readonly
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
requiredfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "true", this component is checked for non-empty input
requiredMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
requiredMessage
skinfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor skin
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
tabindexfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables you to specify an element ID to focus, when the user pressed the tab key inside the editor. You can also use the special ":prev" and ":next" values. It will then places the focus on either the previous or next input element placed before/after the TinyMCE instance in the DOM.
themefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor theme
useSeamTextfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Attribute defines if model value should be converted to Seam Text
validatorfalsefalsejavax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
validatorMessage
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component
valueChangeListenerfalsefalsejavax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
viewModefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines if tinyMCE WYSIWYG should be disabled
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Attribute defines width of component.

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.