wCMF Wiki : select

HomePage :: Categories :: PageIndex :: RecentChanges :: Login/Register
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
etc.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0249 seconds