Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When you want a type-ahead drop down list allowing to filter on specific values in the list.

Class

column

Property

col.xyz.autocomplete

Formal specification

col.xyz.autocomplete = true | false

Required

no

Default

false

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=mysql 
col.city.autocomplete = true 

Reference

 
col.xyz.list.size 
col.xyz.query 
col.xyz.valueX 
col.xyz.type = list

  • No labels