Subversion Repositories wimsdev

Rev

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

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