/
col.xyz.maxLength
col.xyz.maxLength
Limits the number of characters which can be entered in a text or textarea columns
Class | Column |
---|---|
Property | col.xyz.maxLength |
Formal specification | col.xyz.maxLength = number value |
Required | no |
Default | no |
Version | 1.0 |
Comment | |
Example |
gd.columns = name, address
col.name=Familiy Name
col.name.type=string
col.name.maxLength=40
col.address=Address
col.address.type=textarea
col.address.maxLength=120
|
Reference |