[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=FieldOfTablePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=FieldOfTablePlugin&owner=cauly new ticket]. == Download Download the zipped source from [export:fieldoftableplugin here]. == Source You can check out FieldOfTablePlugin from [http://trac-hacks.org/svn/fieldoftableplugin here] using Subversion, or [source:fieldoftableplugin browse the source] with Trac. == Installation 1. Install it like any other plugins. 2. in [ticket-custom] field, create a custom field like: {{{ [ticket-custom] table_field = textarea table_field.cols = 68 table_field.format = wiki table_field.label = Test field table_field.rows = 10 table_field.table = true table_field.value = ||=col1=||=col2||=col3=|| }}} == Recent Changes [[ChangeLog(fieldoftableplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:cauly] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''