My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Version 1.3.0 (released March 28, 2011). See http://code.google.com/a/apache-extras.org/p/click-calendar/source/browse/trunk/click-calendar/CHANGELOG.txt.

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.2.0 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

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 JDK
click-calendar-1.3.0 1.3.0 Apache Click 2.3.0 and up 1.5
click-calendar-1.2.0 1.2.0 Apache Click 2.2.0 and up 1.5
click-calendar-1.0.2 1.0.2 Apache Click 2.0.1 and up 1.4
click-calendar-1.0.1 1.0.1 Apache Click 2.0.1 and up 1.4
click-calendar-1.0 1.0 Apache Click 2.0.1 and up 1.4

Screenshots

CalendarField

Calendar specified as a FormTable column

Powered by Google Project Hosting