Rev 17228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17228 | Rev 18225 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | syntax:!formradio ``name'' from ``n1'' to ``n2'' prompt ``promptlist''\ |
6 | syntax:!formradio ``name'' from ``n1'' to ``n2'' prompt ``promptlist''\ |
7 | !formradio ``name'' list ``selectlist'' prompt ``promptlist'' |
7 | !formradio ``name'' list ``selectlist'' prompt ``promptlist'' |
8 | 8 | ||
9 | mean:Creates a radio button list menu under a previously defined html form. <br>\ |
9 | mean:Creates a radio button list menu under a previously defined html form. <br>\ |
10 | This command speeds up the creation of radio buttoned menus, as well as simplifies\ |
10 | This command speeds up the creation of radio buttoned menus, as well as simplifies\ |
11 | the source files. In the parameters, ``name'' defines the name field of the menu, \ |
11 | the source files (limited to MAX_MENU_ITEMS). In the parameters, ``name'' defines the name field of the menu, \ |
12 | and the values of the menu are either integers going from ``n1'' to ``n2'' (in the first syntax),\ |
12 | and the values of the menu are either integers going from ``n1'' to ``n2'' (in the first syntax),\ |
13 | or items in the list ``selectlist''. <br>\ |
13 | or items in the list ``selectlist''. <br>\ |
14 | The optional parameter ``promptlist'' can be used to generate user prompts for each items in the list.\ |
14 | The optional parameter ``promptlist'' can be used to generate user prompts for each items in the list.\ |
15 | If ``promptlist'' is empty or is shorter than ``selectlist'', the undefined prompts\ |
15 | If ``promptlist'' is empty or is shorter than ``selectlist'', the undefined prompts\ |
16 | will be replaced by the value. If it is longer, the rest will be ignored.\ |
16 | will be replaced by the value. If it is longer, the rest will be ignored.\ |