wiki:FieldOfTablePlugin

Version 5 (modified by Cauly, 10 years ago) (diff)

--

Field of Table Plugin for trac

Description

A simple textarea type field with a table, but it forces user to edit it just like a table.

Bugs/Feature Requests

Existing bugs and feature requests for FieldOfTablePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out FieldOfTablePlugin from here using Subversion, or browse the source with Trac.

Installation

  1. Install it like any other plugins.
  2. in trac.ini, create a custom field like:
    [components]
    fieldoftable.* = enabled
    
    [ticket-custom]
    table_field = textarea                                                     # This line matters!
    table_field.cols = 68
    table_field.format = wiki                                                # This line matters!
    table_field.label = Test field
    table_field.rows = 10
    table_field.table = true                                                   # This line matters!
    table_field.value = ||=col1=||=col2||=col3=||             # This is the table header and is NOT OPTIONAL!
    

Recent Changes

17172 by cauly on 2018-05-10 15:56:07
fix #13426
13784 by cauly on 2014-03-21 06:05:43
update license text
13782 by cauly on 2014-03-20 13:35:15
add license info
(more)

Author/Contributors

Author: cauly
Maintainer: Cauly
Contributors:

Attachments (2)

Download all attachments as: .zip