cols - Columns

Specifies the number of columns to display.

Category

basics

Syntax

cols="n"

Usage

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

The width 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>