Changes between Version 6 and Version 7 of TracFormsPlugin/Docs


Ignore:
Timestamp:
Jun 17, 2008, 12:34:44 AM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Docs

    v6 v7  
    1313|| '''track_fields''' || 0.1+ || [yes|no] || If no argument given or yes, keep track of field changes in this form.  Defaults to false (no field changes tracked).  This affects [tf.who] and [tf.when] ||
    1414|| '''submit_label''' || 0.1+ || label || Set the label to use for the submit button at the end of the form.  The default is "Submit Form" ||
    15 
    16 === !TracForm Environment ===
    17 
    18 Using the #!setenv command above, you can retrieve previously defined elements with %NAME% (case insensitive).  Other environment variables are also defined by the system:
    19 
    20 || '''Variable''' || '''Version''' || '''Meaning''' ||
    21 || '''%USER%''' || 0.1+ || The currently active user ||
    22 || '''%NOW%''' || 0.1+ || The current date and time ||
     15|| '''setenv''' || 0.1+ || name value || Set the name to value in the form's environment (or any subforms therein). ||
    2316
    2417=== !TracForm Operations ===
     
    3427|| '''tf.form_updater''' || 0.1+ || || Show the most recent updater of the form itself. ||
    3528|| '''tf.form_updated_on''' || 0.1+ || [strftime format string] || Show when the form was most recently updated. ||
     29
     30=== !TracForm Arguments ===
     31
     32Each arguments listed above are either:
     33
     34 * Separated by whitespace
     35 * Quoted with double-quotes
     36 * Quoted with single-quotes
     37
     38=== !TracForm Environment ===
     39
     40Using the #!setenv command above, you can retrieve previously defined elements with %NAME% (case insensitive).  Other environment variables are also defined by the system:
     41
     42|| '''Variable''' || '''Version''' || '''Meaning''' ||
     43|| '''%USER%''' || 0.1+ || The currently active user. ||
     44|| '''%NOW%''' || 0.1+ || The current date and time. ||
     45
     46All substitutions may be applied to any argument within #! command or [tf:] operation sections.
     47