Changes between Version 1 and Version 2 of TracTicketsCustomFields


Ignore:
Timestamp:
07/30/07 11:26:42 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v1 v2  
    2323   * order: Sort order placement. 
    2424 * '''select''': Drop-down select box. Uses a list of values. 
     25   * label: Descriptive label. 
    2526   * options: List of values, separated by '''|''' (vertical pipe). 
    2627   * value: Default value (Item #, starting at 0). 
     
    7071}}} 
    7172 
    72 ''Note: To make an entering an option for a `select` type field optional, specify a leading `|` in the `fieldname.options` option.'' 
     73''Note: To make entering an option for a `select` type field optional, specify a leading `|` in the `fieldname.options` option.'' 
    7374 
    7475=== Reports Involving Custom Fields ===