Subversion Repositories wimsdev

Rev

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

  1. !! +exec+ +html+
  2. tit:formradio
  3. type:$type_exec
  4. alias:htmlradio
  5. syntax:!formradio ``name'' from ``n1'' to ``n2'' prompt ``promptlist''\
  6. !formradio ``name'' list ``selectlist'' prompt ``promptlist''
  7. mean:Creates a radio button list menu under a previously defined html form. <br/>\
  8.   This command speeds up the creation of radio buttoned menus, as well as simplifies\
  9.   the source files. In the parameters, ``name'' defines the name field of the menu, \
  10.   and the values of the menu are either integers going from ``n1'' to ``n2'' (in the first syntax),\
  11.   or items in the list ``selectlist''. <br/>\
  12.   The optional parameter ``promptlist'' can be used to generate user prompts for each items \
  13.   in the list. If ``promptlist'' is empty or is shorter than ``selectlist'', the undefined prompts\
  14.   will be replaced by the value. If it is longer, the rest will be ignored.\
  15.   <br/>\
  16.   The default of the menu will be the current value of the variable ``&#36;name''.
  17.