Changes between Version 5 and Version 6 of TracFormsPlugin/Syntax


Ignore:
Timestamp:
Jun 25, 2008, 10:12:35 PM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Syntax

    v5 v6  
    4848
    4949|| '''Operation''' || '''Version''' || '''Argument(s)''' || '''Meaning''' ||
    50 || '''tf.checkbox''' || 0.1+ || name [value] || Put an HTML checkbox here.  Use value only if specified (on is default). ||
    51 || '''tf.radio''' || 0.1+ || name value || Put an HTML checkbox here.  Use the name and value pair together. ||
     50|| '''tf.checkbox''' || 0.1+ || name [value] || Put an HTML checkbox here.  Use value only if specified (simply "on" is default). ||
     51|| '''tf.radio''' || 0.1+ || name value || Put an HTML radio button here.  Use the name and value pair together. ||
    5252|| '''tf.input''' || 0.1+ || name default || Put an HTML form input field here. ||
    5353|| '''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. ||