col.xyz.type = list
Create a dropdown list which is either initialized using a static list or using a query.
Â
Class | Column Type |
---|---|
Property | col.xyz.type = list |
Formal specification | col.xyz.type = list |
Required | no |
Default | |
Version | 1.0 |
Comment |
|
Example | col.city=CitiesÂ
col.city.type = listÂ
col.city.query=select cityName, id from cities order by cityNameÂ
col.city.query.ds = touristInfoÂ
|
Reference | col.xyz.list.size |