Version 10 (modified by 7 years ago) (diff) | ,
---|
Contents
Add an editable table to a wiki page
Description
This plugin generates an editable table in a ticket custom field:
Input fields:
Displayed output:
This feature is implemented within a textarea type field of the wiki page.
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.
In your trac.ini
file 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
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