Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5921 Rev 11210
Line 1... Line 1...
1
!! +exec+ +html+
1
!! +exec+ +html+
-
 
2
tit:formbar
2
$lst_tit formbar$lst_titend$type_exec
3
type:$type_exec
3
  $lst_alias formradiobar, htmlbar, htmlradiobar
4
alias:!formradiobar, !htmlbar, !htmlradiobar
4
  $(lst_syntax)formbar $emph name$emphend from $emph n1$emphend
5
syntax:!formbar `name' from `n1' to `n2'
5
    to $emph n2$emphend<br/>
-
 
6
    </span>or<span class="tt"> <br/>
-
 
7
    $!formradio $emph name$emphend list
6
$!formradio `name' list selectlist'
8
    $emph selectlist$emphend</span>
-
 
9
  $lst_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/>\
10
  This bar should be arranged to represent values from small to big. No
8
  This bar should be arranged to represent values from small to big. No prompt is given \
11
  prompt is given to the user, except the indication that left is smaller.
9
  to the user, except the indication that left is smaller. In the parameters, `name' defines the\
12
  In the parameters, $emph name$emphend defines the
-
 
13
  name field of the menu, and the values of the menu are either integers
10
  name field of the menu, and the values of the menu are either integers going from `n1' to `n2'\
14
  going from $emph n1$emphend to $emph n2$emphend (in the first syntax), or
-
 
15
  items in the list $emph selectlist$emphend. <br/>
11
  (in the first syntax), or items in the list `selectlist'. <br/>\
16
  The default of the menu will be the current value of the variable
12
  The default of the menu will be the current value of the variable `$$name'.
17
  $emph $$name$emphend.
-