Rev 11220 |
Rev 11292 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
tit:formradio
type:$type_exec
alias:htmlradio
syntax:!formradio `name' from `n1' to `n2' prompt `promptlist'\
!formradio `name' list `selectlist' prompt `promptlist'
mean:Creates a radio button list menu under a previously defined html form. <br/>\
This command speeds up the creation of radio buttoned menus, as well as simplifies\
the source files. In the parameters, `name' defines the name field of the menu, \
and the values of the menu are either integers going from `n1' to `n2' (in the first syntax),\
or items in the
list `selectlist
'. <br/>\
The optional parameter `promptlist' can be used to generate user prompts
for each items \
in the
list. If `promptlist
' is empty or is shorter than `selectlist', the undefined prompts\
will be replaced by the value. If it is longer, the rest will be ignored.\
<br/>\
The
default of the menu will be the
current value of the variable `
$name'.