Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Specify the number of lines of the textarea when editing a cell of a textarea column

Class

Column

Property

col.xyz.rows

Formal specification

col.xyz.rows = <number>

Required

no

Default


Version

1.0

Comment

The height of a textarea field when viewing a grid depends on the amount of text in the cell. It will autoexpand.

Example

col.hobbies=Hobbies 
col.hobbies.type=textarea 
col.hobbies.rows=5 
col.hobbies.cols=60 

Reference

col.xyz.type = string col.xyz.rows col.xyz.cols col.xyz.maxLength

  • No labels