Changes between Version 10 and Version 11 of FieldOfTablePlugin


Ignore:
Timestamp:
May 2, 2018, 7:15:25 PM (6 years ago)
Author:
anonymous
Comment:

Fix description.

Legend:

Unmodified
Added
Removed
Modified
  • FieldOfTablePlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Add an editable table to a wiki page
     3= Custom ticket fields of tables
    44
    55== Description
    6 
    7 This plugin generates an editable table in a ticket custom field:
    8 
    9 '''Input fields:'''
     6This 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.
     7 
     8'''Editing the table field:'''
    109
    1110[[Image(5.PNG, border=2)]]
    1211
    13 '''Displayed output:'''
     12'''Displaying the table field:'''
    1413
    1514[[Image(6.PNG, border=2)]]
    1615
    17 This feature is implemented within a textarea type field of the wiki page.
    1816
    1917== !Bugs/Feature Requests