- Description:
This module is the highest level module for the calendar. It is responsible for initialising all of the components required for the calendar to run. It also coordinates the interaction between components by listening for and responding to different events triggered within the calendar UI.
- Source:
- Copyright:
- 2017 Andrew Nicols
- 2017 Andrew Nicols
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
This module is the highest level module for the calendar. It is responsible for initialising all of the components required for the calendar to run. It also coordinates the interaction between components by listening for and responding to different events triggered within the calendar UI.
Methods
(inner) registerCalendarEventListeners(root)
- Description:
Listen to and handle any calendar events fired by the calendar UI.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
root |
object | The calendar root element |