Changes between Version 21 and Version 22 of TracJsGanttPlugin


Ignore:
Timestamp:
Aug 10, 2011, 7:34:08 PM (13 years ago)
Author:
Chris Nelson
Comment:

Document expandClosedTickets

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v21 v22  
    3131|| `dateDisplay`|| ||Date display format: 'mm/dd/yyyy', 'dd/mm/yyyy', or 'yyyy-mm-dd' || 'mm/dd/yyyy' ||
    3232|| `openLevel`|| ||Number of levels of tasks to show.  1 = only top level task.  || 999 ||
     33|| `expandClosedTickets`||0.9||Show children of closed tickets (1) or collapse the subtree (0).|| 1 ||
    3334|| `colorBy`|| ||Field to use to choose task colors.  Each unique value of the field will have a different color task.  Other likely useful values are owner and milestone but any field can be used. || priority ||
    3435|| `root`|| ||When using something like Subtickets plugin to maintain a tree of tickets and subtickets, you may create a Gantt showing a ticket and all of its descendants with `root=<ticket#>`.  The macro uses the configured `parent` field to find all descendant tasks and build an `id=` argument for Trac's native query handler.[[br]][[br]]Multiple roots may be provided like `root=1|12|32`.[[br]][[br]]When used in a ticket description or comment, `root=self` will display the current ticket's descendants.|| ||