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 |