Edgewall Software

Changes between Version 19 and Version 20 of TracTicketsCustomFields


Ignore:
Timestamp:
Nov 30, 2007, 12:02:42 AM (16 years ago)
Author:
osimons
Comment:

Documentation for 'select' custom field type was wrong for default value - see #5451.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v19 v20  
    2525   * label: Descriptive label.
    2626   * options: List of values, separated by '''|''' (vertical pipe).
    27    * value: Default value (Item #, starting at 0).
     27   * value: Default value (one of the values from options).
    2828   * order: Sort order placement.
    2929 * '''radio''': Radio buttons. Essentially the same as '''select'''.
     
    5757test_four.label = My selectbox
    5858test_four.options = one|two|third option|four
    59 test_four.value = 2
     59test_four.value = two
    6060
    6161test_five = radio