JBoss.orgCommunity Documentation
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| rows | Number | | The initial text area's number of rows. The value is 10 by default. | rows=20 |
| cols | Number | | The initial text area's number of cols. The value is 30 by default . | cols=50 |
See also: Common parameters
<%
String[] fieldDescription = ["jcrPath=/node/exo:description", "validate=empty"] ;
uicomponent.addTextAreaField("description", fieldDescription) ;
%>