Subversion Repositories wimsdev

Rev

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

Rev 5921 Rev 9071
Line 2... Line 2...
2
$lst_tit formcheckbox$lst_titend$type_exec
2
$lst_tit formcheckbox$lst_titend$type_exec
3
  $lst_alias htmlcheckbox
3
  $lst_alias htmlcheckbox
4
  $(lst_syntax)formcheckbox $emph name$emphend from $emph n1$emphend
4
  $(lst_syntax)formcheckbox $emph name$emphend from $emph n1$emphend
5
    to $emph n2$emphend prompt $emph promptlist $emphend<br/>
5
    to $emph n2$emphend prompt $emph promptlist $emphend<br/>
6
    </span>or<span class="tt"> <br/>
6
    </span>or<span class="tt"> <br/>
7
    $!formcheckbox $emph name$emphend list
7
    $!formcheckbox $emph name$emphend list
8
    $emph selectlist$emphend prompt $emph promptlist$emphend
8
    $emph selectlist$emphend prompt $emph promptlist$emphend
9
    </span>
9
    </span>
10
  $lst_mean Creates a checkbox list menu under a previously defined html form. <br/>
10
  $lst_mean Creates a checkbox list menu under a previously defined html form. <br/>
11
  This command speeds up the creation of checkboxed menus, as well as simplifies
11
  This command speeds up the creation of checkboxed menus, as well as simplifies
12
  the source files. In the parameters, $emph name$emphend defines the
12
  the source files. 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 optional parameter $emph promptlist$emphend can be used to generate
16
  The optional parameter $emph promptlist$emphend can be used to generate
17
  user prompts for each items in the list. If $emph promptlist$emphend is
17
  user prompts for each items in the list. If $emph promptlist$emphend is
18
  empty or is shorter than $emph selectlist$emphend, the undefined prompts
18
  empty or is shorter than $emph selectlist$emphend, the undefined prompts
19
  will be replaced by the value. If it is longer, the rest will be ignored.
19
  will be replaced by the value. If it is longer, the rest will be ignored.
20
  <br/>
20
  <br/>
-
 
21
  An $emph id$emphend is created automatically, except if the variable
-
 
22
  $emph wims_ref_id$emphend is specified just before. If the variable
-
 
23
  has the values $emph wims_html_mode$emphend has a value as $emph div$emphend,
-
 
24
  $emph li$emphend, $emph td$emphend, the different items of
-
 
25
  the html form will be in the corresponding html environmment. If the
-
 
26
  variable $emph wims_ref_class$emphend is non empty, the class of
-
 
27
  this html environment is the value of this variable.
21
  The default of the menu will be the current value of the variable
28
  The default of the menu will be the current value of the variable
22
  $emph $$name$emphend.
29
  $emph $$name$emphend.