Rev 12969 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +html+ |
11210 | bpr | 2 | tit:formbar |
3 | type:$type_exec |
||
11220 | bpr | 4 | alias:formradiobar, htmlbar, htmlradiobar |
11292 | bpr | 5 | syntax:!formbar ``name'' from ``n1'' to ``n2''\ |
12969 | bpr | 6 | !formbar ``name'' list ``selectlist'' |
17228 | bpr | 7 | mean:Creates a bar of radio buttons under a previously defined html form. <br>\ |
11210 | bpr | 8 | This bar should be arranged to represent values from small to big. No prompt is given \ |
11292 | bpr | 9 | to the user, except the indication that left is smaller. In the parameters, ``name'' defines the\ |
10 | name field of the menu, and the values of the menu are either integers going from ``n1'' to ``n2''\ |
||
17228 | bpr | 11 | (in the first syntax), or items in the list ``selectlist''. <br>\ |
11292 | bpr | 12 | The default of the menu will be the current value of the variable ``$name''. |