|
Revision 5208, 1.0 kB
(checked in by davedash, 1 year ago)
|
ddJQueryCalendarPlugin: initial commit
|
| Line | |
|---|
| 1 |
== What is this == |
|---|
| 2 |
|
|---|
| 3 |
This is a symfony plugin that will add the jQuery calendar component as described [http://marcgrabanski.com/code/jquery-calendar/ here]. |
|---|
| 4 |
|
|---|
| 5 |
== Requirements == |
|---|
| 6 |
|
|---|
| 7 |
This requires jQuery.js available via [wiki:sfUJSPlugin] or you can download it seperately. This README assumes %SF_JQUERY_WEB_DIR%/js/jquery.js |
|---|
| 8 |
|
|---|
| 9 |
== Install == |
|---|
| 10 |
|
|---|
| 11 |
Installation is available via svn only. From your project root type: |
|---|
| 12 |
|
|---|
| 13 |
{{{ |
|---|
| 14 |
svn propedit svn:externals plugins |
|---|
| 15 |
}}} |
|---|
| 16 |
|
|---|
| 17 |
and add the line: |
|---|
| 18 |
|
|---|
| 19 |
{{{ |
|---|
| 20 |
ddJQueryCalendar http://svn.symfony-project.com/plugins/ddJQueryCalendar |
|---|
| 21 |
}}} |
|---|
| 22 |
|
|---|
| 23 |
Then run: |
|---|
| 24 |
|
|---|
| 25 |
{{{ |
|---|
| 26 |
svn up |
|---|
| 27 |
}}} |
|---|
| 28 |
|
|---|
| 29 |
If you are using a symlink aware system you can run: |
|---|
| 30 |
|
|---|
| 31 |
{{{ |
|---|
| 32 |
symfony ddJQueryCalendar-install |
|---|
| 33 |
}}} |
|---|
| 34 |
|
|---|
| 35 |
To create the appropriate symlinks. |
|---|
| 36 |
|
|---|
| 37 |
== Usage == |
|---|
| 38 |
|
|---|
| 39 |
See the [http://marcgrabanski.com/code/jquery-calendar/ documentation]. |
|---|
| 40 |
|
|---|
| 41 |
== Developers == |
|---|
| 42 |
|
|---|
| 43 |
This plugin is developed by Dave Dash. To contribute email dave.dash <at> spindrop.us or submit patches assigned to 'davedash' in trac. |
|---|
| 44 |
|
|---|
| 45 |
== Changelog == |
|---|
| 46 |
|
|---|
| 47 |
9/20: Initial commit |
|---|