Contents
Custom ticket fields of tables
Description
This plugin allows a custom ticket field to be an editable table. The field is stored internally as a simple wiki-format textarea-type field, containing with a wiki table. But the plugin displays and allows editing the field just like a table.
Editing the table field:
Displaying the table field:
Bugs/Feature Requests
Existing bugs and feature requests for FieldOfTablePlugin are here.
If you have any issues, create a new ticket.
defect |
1 / 1 |
|
---|---|---|
enhancement |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out FieldOfTablePlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Enable the plugin:
[components] fieldoftable.* = enabled
Create a custom field like:
[ticket-custom] table_field = textarea table_field.format = wiki table_field.table = true table_field.value = ||=col1=||=col2=||=col3=|| table_field.cols = 68 table_field.label = Test field table_field.rows = 10
The first 4 lines, including the format
, table
and value
attributes, are required.
Recent Changes
Author/Contributors
Attachments (2)
- 5.PNG (4.8 KB) - added by 11 years ago.
- 6.PNG (3.3 KB) - added by 11 years ago.
Download all attachments as: .zip