Experimental project

This is a sandbox project, which contains experimental code for developer use only.

THIS MODULE HAS A NEW HOME.

Description

Brings the awesome jQuery World Calendars API to Drupal.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Dependencies

Requirements

Installation

  • Download and install Libraries API module as usual.
  • Download jQuery Calendars library and put it in sites/all/libraries/jquery.calendars
  • Download jQuery 1.4.2 and put it in sites/all/libraries/jquery/jquery-1.4.2.min.js (6.x only)
  • Goto admin/settings/jquery-calendars (6.x)
  • Goto admin/config/user-interface/jquery-calendars (7.x)

API Usage

Please see components section below for all available options, here is an API usage example used in the module itself:

  jquery_calendars_add('picker, hebrew, persian, taiwan, thai, islamic, ethiopian, coptic, mayan', 'hebrew-he, persian-fa, gregorian-fr', 'smoothness', 'pack');

Available Components

Library

  • base - base calendar support.
  • plus - additional features, date parsing, formatting, etc.
  • picker - datepicker with full calendar support and localisation.
  • picker.ext - datepicker extensions.
  • validation - validation plugin support for the datepicker.
  • all - contains base, plus and datepicker components all together.
  • lang - contains all Gregorian calendar locales.
  • picker.lang - contains all datepicker locales.

Calendar Implementations

  • Gregorian
  • Hebrew
  • Persian
  • Taiwan
  • Thai
  • Julian
  • Islamic
  • Ethiopian
  • Coptic
  • Mayan

Themes

  • Flora
  • Redmond
  • Humanity
  • Smoothness
  • jQuery Default

jQuery UI themes will be supported soon.

Locales

Many! As per documented in code.

Project information

  • Created by sepla on , updated