Edgewall Software

Changes between Version 22 and Version 23 of TracTicketsCustomFields


Ignore:
Timestamp:
Mar 26, 2008, 1:09:42 PM (16 years ago)
Author:
osimons
Comment:

Corrected how to specify default for radio buttons.

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v22 v23  
    3030   * label: Descriptive label.
    3131   * options: List of values, separated by '''|''' (vertical pipe).
    32    * value: Default value (Item #, starting at 0).
     32   * value: Default value (one of the values from options).
    3333   * order: Sort order placement.
    3434 * '''textarea''': Multi-line text area.
     
    6262test_five.label = Radio buttons are fun
    6363test_five.options = uno|dos|tres|cuatro|cinco
    64 test_five.value = 1
     64test_five.value = dos
    6565
    6666test_six = textarea