- Description:
A javascript module to handle summary modal.
- Source:
- Copyright:
- 2017 Simey Lameze
- 2017 Simey Lameze
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A javascript module to handle summary modal.
Methods
(inner) getDeleteButton() → {object}
- Description:
Get the delete button element from the footer. The button is cached as it's not expected to change.
- Source:
Returns:
button element
- Type
- object
(inner) getEditButton() → {object}
- Description:
Get the edit button element from the footer. The button is cached as it's not expected to change.
- Source:
Returns:
button element
- Type
- object
(inner) getEventCount() → {int}
- Description:
Get the number of events in the series for the event being shown in this modal. This value is not cached because it will change depending on which event is being displayed.
- Source:
Returns:
- Type
- int
(inner) getEventId() → {int}
- Description:
Get the id for the event being shown in this modal. This value is not cached because it will change depending on which event is being displayed.
- Source:
Returns:
- Type
- int
(inner) getEventTitle() → {String}
- Description:
Get the title for the event being shown in this modal. This value is not cached because it will change depending on which event is being displayed.
- Source:
Returns:
- Type
- String
(inner) getEventUrl() → {String}
- Description:
Get the url for the event being shown in this modal.
- Source:
Returns:
- Type
- String
(inner) getEventUrl() → {String}
- Description:
Is this an action event.
- Source:
Returns:
- Type
- String
(inner) registerEventListeners()
- Description:
Set up all of the event handling for the modal.
- Source: