Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11212 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! +exec+ +html+
  2. tit:formselect
  3. type:$type_exec
  4. alias:!htmlselect
  5. syntax:!formselect `name' from `n1' to `n2' prompt `promptlist'<br/>\
  6.     or<span class="tt"> <br/>\
  7.     $!formselect `name' list `selectlist' prompt `promptlist'</span> <br/>
  8. mean:Creates a select menu under a previously defined html form. <br/>\
  9.  This command speeds up the creation of select menus, as well as simplifies\
  10.  the source files. In the parameters, `name' defines the name field of the menu, \
  11.   and the values of the menu are either integers going from `n1' to `n2' (in the first syntax),\
  12.   or items in the list `selectlist'. <br/>\
  13.  The optional parameter `promptlist' can be used to generate user prompts for each items\
  14.   in the list. If `promptlist' is empty or is shorter than `selectlist', the undefined prompts\
  15.   will be replaced by the value. If it is longer, the rest will be ignored.\
  16.   <br/>\
  17.   The default of the menu will be the current value of the variable `$$name'. <br/>\
  18.  The variable `wims_formselect_switch' may be used to set switches (for example by letting\
  19.   <span class="tt">wims_formselect_switch=multiple</span>, the selection will be multiple.
  20.