core_calendar/month_navigation_drag_drop

A javascript module to handle calendar drag and drop in the calendar month view navigation.

This code is run each time the calendar month view is re-rendered. We only register the event handlers once per page load so that the in place DOM updates that happen on month change don't continue to register handlers.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) init(rootElement)

Source:

Initialise the event handlers for the drag events.

Parameters:
Name Type Description
rootElement object

The element containing calendar nav links