Changes between Version 13 and Version 14 of TracFormsPlugin/Syntax


Ignore:
Timestamp:
Sep 18, 2009, 8:16:28 PM (15 years ago)
Author:
Chris Nelson
Comment:

Added note about empty text area default content

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Syntax

    v13 v14  
    5656|| '''tf.input''' || 0.1 || name default || Put an HTML form input field here. ||
    5757|| '''tf.select''' || 0.2 || name value[//label]... || Put a SELECT dropdown list here.  The values are by default used as labels but can be added if //label is used (the // is removed) ||
    58 || '''tf.textarea''' || 0.2 || name [content] [cols] [rows] || Add a textarea of the specified label.  If content is provided, it is used as a default.  cols and rows if specified indicate the size the textarea should occupy. ||
     58|| '''tf.textarea''' || 0.2 || name [content] [cols] [rows] || Add a textarea of the specified label.  If content is provided, it is used as a default.  cols and rows if specified indicate the size the textarea should occupy. Use {{{''}}} for content to specify the size of a blank area. ||
    5959
    6060Starting in 0.2, the form field operations all accept -class= or -id= to set the CSS class or ID for the field.