Tag Information
Tag Class org.richfaces.taglib.EditorTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
autoResize false false javax.el.ValueExpression
(must evaluate to boolean)
Attribute enables to get the Editor area to resize to the boundaries of the contents.
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
configuration false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines configuration properties file name
converter false false javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Id of Converter to be used or reference to a Converter
converterMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
converterMessage
customPlugins false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines property file name witch contains descriptors of custom plugins
dialogType false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines how dialogs/popups should be opened
height false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Attribute defines height of component.
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
immediate false false javax.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
language false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor language
onchange false false javax.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.
oninit false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines a function name to be executed when all Editor instances have finished their initialization.
onsave false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables to add custom logic to be executed when the contents is extracted/saved.
onsetup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute enables to add events to Editor instances before they get rendered.
plugins false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor plugins
readonly false false javax.el.ValueExpression
(must evaluate to boolean)
Attribute defines Editor is readonly
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
required false false javax.el.ValueExpression
(must evaluate to boolean)
If "true", this component is checked for non-empty input
requiredMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
requiredMessage
skin false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor skin
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
tabindex false false javax.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.
theme false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines Editor theme
useSeamText false false javax.el.ValueExpression
(must evaluate to boolean)
Attribute defines if model value should be converted to Seam Text
validator false false javax.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
validatorMessage false false javax.el.ValueExpression
(must evaluate to java.lang.String)
validatorMessage
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component
valueChangeListener false false javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
viewMode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines if tinyMCE WYSIWYG should be disabled
width false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Attribute defines width of component.