JavaScript/jQuery Scheduler Events
This section describes events fired by this UI component.
See Also
appointmentAdded
Raised after an appointment is added to the data source.
Event
Main article: onAppointmentAdded
See Also
appointmentAdding
Raised before an appointment is added to the data source.
Event
Main article: onAppointmentAdding
See Also
appointmentClick
Raised when an appointment is clicked or tapped.
Event
Main article: onAppointmentClick
See Also
appointmentContextMenu
Raised when a user attempts to open the browser's context menu for an appointment.
Event
Main article: onAppointmentContextMenu
See Also
appointmentDblClick
Raised when an appointment is double-clicked or double-tapped.
Event
Main article: onAppointmentDblClick
See Also
appointmentDeleted
Raised after an appointment is deleted from the data source.
Event
Main article: onAppointmentDeleted
See Also
appointmentDeleting
Raised before an appointment is deleted from the data source.
Event
Main article: onAppointmentDeleting
See Also
appointmentFormOpening
Raised before an appointment details form is opened.
Event
Main article: onAppointmentFormOpening
See Also
appointmentRendered
Raised when an appointment is rendered.
Event
Main article: onAppointmentRendered
See Also
appointmentTooltipShowing
Fires before showing an appointment's tooltip.
Event
Main article: onAppointmentTooltipShowing
See Also
appointmentUpdated
Raised after an appointment is updated in the data source.
Event
Main article: onAppointmentUpdated
See Also
appointmentUpdating
Raised before an appointment is updated in the data source.
Event
Main article: onAppointmentUpdating
See Also
cellContextMenu
Raised when a user attempts to open the browser's context menu for a cell.
Event
Main article: onCellContextMenu
See Also
contentReady
Raised when the UI component is rendered and each time the component is repainted.
Event
Main article: onContentReady.
See Also
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged