Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.1 KB

README.md

File metadata and controls

52 lines (34 loc) · 2.1 KB

Enhanced Calendar

Based on the Dojo Toolkit component Calendar that can show both Gregorian and Hijri calendar at the same time. Currently Dojo Calendar doesn't provide the option to show both Gregorian and Hijri calendars at the same time. There could be certain scenarios in which that functionality is desirable.

Enhanced Calendar provides:

  • The functionality of Dijit Calendar.
  • A property to define which calendar is shown by default.
  • Check boxes to select whether to show Gregorian, Hijri or both calendars.
  • Enhanced DateTextBox component.

Quick Start

  • git clone git://github.com/Solvoj/enhanced-calendar.git

  • Add dojo sdk (or a symbolic link to the dojo sdk) under the vendor folder as follows:

     └── vendor
         └── dojo
             ├── dijit
             ├── dojo
             ├── dojox
             └── util
    
  • Point your browser to http://host/path/to/enhanced-calendar/tests/index.html

##Community

###Reporting Issues

Bugs or enhancements can be filed by opening an issue in the issue tracker on GitHub.

When reporting a bug, please provide the following information:

  • Affected browsers and Dojo versions
  • A clear list of steps to reproduce the problem

If you would like to suggest a fix for a particular issue, you are welcome to fork Enhanced Calendar, create a branch, and submit a pull request.

###Getting Support

Solvoj also offers commercial support for Enhanced Calendar, as well as Dojo and a number of other JavaScript libraries.

Useful resources

License

Enhanced Calendar is licensed under the Apache License 2.0