Changes between Version 4 and Version 5 of FieldOfTablePlugin


Ignore:
Timestamp:
Mar 31, 2014, 4:28:05 AM (10 years ago)
Author:
Cauly
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FieldOfTablePlugin

    v4 v5  
    2929
    30301. Install it like any other plugins.
    31 2. in [ticket-custom] field, create a custom field like:
     312. in trac.ini, create a custom field like:
    3232{{{
     33[components]
     34fieldoftable.* = enabled
     35
    3336[ticket-custom]
    34 table_field = textarea
     37table_field = textarea                                                     # This line matters!
    3538table_field.cols = 68
    36 table_field.format = wiki
     39table_field.format = wiki                                                # This line matters!
    3740table_field.label = Test field
    3841table_field.rows = 10
    39 table_field.table = true
    40 table_field.value = ||=col1=||=col2||=col3=||
     42table_field.table = true                                                   # This line matters!
     43table_field.value = ||=col1=||=col2||=col3=||             # This is the table header and is NOT OPTIONAL!
    4144}}}
    4245