What is this
This is a symfony plugin that will add the jQuery calendar component as described here.
Requirements
This requires jQuery.js available via sfUJSPlugin or you can download it seperately. This README assumes %SF_JQUERY_WEB_DIR%/js/jquery.js
Install
Installation is available via svn only. From your project root type:
svn propedit svn:externals plugins
and add the line:
ddJQueryCalendarPlugin http://svn.symfony-project.com/plugins/ddJQueryCalendarPlugin
Then run:
svn up
If you are using a symlink aware system you can run:
symfony ddJQueryCalendar-install
To create the appropriate symlinks.
Usage
See the documentation.
Developers
This plugin is developed by Dave Dash. To contribute email dave.dash <at> spindrop.us or submit patches assigned to 'davedash' in trac.
Changelog
9/20: Initial commit