Versions Compared

Key

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

This component is used to display a text area on the page.


Info

Tag<crm:inputTextarea>
XML Namespacehttp://java.sun.com/jsf/composite/crm


Attributes

NameRequiredTypeDefaultDescription

columnClasses

falseStringui-grid-col-6,ui-grid-col-612

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


columnsfalseInteger21

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


idfalseStringnullUnique 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.

managedBeanfalseStringnull

The name of the managed bean that will be used for retrieving the component values.

modefalseStringThe mode of the managed bean.The mode of the component. 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.

valuefalseObjectnullThe value of the component.
visiblefalseBooleantrue

Controls the visibility of the component.


Getting Started with InputTextarea