| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.input.InputTextJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An access key for the InputText component. |
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Alternate textual description of the element rendered by this component. |
autocomplete | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether the "autocomplete" attribute is rendered for this input element, which makes a browser provide suggestions based on the previosly typed values. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.input.InputText )
| only | null | A value-binding expression that associates the InputText with a backing bean property. |
converter | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A converter for the InputText's value. Should be specified as a value-binding expression or converter identifier. |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "LTR" | The base direction of directionally neutral text. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). Available values are: "LTR" — left to right "RTL" — right to left |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that enables or disables the component. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the InputText component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the InputText component when it is focused. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not valueChangeListener should be executed immediately (during the Apply Request Values phase of the request processing lifecycle instead of Process Validations phase) and the component's input should be converted and validated immediately (during the Apply Request Values phase of the request processing lifecycle instead of the Process Validations phase). |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A localized user presentable name for this component. Used when constructing validation messages for this component in the same way as for the standard |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Language code for this component. Rendered as the HTML lang attribute. |
maxlength | false | javax.el.ValueExpression
(must evaluate to int )
| true | Integer.MIN_VALUE | The maximum number of characters that can be entered in the InputText. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the InputText loses focus. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the InputText's value has changed. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the InputText. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the InputText. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the InputText receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the InputText. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the InputText. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the InputText. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the InputText with either mouse button. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the InputText with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the InputText. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the InputText. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the InputText. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the InputText. |
onselect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Javascript code executed when text within this element is selected by the user. |
promptText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | This prompt text will be shown when value of component is empty. |
promptTextClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the prompt text. |
promptTextStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the prompt text. |
readonly | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Flag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
required | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the InputText requires a value. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the InputText component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the InputText component in the rollover state. |
size | false | javax.el.ValueExpression
(must evaluate to int )
| true | Integer.MIN_VALUE | The width of the InputText component in characters. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the InputText component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the InputText component. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Position of the component in the focus transition chain for the current document. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An advisory title for the InputText component. |
validator | false | javax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| only | null | A MethodBinding that should point to the method in the backing bean that is called to validate the InputText's value. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The current value of this component. |
valueChangeListener | false | javax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent) )
| only | null | A MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the InputText changes, this method is executed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |