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 |