[Show/Hide Right Column]

Show a timeline view of a tracker
Print

Plugin TrackerTimeline

This is a stub, introduced in Tiki3

This Wiki Plugin shows a timeline view of a tracker, which can be used to display event schedules or gantt charts.

The tracker needs to have a field title, a field summary, a field start, a field end, a text field (to group event together). The plugin can work on different scale: hour, day, month, year

Usage

To display a module in a wiki page, use the syntax:

{TRACKERTIMELINE(parameters) /}

ParameterAccepted valuesEffectSince
tracker trackerId Id of the tracker
title fieldId Id of the field containing the title for the item
summary fieldId Id of the field containing the summary for the item
start fieldId Id of the field containing the start for the item
end fieldId Id of the field containing the end for the item
lower date (yyyy-mm-dd) lower range of the scale shown
upper date (yyyy-mm-dd) upper range of the scale shown
group fieldId Id of the text field to group items together
scale1 hour, day, month, year scale of the table shown

Example

This code,

{TRACKERTIMELINE(tracker=10, title=24, summary=25, start=26, end=27, lower="2010-03-20", upper="2010-04-10", group=28, scale1=day) /}

Would produce:

Image
Related pages

Contributors to this page: xavi36278 points  , system , sylvie4333 points  and lindon2331 points  .
Page last modified on Tuesday 30 March, 2010 15:53:34 UTC by xavi36278 points .

Find by Page Name

Exact match

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki documentation and should correspond to development keywords (bug reports and feature requests):