/
col.xyz.type = list
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 |