Skip to content

Commit 780043f

Browse files
committed
Update README.md
1 parent 07fab6c commit 780043f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
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:

0 commit comments

Comments
 (0)