Subversion Repositories wimsdev

Rev

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

Rev 5766 Rev 5920
Line 17... Line 17...
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>
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
26
  other modules.
26
  other modules.
27
 
-
 
28
 
27
  </p>