Simultaneous Article Display
Quick Start: Tabular Calendar:
This Quick Start inserts a selection of events from one calendar in a large tabular format, in this example the next two events from the coming 7 days are displayed. The main difference between this Quick Start and the simple tabular Quick Starts, is the description of each event is added as a seperate row instead of as a pop-up. This example displays upcoming events from the next week from a running club calendar.
Usage:
- This Quick Start is intended to allow different calendars to be added as easily as possible by an author. Add the following line at the top of the article you wish to add the calendar to:
{sdInclude ./plugins/content/gCalMarkupV015/qs/[gCalMarkupQS-Setup] /}
- and add the following text where you want the calendar to appear:
{sdMacro single-calendar gr "float:right; width:66%;" /}
- The first argument to the sdInclude command, "gr", is the name of a calendar defined in the [gCalMarkupQS-Setup] article.
- The second argument ("float:right; width:66%;") positions the calendar in this example and is optional.