Additions:
this can be generated from a static enumeration, a dynamic or an **asynchrony** call (AJAX).
====Dynamic call ====
Deletions:
this can be generated from an static enumeration or an **asynchrony** call (AJAX).
Additions:
select#async:Genre|Genre.name LIKE 'A%'
- Action
- Adventure
- Animation
Deletions:
select#async:Worker|Worker.name LIKE 'g%'
- Giuseppe
- Giuliano
Additions:
====syntax static enumeration====
input_type "select#fix:Action|Adventure|Animation|Comedy|Fantasy"
====syntax asynchrony call ====
input_type "select#async:Genre
will return the same Action|Adventure|Animation|Comedy|Fantasy but this is call dynamically.
====Using filters====
Deletions:
syntax static enumeration
input_type "select#fix:Action|Adventure|Animation|Comedy"
syntax asynchrony call
input_type "select#async:Worker
Additions:
this can be generated from an static enumeration or an **asynchrony** call (AJAX).
for the above example if Genre has a single [[display_Value]] this will returns:
Deletions:
this can be generated from an static enumeration or an asynchrony call (AJAX).
for the above example if Genre has a single display_Value you will have:
Additions:
Dynamic call to an object, returns a select with the [[DisplayValue display_value]] .
Deletions:
Dynamic call to an object, returns a select with the [[display_value]].
Additions:
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 you will have:
Action|Adventure|Animation|Comedy
Additions:
select#async:Worker|Worker.name LIKE 'g%'
Deletions:
select#async:Worker|Worker.name LIKE 'g'
Additions:
this InputControlls generate a pulldown menu.
Deletions:
generate a pulldown menu.
Additions:
this can be generated from an static enumeration or an asynchrony call (AJAX).
syntax static enumeration
syntax asynchrony call
input_type "select#async:Worker
the use of StringQuery with a Filter
select#async:Worker|Worker.name LIKE 'g'
return a list of
- Giuseppe
- Giuliano
etc.
Deletions:
syntax