JavaScript/jQuery Scheduler Types
AllDayPanelMode
Specifies the display mode for the All day panel.
AppointmentAddedEvent
The type of the appointmentAdded event handler's argument.
Used in:
AppointmentAddingEvent
The type of the appointmentAdding event handler's argument.
Used in:
AppointmentClickEvent
The type of the appointmentClick event handler's argument.
Used in:
AppointmentCollectorTemplateData
Information about a cell overflow indicator.
AppointmentContextMenuEvent
The type of the appointmentContextMenu event handler's argument.
Used in:
AppointmentDblClickEvent
The type of the appointmentDblClick event handler's argument.
Used in:
AppointmentDeletedEvent
The type of the appointmentDeleted event handler's argument.
Used in:
AppointmentDeletingEvent
The type of the appointmentDeleting event handler's argument.
Used in:
AppointmentFormIconsShowMode
Specifies icon visibility within the Appointment Edit Form.
The Scheduler Appointment Edit Form consists of two parts: a general information group and a recurrence settings group. Implement AppointmentFormIconsShowMode values in editing.form.iconsShowMode to configure icon visibility as follows:
- "both"
Display icons in both general information and recurrence settings groups. - "main"
Display icons in the general information group only. - "recurrence"
Display icons in the recurrence settings group only. - "none"
Hide icons in both groups.
AppointmentFormOpeningEvent
The type of the appointmentFormOpening event handler's argument.
Used in:
AppointmentFormProperties
AppointmentRenderedEvent
The type of the appointmentRendered event handler's argument.
Used in:
AppointmentTemplateData
AppointmentTooltipShowingAppointmentInfo
Specifies appointments information in AppointmentTooltipShowingEvent.
AppointmentTooltipShowingEvent
The type of the appointmentTooltipShowing event handler's argument.
AppointmentTooltipTemplateData
AppointmentUpdatedEvent
The type of the appointmentUpdated event handler's argument.
Used in:
AppointmentUpdatingEvent
The type of the appointmentUpdating event handler's argument.
Used in:
CellAppointmentsLimit
Specifies the limit of full-sized appointments displayed per cell. Applies to all views except "agenda".
CellClickEvent
The type of the cellClick event handler's argument.
Used in:
CellContextMenuEvent
The type of the cellContextMenu event handler's argument.
Used in:
ContentReadyEvent
The type of the contentReady event handler's argument.
Used in:
DateNavigatorItemProperties
DisposingEvent
The type of the disposing event handler's argument.
Used in:
InitializedEvent
The type of the initialized event handler's argument.
Used in:
Occurrence
An object that contains information about an appointment occurrence. The getOccurrences method returns objects of this type.
An occurrence is an appointment instance that falls within the specified interval. Recurring appointments can generate multiple occurrences.
OptionChangedEvent
The type of the optionChanged event handler's argument.
Used in:
RecurrenceEditMode
Specifies the edit mode for recurring appointments.
SchedulerPredefinedDateNavigatorItem
Specifies names for date navigator parts.
SchedulerPredefinedToolbarItem
Specifies predefined items for the Scheduler toolbar.
See Also
- toolbar.items
SchedulerScrollToAlign
Specifies the alignment of the date in the view.
Available values:
- 'start' - the date is aligned with the start of the view (top for vertical scrolling or left for horizontal scrolling).
- 'center' - the date is aligned with the center of the view.
Used in:
SelectionEndEvent
The type of the selectionEnd event handler's argument.
Used in:
SnapToCellsMode
Specifies how the Scheduler snaps appointments to the grid.
The following snapToCellsMode values are available:
- "always": Scheduler snaps all appointments to the grid.
- "auto": Only appointments that occupy two or fewer cells are snapped to the grid.
- "never": Scheduler does not snap appointments to the grid.