Rev 4562 | Rev 5921 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +html+ |
2 | $lst_tit formcheckbox$lst_titend$type_exec |
||
4562 | bpr | 3 | $lst_alias htmlcheckbox |
32 | reyssat | 4 | $(lst_syntax)formcheckbox $emph name$emphend from $emph n1$emphend |
5766 | bpr | 5 | to $emph n2$emphend prompt $emph promptlist $emphend<br/> |
6 | </tt>or<tt> <br/> |
||
32 | reyssat | 7 | $!formcheckbox $emph name$emphend list |
8 | $emph selectlist$emphend prompt $emph promptlist$emphend |
||
4562 | bpr | 9 | </tt> |
5766 | bpr | 10 | $lst_mean Creates a checkbox list menu under a previously defined html form. <br/> |
32 | reyssat | 11 | This command speeds up the creation of checkboxed menus, as well as simplifies |
12 | the source files. In the parameters, $emph name$emphend defines the |
||
13 | name field of the menu, and the values of the menu are either integers |
||
14 | going from $emph n1$emphend to $emph n2$emphend (in the first syntax), or |
||
5766 | bpr | 15 | items in the list $emph selectlist$emphend. <br/> |
32 | reyssat | 16 | The optional parameter $emph promptlist$emphend can be used to generate |
17 | user prompts for each items in the list. If $emph promptlist$emphend is |
||
18 | empty or is shorter than $emph selectlist$emphend, the undefined prompts |
||
19 | will be replaced by the value. If it is longer, the rest will be ignored. |
||
5766 | bpr | 20 | <br/> |
32 | reyssat | 21 | The default of the menu will be the current value of the variable |
22 | $emph $$name$emphend. |
||
23 | |||
24 | |||
25 | |||
26 |