README.txt in jQuery World Calendars API 7
Description
===========
Brings 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
============
- Libraries API (http://drupal.org/project/libraries)
Requirements
============
- jQuery Calendars library (http://keith-wood.name/calendars.html)
Accessible via sites/all/libraries/jquery.calendars
Installation
============
- Download and install Libraries API module as usual.
- Download jQuery Calendars library from (http://keith-wood.name/calendars.html) and put it in sites/all/libraries/jquery.calendars
- Enable jQuery Calendar API module
- Goto admin/config/user-interface/jquery-calendar
API Usage
=========
Please see components section below for all available options, here is an API usage example used in the module itself:
<?php
jquery_calendar_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
======
jQuery UI themes will be supported soon.
- Flora
- Redmond
- Humanity
- Smoothness
- jQuery Default
Locales
=======
- Many! As per documented in code.
Author and Maintainer
=====================
Sina Salek (http://drupal.org/user/52244)
Sepehr Lajevardi (http://drupal.org/user/668010)
File
README.txt
View source
- Description
- ===========
- Brings 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
- ============
- - Libraries API (http://drupal.org/project/libraries)
-
- Requirements
- ============
- - jQuery Calendars library (http://keith-wood.name/calendars.html)
- Accessible via sites/all/libraries/jquery.calendars
-
- Installation
- ============
- - Download and install Libraries API module as usual.
- - Download jQuery Calendars library from (http://keith-wood.name/calendars.html) and put it in sites/all/libraries/jquery.calendars
- - Enable jQuery Calendar API module
- - Goto admin/config/user-interface/jquery-calendar
-
- API Usage
- =========
- Please see components section below for all available options, here is an API usage example used in the module itself:
-
- jquery_calendar_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
- ======
- jQuery UI themes will be supported soon.
- - Flora
- - Redmond
- - Humanity
- - Smoothness
- - jQuery Default
-
- Locales
- =======
- - Many! As per documented in code.
-
- Author and Maintainer
- =====================
- Sina Salek (http://drupal.org/user/52244)
- Sepehr Lajevardi (http://drupal.org/user/668010)