Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amatsuda/activecalendar
Rails 2.2.2 ready javascript calendar date renderer
https://github.com/amatsuda/activecalendar
Last synced: 20 days ago
JSON representation
Rails 2.2.2 ready javascript calendar date renderer
- Host: GitHub
- URL: https://github.com/amatsuda/activecalendar
- Owner: amatsuda
- Created: 2008-10-07T10:18:50.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-11-27T11:27:23.000Z (almost 16 years ago)
- Last Synced: 2024-10-04T03:58:23.908Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://code.google.com/p/activecalendar/
- Size: 445 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Calendar
==========The calendar plugin is a rails plugin that enables changes the default date and datetime renderers to use the jscalendar library (http://www.dynarch.com/projects/calendar/).
Once you install the plugin, rails will automatically try to render and date or datetime fields using this plugin. However, it won't work properly until you include the necessary javascripts and stylesheets in your layout as follows:
<%= stylesheet_link_tag "/javascripts/jscalendar-1.0/calendar-win2k-cold-1.css" %>
<%= javascript_include_tag "jscalendar-1.0/calendar.js" %>
<%= javascript_include_tag "jscalendar-1.0/lang/calendar-en.js" %>
<%= javascript_include_tag "jscalendar-1.0/calendar-setup.js" %>