Changes between Version 3 and Version 4 of WeekPlanPlugin


Ignore:
Timestamp:
Mar 17, 2014, 8:06:14 PM (10 years ago)
Author:
lucid
Comment:

Document new label and hidelegend parameters.

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v3 v4  
    2929* `start`: A date in the first week shown. (Defaults to today.)
    3030* `weeks`: Number of weeks shown. (Defaults to one.)
    31 * `width`: Width of the calendar. (Defaults to 400)
    32 * `rowheight`: Height of one row of the calendar. (Defaults to 100)
    33 * `showweekends`: Show Saturdays and Sundays (Default is hidden)
    34 * `color`: Color of the events. (Defaults to `#3A87AD|#39AC60|#D7A388|#88BDD7|#9939AC|#AC9939`)
     31* `width`: Width of the calendar. (Defaults to 400.)
     32* `rowheight`: Height of one row of the calendar. (Defaults to 100.)
     33* `showweekends`: Show Saturdays and Sundays (Default is hidden.)
     34* `color`: Color of the events. (Defaults to `#3A87AD|#39AC60|#D7A388|#88BDD7|#9939AC|#AC9939`.)
    3535   * Can be a `|`-separated list of multiple colors. Each plan uses a different colors if multiple plans are specified.
     36* `label`: Labels shown instead of the plan ids. (Defaults to the plan ids.)
     37   * Can be a `|`-separated list of multiple labels. Each plan uses a different label if multiple plans are specified.
    3638* `format`: One of the following formatting modes:
    37    * `multiweek`: A multi-week calendar. (The default)
     39   * `multiweek`: A multi-week calendar. (The default.)
    3840   * `count`: A simple count of events.
    3941* `matchtitle`: A regexp that matches event titles. (Defaults to match all events.)
     42* `hidelegend`: Show a legend below the calendar. (Defaults to shown.)
    4043
    4144