core_calendar/summary_modal

A javascript module to handle summary modal.

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

Methods

(inner) getDeleteButton() → {object}

Source:

Get the delete button element from the footer. The button is cached as it's not expected to change.

Returns:

button element

Type
object

(inner) getEditButton() → {object}

Source:

Get the edit button element from the footer. The button is cached as it's not expected to change.

Returns:

button element

Type
object

(inner) getEventCount() → {int}

Source:

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.

Returns:
Type
int

(inner) getEventId() → {int}

Source:

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.

Returns:
Type
int

(inner) getEventTitle() → {String}

Source:

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.

Returns:
Type
String

(inner) getEventUrl() → {String}

Source:

Get the url for the event being shown in this modal.

Returns:
Type
String

(inner) getEventUrl() → {String}

Source:

Is this an action event.

Returns:
Type
String

(inner) registerEventListeners()

Source:

Set up all of the event handling for the modal.