Edgewall Software

Changes between Version 3 and Version 4 of TracTicketsCustom


Ignore:
Timestamp:
Nov 10, 2004, 6:19:37 PM (19 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustom

    v3 v4  
    1 = Custom Ticket Fields =
    2 
    3 == Sample Config ==
    4 {{{
    5 [ticket-custom]
    6 test_one = text
    7 test_one.label = Just a text box
    8 test_two = text
    9 test_two.label = Another text-box
    10 test_two.value = Just a default value
    11 test_three = checkbox
    12 test_three.label = Some checkbox
    13 test_three.value = 1
    14 test_four = checkbox
    15 test_four.label = Also a checkbox
    16 test_four.value = 1
    17 test_five = select
    18 test_five.label = My selectbox
    19 test_five.options = one|two|third option|four
    20 test_five.value = 2
    21 test_six = radio
    22 test_six.label = Radio buttons are fun
    23 test_six.options = uno|dos|tres|cuatro|cinco
    24 test_six.value = 1
    25 }}}
    26 
    27 ----
    28 See also: TracTickets, TracIni
     1See TracTicketsCustomFields