Changes between Initial Version and Version 1 of FieldOfTablePlugin


Ignore:
Timestamp:
Mar 19, 2014, 6:09:48 AM (10 years ago)
Author:
Cauly
Comment:

New hack FieldOfTablePlugin, created by cauly

Legend:

Unmodified
Added
Removed
Modified
  • FieldOfTablePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Field of Table Plugin for trac
     4
     5== Description
     6
     7A simple textarea type field with a table, but it forces user to edit it just like a table.
     8
     9== !Bugs/Feature Requests
     10
     11Existing bugs and feature requests for FieldOfTablePlugin are
     12[report:9?COMPONENT=FieldOfTablePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=FieldOfTablePlugin&owner=cauly new ticket].
     16
     17== Download
     18
     19Download the zipped source from [export:fieldoftableplugin here].
     20
     21== Source
     22
     23You can check out FieldOfTablePlugin from [http://trac-hacks.org/svn/fieldoftableplugin here] using Subversion, or [source:fieldoftableplugin browse the source] with Trac.
     24
     25== Installation
     26
     271. Install it like any other plugins.
     282. in [ticket-custom] field, create a custom field like:
     29{{{
     30[ticket-custom]
     31table_field = textarea
     32table_field.cols = 68
     33table_field.format = wiki
     34table_field.label = Test field
     35table_field.rows = 10
     36table_field.table = col1, col2, col3
     37
     38== Recent Changes
     39
     40[[ChangeLog(fieldoftableplugin, 3)]]
     41
     42== !Author/Contributors
     43
     44'''Author:''' [wiki:cauly] [[BR]]
     45'''Maintainer:''' [[Maintainer]] [[BR]]
     46'''Contributors:'''