Subversion Repositories wimsdev

Rev

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

Rev 5928 Rev 9071
Line 10... Line 10...
10
  added to the form. A final $emph !formend$emphend must also be added by the
10
  added to the form. A final $emph !formend$emphend must also be added by the
11
  programmer. <br/>
11
  programmer. <br/>
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
13
  value for the variable $emph cmd$emphend. In this case the value $emph
13
  value for the variable $emph cmd$emphend. In this case the value $emph
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
15
  $emphend. If this parameter is missing or is invalid, then the programmer
15
  $emphend. If this parameter is missing or is invalid, then the programmer
16
  should add a &lt;input type="hidden" name="cmd" value="..."> tag before the
16
  should add a $emph &lt;input type="hidden" name="cmd" value="...">$emphend tag before the
17
  final &lt;/form>. <p>
17
  final &lt;/form>. <p>
18
  The target of the form can be controlled by the variable
18
  The target of the form can be controlled by the variable
19
  $emph wims_ref_target$emphend. It can also be defined via an optional word
19
  $emph wims_ref_target$emphend. It can also be defined via an optional word
20
  $emph target=...$emphend. Note that in this case the target must start with
20
  $emph target=...$emphend. Note that in this case the target must start with
21
  $emph wims_$emphend.
21
  $emph wims_$emphend.
22
  </p><p>
22
  </p><p>
23
  The variable $emph wims_form_method $emphend which must be either `get' or
23
  The variable $emph wims_form_method $emphend which must be either `get' or
24
  `post' controls the method of the form.
24
  `post' controls the method of the form.
25
  This method defaults to `post' for tool modules, and to `get' for all
25
  This method defaults to `post' for tool modules, and to `get' for all