Version 1.0.2 (released July 18, 2009). See ChangeLog.
This project provides a DHTML popup Calendar component for Apache Click. This is a port of Click's Calendar component that could not be made available under Apache Click because of license restrictions. The calendar, which is based on JSCalendar, had to be removed because LGPL libraries cannot be bundled with Apache distributions.
Please note Click Calendar can be used with Click 2.0.1 and up. Click v1.5.x and below shipped with the Calendar popup (part of DateField in the extras package) so there is no need to use this library for pre Apache releases.
Highlights
- Provides a popup Calendar component
- Based upon the JSCalendar library http://www.dynarch.com/projects/calendar/
- Supports JDK 1.4 and later
Getting Started
To use the Calendar in your project add the jar click-calendar-<version>.jar to your web application lib folder, WEB-INF/lib. That's it! Click will automatically deploy all JavaScript, CSS and images from the jar to the 'click/calendar' web directory on application startup.
Maven
If you use Maven to manage your projects, please see the Maven page for instructions.
Usage
See Usage for some examples.
Compatibility
| Package | Version | Compatible with |
| click-calendar-1.0.2 | 1.0.2 | Apache Click 2.0.1 and up |
| click-calendar-1.0.1 | 1.0.1 | Apache Click 2.0.1 and up |
| click-calendar-1.0 | 1.0 | Apache Click 2.0.1 and up |
Screenshots
CalendarField
|
Calendar specified as a FormTable column
|