/
col.xyz.type = textarea
col.xyz.type = textarea
This type allows the user to enter multiple lines of text
Class | columnType |
---|---|
Property | col.xyz.type = textarea |
Formal specification | col.xyz.type = textarea |
Required | no |
Default | |
Version | 1.0 |
Comment | It is stored as a CLOB, (TEXT in case of MySQL) URL's are rendered as hyperlinks |
Example | gd.columns=name, dob, gender, relation, hobbies ...
col.hobbies=Hobbies
col.hobbies.type=textarea
col.hobbies.rows=5
col.hobbies.cols=60
|
Reference | col.xyz.type = string |