Changes between Version 8 and Version 9 of TracFormsPlugin/Syntax


Ignore:
Timestamp:
Jun 26, 2008, 12:00:33 AM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Syntax

    v8 v9  
    4242|| '''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" ||
    4343|| '''setenv''' || 0.1 || name value || Set the name to value in the form's environment (or any subforms therein). ||
     44|| '''class''' || 0.2 || value || Set the CSS class for the form. ||
     45|| '''id''' || 0.2 || value || Set the CSS id for the form (defaults to the subcontext). ||
     46|| '''name''' || 0.2 || value || Set the CSS name for the form (defaults to the subcontext). ||
    4447
    4548== !TracForm Operations ==
     
    5659|| '''tf.form_updater''' || 0.1 || || Show the most recent updater of the form itself. ||
    5760|| '''tf.form_updated_on''' || 0.1 || [strftime format string] || Show when the form was most recently updated. ||
     61
     62Starting in 0.2, the tf.checkbox, tf.radio, tf.input, and tf.select all accept -class= or -id= to set the CSS class or ID for the field.
    5863
    5964== !TracForm Arguments ==