this
InputControlls generate a pulldown menu.
this can be generated from a static enumeration, a dynamic or an
asynchrony call (AJAX).
syntax static enumeration
DB_data_type "VARCHAR(255)"
input_type "select#fix:Action|Adventure|Animation|Comedy|Fantasy"
Dynamic call
Dynamic call to an object, returns a select with the
display_value .
select#fkt:g_getOIDs|Genre
for the above example if Genre has a single
display_Value this will returns:
Action|Adventure|Animation|Comedy
syntax asynchrony call
input_type "select#async:Genre
will return the same Action|Adventure|Animation|Comedy|Fantasy but this is call dynamically.
Using filters
the use of
StringQuery with a Filter
select#async:Genre|Genre.name LIKE 'A%'
return a list of
- Action
- Adventure
- Animation
etc.