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)
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
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. Default value is "modal"
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
inputElementType false false javax.el.ValueExpression
(must evaluate to java.lang.String)
${prop.xmlEncodedDescription}
label false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
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)
The client-side script method to be called when the editor content is modified by TinyMCE
oninit false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the initialization of the editor instances is finished
onsave false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the editor content is extracted/saved
onsetup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called before the editor instances 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)
A ValueExpression enabled attribute which defines text of validation message to show, if a required field is missing
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 rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
tabindex false false javax.el.ValueExpression
(must evaluate to java.lang.String)
In visual mode the attribute works the same way as "tab_focus" TinyMCE's property the attribute enables you to specify an element ID to focus, when the TAB key is pressed . You can also use the special ":prev" and ":next" values that will then place the focus on an input element placed before/after the TinyMCE instance in the DOM. While in "source" mode the attribute works like standard HTML tabindex attribute.
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. Default value is "false"
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)
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
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. Default value is "visual"
width false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Attribute defines width of component.