Subversion Repositories wimsdev

Rev

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 4... Line 4...
4
alias:!formradiobar, !htmlbar, !htmlradiobar
4
alias:!formradiobar, !htmlbar, !htmlradiobar
5
syntax:!formbar `name' from `n1' to `n2'
5
syntax:!formbar `name' from `n1' to `n2'\
6
$!formradio `name' list selectlist'
6
!formradio `name' list selectlist'
7
mean:Creates a bar of radio buttons under a previously defined html form. <br/>\
7
mean:Creates a bar of radio buttons under a previously defined html form. <br/>\
8
  This bar should be arranged to represent values from small to big. No prompt is given \
8
  This bar should be arranged to represent values from small to big. No prompt is given \
9
  to the user, except the indication that left is smaller. In the parameters, `name' defines the\
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'\
10
  name field of the menu, and the values of the menu are either integers going from `n1' to `n2'\
11
  (in the first syntax), or items in the list `selectlist'. <br/>\
11
  (in the first syntax), or items in the list `selectlist'. <br/>\