- Description:
A module to handle CRUD operations within the UI.
- Source:
- Copyright:
- 2017 Andrew Nicols
- 2017 Andrew Nicols
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A module to handle CRUD operations within the UI.
Methods
(inner) registerEventFormModal(root) → {object}
- Description:
Create the event form modal for creating new events and editing existing events.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
root |
object | The calendar root element |
Returns:
The create modal promise
- Type
- object