Edgewall Software

Changes between Version 8 and Version 9 of TracTicketsCustomFields


Ignore:
Timestamp:
Apr 15, 2005, 9:20:26 PM (19 years ago)
Author:
muti@…
Comment:

Ticket.py uses cols/rows for textarea, not width/height

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v8 v9  
    3838   * label: Descriptive label.
    3939   * value: Default text.
    40    * width: Width in columns.
    41    * height: Height in lines.
     40   * cols: Width in columns.
     41   * rows: Height in lines.
    4242   * order: Sort order placement.
    4343
     
    6969test_six.label = This is a large textarea
    7070test_six.value = Default text
    71 test_six.width = 60
    72 test_six.height = 30
     71test_six.cols = 60
     72test_six.rows = 30
    7373}}}
    7474