Skip to content

Commit 1e905ca

Browse files
committed
Merge branch 'master' of github.com:geekbrit/ResCal
2 parents 2942bac + e535ab6 commit 1e905ca

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ resource associated with a calendar, time slots arranged vertically). At this po
66
* Drag one of the predefined meeting types onto any of the resource calendars
77
* Drag meetings within and between resources
88
* Click on meetings to open an event-editing box
9-
* drag the bottom edge of a meeting to change its overall duration
9+
* Drag the bottom edge of a meeting to change its overall duration
10+
* Delete an event by clicking on the 'X' in the top-right corner of the event
11+
12+
The test/demo system uses localStorage to provide event persistence. In a real implementation, this would be
13+
replaced by, or enhanced with server-side storage using Ajax transactions.
14+
1015

1116
## Objective
1217
To create an alternative to the FullCalendar jquery plugin. Improvements over FullCalendar include:
@@ -28,7 +33,7 @@ it shall be eliminated.
2833
Examples of customizability include:
2934
* Rendering of calendars and events is carried out by doT javascript template functions. These can be found
3035
in the templates directory; the raw doT template code is shown in comments. These are compiled into js functions using the
31-
cut and paste compiler on http://olado.github.io/doT/.
36+
cut and paste compiler on http://olado.github.io/doT/. UPDATE: These are now compiled on the fly when the page is loaded
3237
* The functions used to render the calendars and events are defined in the rc_calendar default settings at the
3338
top of rc_calendar.js, but can be overridden by options passed into the rc_calendar constructor
3439
* The resources associated with the calendar are defined in <resource> tags in the html code (see test.html). I'm not

0 commit comments

Comments
 (0)