This component is used to display a text area on the page.
Info
Tag | <crm:inputTextarea> |
XML Namespace | http://java.sun.com/jsf/composite/crm |
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
columnClasses | false | String | ui-grid-col-6,ui-grid-col-6 | Comma separated list of column style classes of the gird layout that will be used to display the component. |
columns | false | Integer | 2 | Number of columns of the gird layout that will be used to display the component. |
id | false | String | null | Unique identifier of the component. |
labelKey | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
managedBean | false | String | null | The name of the managed bean that will be used for retrieving the component values. |
mode | false | String | The mode of the managed bean. | The mode of the component. Allowed values are VIEW and EDIT. |
readonly | false | Boolean | false | Flag indicating that this component will prevent changes by the user. |
rowspan | false | Integer | 1 | Specifies the visible height of input element. |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
value | false | Object | null | The value of the component. |
visible | false | Boolean | true | Controls the visibility of the component. |