Page 2 of 5
Installation
The download consists of the following files:
- SpryCalendar.css - Style sheet for the calendar widget
- SpryCalendar.html - Basic usage for the calendar widget
- SpryCalendar.js - JavaScript for the calendar widget
- SpryCalendarLeft.gif - Left month navigation arrow
- SpryCalendarLeftHover.gif - Left month navigation arrow (hover state)
- SpryCalendarRight.gif - Right month navigation arrow
- SpryCalendarRightHover.gif - Right month navigation arrow (hover state)
- SpryCalendarSample.html - Sample usage of the calendar widget
- calendar.html - Programming API for the calendar widget
You will need WinZip(tm) or some other file compression utility to extract the files. When extracting the files, ensure that the option to use folder names is selected. (If you do not know how to do this, please consult the documentation for your specific utility.)
Once the files are extracted, you will need to copy the files to your Spry installation directory as follows. (SPRY_ROOT is the folder of your Spry installation)
Copy calendar.html to SPRY_ROOT/articles/data_api/apis/
Create a new directory under SPRY_ROOT/widgets called "calendar" and copy the following files to that directory:
- SpryCalendar.js
- SpryCalendar.css
- SpryCalendarLeft.gif
- SpryCalendarLeftHover.gif
- SpryCalendarRight.gif
- SpryCalendarRightHover.gif
- SpryCalendar.html
- SpryCalendarSample.html


