rows - Rows

Specifies the maximum number of rows to display.

Category

basics

Syntax

rows="n"

Usage

In Design mode, click the top tab under Properties and look for Rows, or click All Properties and look for rows under basics.

The height attribute of the style property overrides this value.

Examples

This Multiline Edit Box control specifies the number of columns and rows.
<xp:inputTextarea id="inputTextarea1" value="#{document1.description}"
	cols="64" rows="8">
</xp:inputTextarea>