droppable 1.4.7Determines if jQuery UI draggables can be dropped onto the calendar. Boolean, default: This option operates with jQuery UI draggables. You must download
the appropriate jQuery UI files and initialize a draggable element.
Additionally, you must set the calendar's Here is how you might initialize an element that can be dragged onto a calendar:
How can I use this to add events???Good question. It is a common need to have an "external list of events" that can be dragged onto the calendar. While the In short, you must call renderEvent yourself in the drop callback. Hopefully, this task will become more convenient with future API changes. |