This section describes the various folder and files that comprise the Scriptcalendar software.
file |
required |
editable |
description |
jquery-1.4.2.min.js |
required |
no |
Third party javascript library used for AJAX functions |
overlib.js |
required |
no |
Third party javascript library used for creating DIV tooltips |
scedit.htm |
optional |
no |
The HTML event editor page. This is provided to help you create and maintain events in either format. |
scevent.js |
optional |
yes |
The script containing your custom events. You may use XML event data instead. |
scevent.xml |
optional |
yes |
The xml data file containing the events. You may use scevent.js file instead. |
scevent.xsd |
optional |
no |
The xml schema describing the structure of the scevent.xml |
schandlr.js |
required |
yes |
The script containing the onMouseOver handling functions. |
scrptcal.js |
required |
NO |
The scriptcalendar engine that renders the calendar. |
scrptcal.xsl |
optional |
yes |
The XSLT transform file used if you choose XML data events. |
scspcevt.js |
required |
yes |
The script containing special, recurring or holiday events. |
file |
required |
editable |
description |
schandlr.js |
required |
yes |
The script containing onMouseOver and onMouseOut handling functions. |
scprint.css |
required |
yes |
The CSS file used for printing the calendar. |
scrptcal.css |
required |
yes |
The CSS file used for displaying the calendar layout and colors. |
scrptcal.htm |
required |
yes |
The file od the src attribute in the IFrame. This file includes the CSS file, the javascsript components and calls the calendar. |
There may also be various graphics files used by a theme stored in the theme folder.
Within the Theme folder, you'll find a "scrptcal.htm" file which is the source HTML for the
IFrame. Inside the scrptcal.htm file you are able to set the various object oriented
properties of the calendar. Those properites are covered in the configuration section.