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.

Type:

Event

Main article: onAppointmentAdded

See Also

appointmentAdding

Raised before an appointment is added to the data source.

Type:

Event

Main article: onAppointmentAdding

See Also

appointmentClick

Raised when an appointment is clicked or tapped.

Type:

Event

Main article: onAppointmentClick

See Also

appointmentContextMenu

Raised when a user attempts to open the browser's context menu for an appointment.

Type:

Event

Main article: onAppointmentContextMenu

See Also

appointmentDblClick

Raised when an appointment is double-clicked or double-tapped.

Type:

Event

Main article: onAppointmentDblClick

See Also

appointmentDeleted

Raised after an appointment is deleted from the data source.

Type:

Event

Main article: onAppointmentDeleted

See Also

appointmentDeleting

Raised before an appointment is deleted from the data source.

Type:

Event

Main article: onAppointmentDeleting

See Also

appointmentFormOpening

Raised before an appointment details form is opened.

Type:

Event

Main article: onAppointmentFormOpening

See Also

appointmentRendered

Raised when an appointment is rendered.

Type:

Event

Main article: onAppointmentRendered

See Also

appointmentTooltipShowing

Fires before showing an appointment's tooltip.

Type:

Event

appointmentUpdated

Raised after an appointment is updated in the data source.

Type:

Event

Main article: onAppointmentUpdated

See Also

appointmentUpdating

Raised before an appointment is updated in the data source.

Type:

Event

Main article: onAppointmentUpdating

See Also

cellClick

Raised when a view cell is clicked.

Type:

Event

Main article: onCellClick

See Also

cellContextMenu

Raised when a user attempts to open the browser's context menu for a cell.

Type:

Event

Main article: onCellContextMenu

See Also

contentReady

Raised when the UI component's content is ready.

Type:

Event

Main article: onContentReady.

See Also

disposing

Raised before the UI component is disposed of.

Type:

Event

Main article: onDisposing

See Also

initialized

Raised only once, after the UI component is initialized.

Type:

Event

Main article: onInitialized

See Also

optionChanged

Raised after a UI component property is changed.

Type:

Event

Main article: onOptionChanged

See Also