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:!htmlselect
4
alias:!htmlselect
5
syntax:!formselect `name' from `n1' to `n2' prompt `promptlist'<br/>\
5
syntax:!formselect `name' from `n1' to `n2' prompt `promptlist'\
6
    or<span class="tt"> <br/>\
-
 
7
    $!formselect `name' list `selectlist' prompt `promptlist'</span> <br/>
6
!formselect `name' list `selectlist' prompt `promptlist'
8
mean:Creates a select menu under a previously defined html form. <br/>\
7
mean:Creates a select menu under a previously defined html form. <br/>\
9
  This command speeds up the creation of select menus, as well as simplifies\
8
  This command speeds up the creation of select menus, as well as simplifies\
10
  the source files. In the parameters, `name' defines the name field of the menu, \
9
  the source files. In the parameters, `name' defines the name field of the menu, \
11
  and the values of the menu are either integers going from `n1' to `n2' (in the first syntax),\
10
  and the values of the menu are either integers going from `n1' to `n2' (in the first syntax),\
12
  or items in the list `selectlist'. <br/>\
11
  or items in the list `selectlist'. <br/>\