Rev 2071 | Rev 5766 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2071 | zjchen | 1 | !! +exec+ +html+ |
2 | $lst_tit formcheckbox$lst_titend$type_exec |
||
4563 | bpr | 3 | $lst_alias htmlcheckbox |
2071 | zjchen | 4 | $(lst_syntax)formcheckbox $emph name$emphend from $emph n1$emphend |
5 | to $emph n2$emphend prompt $emph promptlist $emphend<br> |
||
6 | </tt>或<tt> <br> |
||
7 | $!formcheckbox $emph name$emphend list |
||
8 | $emph selectlist$emphend prompt $emph promptlist$emphend |
||
4563 | bpr | 9 | </tt> |
2071 | zjchen | 10 | $lst_mean 在前面定义的html表单下创建一个复选框菜单.<br> |
11 | 这个命令能加速复选框菜单的创建, 也能简化源文件. |
||
12 | 在参数中, $emph name$emphend 定义了菜单的名称, |
||
13 | 对第一句的格式, 菜单的值是从 $emph n1$emphend 到 $emph n2$emphend 的整数, |
||
14 | 对第二句的格式, 菜单的值是表 $emph selectlist$emphend 里的项. <br> |
||
15 | 可选参数 $emph promptlist$emphend 用于生成每个选框的提示. |
||
16 | 当 $emph promptlist$emphend 为空或少于 $emph selectlist$emphend 时, |
||
17 | 未定义的提示将用值来代替. 如果太长, 则超过部分被舍弃. <br> |
||
18 | 菜单的默认值是变量 $emph $$name$emphend 的当前值. |
||
19 | |||
20 | |||
21 | |||
22 |