Active Calendar Class Methods Test v1.0.4

Please use the following table to test the public methods of the Active Calendar. To use a method, please do not forget to enable its checkbox. All method parameters, that are not optional (if a method is enabled) are colored. A false statement will be passed to the application either by leaving a parameter blank or by setting it to false. To navigate the generated calendars please leave the base url parameter in the methods blank or set it to false. Limitation: the calendar cannot be navigated with the date picker control in this version of the test application. The date picker will be generated though.

<?php
include("activecalendar.php"); // The Active Calendar Class file
include("adodb-time.inc.php"); // The ADOdb Date Library file
// Enablepublic method or variablewith the following parameters:
$cal=new activeCalendar ([,,,]);
$cal->enableYearNav ([,,]);
$cal->enableMonthNav ([,,]);
$cal->enableDayLinks ([,]);
$cal->enableDatePicker ([,,,]);
$cal->setMonthNames (array());
$cal->setDayNames (array());
$cal->setEvent (,,,[,]);
$cal->setEventContent (,,,,[, ]);
$cal->startOnSun =; // public class variable
$cal->monthYearDivider =; // public class variable
print $cal->showMonth ();
print $cal->showYear ([]);
?>
[Reload Test]

Active Calendar Class Online (documentation, demo, contact, downloads)
© Giorgos Tsiledakis, Greece Crete