Changes between Version 7 and Version 8 of TicketCalendarPlugin


Ignore:
Timestamp:
Jun 7, 2013, 5:59:04 PM (11 years ago)
Author:
Genie
Comment:

add Macro Usage

Legend:

Unmodified
Added
Removed
Modified
  • TicketCalendarPlugin

    v7 v8  
    6060}}}
    6161
     62== Macro Usage ==
     63`[[TicketCalendar(type=box,query=status!=closed,month=2013-05)]]`
     64
     65`[[TicketCalendar(type=list,query=status!=closed,duration=2013-05-16/P7D)]]`
     66
     67 * The `type` parameter determines how the tickets and milestones are presented:
     68   - `box`: display in calendar view (default)
     69   - `list`: display in list view
     70 * The `query` parameter is used to query the tickets to display.
     71 * The `month` parameter can be specified as `YYYY-MM` in only calendar view. The default is current month.
     72 * The `duration` parameter can be specified as `YYYY-MM-DD/PnD` in only list view. The default is today and 7 days.
     73
    6274== Tickets ==
    6375