File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
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:
You can’t perform that action at this time.
0 commit comments