aui-cc
				Tag
				input
- 
- Description:
 - 
Deprecated. Please use alloy:inputText, alloy:inputTextarea, alloy:inputSecret, or alloy:selectBooleanCheckbox instead. The
aui-cc:inputrenders either an input (type=text), textarea, input (type="secret"), input (type="checkbox"), or input (type="radio") with appropriate Alloy UI CSS class names, according to the value of the type attribute. 
 
- 
- Since:
 - 3.2.4
 
 
| Info | Value | 
|---|---|
| Component Type | Facelet Composite Component | 
| Handler Class | None | 
| Renderer Type | None | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. | 
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The identifier of the component. | 
cols | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The number of columns for the rendered textarea. | 
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The name of a CSS class that is to be rendered within the class attribute (same as styleClass). | 
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. The default value is “false”. | 
inlineLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The position of the label. Valid values are: left, right. | 
inlineMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Boolean flag indicating whether or not there should be an inline h:message tag included. The default value is "false". | 
label | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The text value for the rendered label of the button. | 
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. | 
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. | 
readonly | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. The default value is "false". | 
required | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Boolean flag indicating whether or not it is required for the user to supply a value for this component. The default value is "false". | 
rows | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The number of rows for the rendered textarea. | 
size | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The size/width of the rendered input text box. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This is an HTML pass-thru type of attribute. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The name of a CSS class that is to be rendered within the class attribute. | 
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The type of input field. Valid values are: text, textarea, password, checkbox, boolean. | 
validatorMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | This attribute is a pass-thru to the underlying JSF component's validatorMessage attribute, which replaces the message which is output by the validator. | 
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The current value of this component. |