Versions Compared

Key

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

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


Code Block
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