File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
1217To create an alternative to the FullCalendar jquery plugin. Improvements over FullCalendar include:
@@ -28,7 +33,7 @@ it shall be eliminated.
2833Examples of customizability include:
2934* Rendering of calendars and events is carried out by doT javascript template functions. These can be found
3035in 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
3338top 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
You can’t perform that action at this time.
0 commit comments