You are here

README.txt in jQuery World Calendars API 7

Same filename and directory in other branches
  1. 3.x README.txt
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
  1. Description
  2. ===========
  3. Brings jQuery World Calendars API to Drupal.
  4. Disclaimer
  5. ==========
  6. This module is in an early development stage, It is not intended to be used in production.
  7. Dependencies
  8. ============
  9. - Libraries API (http://drupal.org/project/libraries)
  10. Requirements
  11. ============
  12. - jQuery Calendars library (http://keith-wood.name/calendars.html)
  13. Accessible via sites/all/libraries/jquery.calendars
  14. Installation
  15. ============
  16. - Download and install Libraries API module as usual.
  17. - Download jQuery Calendars library from (http://keith-wood.name/calendars.html) and put it in sites/all/libraries/jquery.calendars
  18. - Enable jQuery Calendar API module
  19. - Goto admin/config/user-interface/jquery-calendar
  20. API Usage
  21. =========
  22. Please see components section below for all available options, here is an API usage example used in the module itself:
  23. jquery_calendar_add('picker, hebrew, persian, taiwan, thai, islamic, ethiopian, coptic, mayan', 'hebrew-he, persian-fa, gregorian-fr', 'smoothness', 'pack');
  24. ?>
  25. Available Components
  26. ====================
  27. Library
  28. =======
  29. - base: base calendar support.
  30. - plus: additional features, date parsing, formatting, etc.
  31. - picker: datepicker with full calendar support and localisation.
  32. - picker.ext: datepicker extensions.
  33. - validation: validation plugin support for the datepicker.
  34. - all: contains base, plus and datepicker components all together.
  35. - lang: contains all Gregorian calendar locales.
  36. - picker.lang: contains all datepicker locales.
  37. Calendar Implementations
  38. ========================
  39. - Gregorian
  40. - Hebrew
  41. - Persian
  42. - Taiwan
  43. - Thai
  44. - Julian
  45. - Islamic
  46. - Ethiopian
  47. - Coptic
  48. - Mayan
  49. Themes
  50. ======
  51. jQuery UI themes will be supported soon.
  52. - Flora
  53. - Redmond
  54. - Humanity
  55. - Smoothness
  56. - jQuery Default
  57. Locales
  58. =======
  59. - Many! As per documented in code.
  60. Author and Maintainer
  61. =====================
  62. Sina Salek (http://drupal.org/user/52244)
  63. Sepehr Lajevardi (http://drupal.org/user/668010)