Changes between Version 1 and Version 2 of TracFormsPlugin/Docs


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Docs

    v1 v2  
    1414
    1515== TracForm Operations ==
     16
     17Within the TracForm, you can use the following commands with [tf.OP:arg...] blocks:
     18
     19|| '''Operation''' || '''Version''' || '''Argument(s)''' || '''Meaning''' ||
     20|| tf.checkbox || 0.1+ || name [value] || Put an HTML checkbox here.  Use value only if specified (on is default). ||
     21|| tf.radio || 0.1+ || name value || Put an HTML checkbox here.  Use the name and value pair together. ||
     22|| tf.input || 0.1+ || name default || Put an HTML form input field here. ||
     23|| tf.who || 0.1+ || name || Show which user most recently affected the specified field.  This requires track_fields to be set in the commands section. ||
     24|| tf.when || 0.1+ || name [strftime format string] || Show when the most change was made on the specified field.  This requires track_fields to be set in the commands section. ||
     25|| tf.form_updater || 0.1+ || || Show the most recent updater of the form itself. ||
     26|| tf.form_updated_on || 0.1+ || [strftime format string] || Show when the form was most recently updated. ||