Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Overview

The <crm:inputTextarea> tag is used to

...

display a text area on the page.

The component itself is accessed through the <crm:inputTextarea> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm"

 

Image Added

Attributes

NameRequiredTypeDefaultDescription

columnClasses

falseStringui-grid-col-

...

12

Comma separated list of column style classes of the gird layout that will be used to display the component

...

.

Note

Column style class should be prefixed with ui-grid-col- and suffixed with the number of columns that content will take (out of 12).

For example, for two columns with the same size the columnClasses should be "ui-grid-col-6,ui-grid-col-6".


columnsfalseInteger

...

1

Number of columns of the gird layout that will be used to display the component.

...


id

...

trueStringnullUnique identifier of the component.
labelKeyfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.

managedBean

...

trueStringnull

The name of the Java managed bean

...

class that will be used for retrieving the component values.

modefalseStringThe mode of the managed bean.

The mode of the component.

Note

Allowed values are VIEW and EDIT.


readonlyfalseBoolean falseFlag indicating that this component will prevent changes by the user.
rowspanfalseInteger1Specifies the visible height of input element.
tipfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.

value

...

trueObjectnullThe value of the component.
visiblefalseBooleantrue

Controls the visibility of the component.

Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

 

...


Getting Started

The following example shows an input text area component.