From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/libraries/calendar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide/libraries/calendar.html') diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html index a13cadf05..c8a8e80ee 100644 --- a/user_guide/libraries/calendar.html +++ b/user_guide/libraries/calendar.html @@ -12,7 +12,7 @@ @@ -65,7 +65,7 @@ Calendaring Class

Calendaring Class

-

The Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar +

The Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its design. In addition, you can pass data to your calendar cells.

Initializing the Class

@@ -112,14 +112,14 @@ echo $this->calendar->generate(2006, 6, $data);

Using the above example, day numbers 3, 7, 13, and 26 will become links pointing to the URLs you've provided.

-

Note: By default it is assumed that your array will contain links. +

Note: By default it is assumed that your array will contain links. In the section that explains the calendar template below you'll see how you can customize how data passed to your cells is handled so you can pass different types of information.

Setting Display Preferences

-

There are seven preferences you can set to control various aspects of the calendar. Preferences are set using an initialization +

There are seven preferences you can set to control various aspects of the calendar. Preferences are set using an initialization function similar to other classes. Here is an example: -- cgit v1.2.3-24-g4f1b