Rev 11210 | Rev 11220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11212 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +html+ |
1 | !! +exec+ +html+ |
2 | tit:formcheckbox |
2 | tit:formcheckbox |
3 | type:$type_exec |
3 | type:$type_exec |
4 | alias:!htmlcheckbox |
4 | alias:!htmlcheckbox |
5 | syntax:formcheckbox `name' from `n1' to `n2' prompt `promptlist'\ |
5 | syntax:!formcheckbox `name' from `n1' to `n2' prompt `promptlist'\ |
6 |
|
6 | !formcheckbox `name' list `selectlist' prompt `promptlist' |
7 | 7 | ||
8 | mean:Creates a checkbox list menu under a previously defined html form. <br/>\ |
8 | mean:Creates a checkbox list menu under a previously defined html form. <br/>\ |
9 | This command speeds up the creation of checkboxed menus, as well as simplifies\ |
9 | This command speeds up the creation of checkboxed menus, as well as simplifies\ |
10 | the source files. In the parameters, `name' defines the name field of the menu, \ |
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),\ |
11 | and the values of the menu are either integers going from `n1' to `n2' (in the first syntax),\ |