Version

SchedulerClientEvents Class Members

The following tables list the members exposed by SchedulerClientEvents.

Public Fields
 NameDescription
Public FieldAgendaRangeChangedEvent which is fired after agenda view range is changed when using previous and next buttons (fired only in Agenda View). Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.dateRangeInterval to obtain a reference to the days to be shown in AgendaView mode. Use ui.newAgendaRangeStartDate to obtain a reference to the newly AgendaView start date.  
Public FieldAgendaRangeChangingEvent which is fired before agenda view range is changed when using previous and next buttons (fired only in Agenda View). Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.dateRangeInterval to obtain a reference to the days to be shown in AgendaView mode. Use ui.currentAgendaRangeStartDate to obtain a reference to the current AgendaView start date. Use ui.newAgendaRangeStartDate to obtain a reference to the newly AgendaView start date.  
Public FieldAppointmentCreatedEvent which is fired after an appointment is created. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.appointment to obtain a reference to the created appointment.  
Public FieldAppointmentCreatingEvent which is fired before an appointment is created. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.appointment to obtain a reference to the appointment which is going to be created.  
Public FieldAppointmentDeletedEvent which is fired after an appointment is deleted. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.appointmentId to get the id of the deleted appointment.  
Public FieldAppointmentDeletingEvent which is fired before an appointment is deleted. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.appointment to obtain a reference to the appointment which is going to be deleted.  
Public FieldAppointmentDialogClosedEvent which is fired after closing the dialog window for adding/editing an appointment. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.element to obtain reference to the appointment dialog. Use ui.isAppointmentNew to get whether the appointment is created/updated.  
Public FieldAppointmentDialogClosingEvent which is fired after before clsoing the dialog window for adding/editing an appointment. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.element to obtain reference to the appointment dialog. Use ui.isAppointmentNew to get whether the appointment is creating/updating.  
Public FieldAppointmentDialogOpenedEvent which is fired after opening the dialog for creating/editing appointment. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.element to obtain reference to the appointment dialog. Use ui.isAppointmentNew to get whether we are creating or updating an appointment.  
Public FieldAppointmentDialogOpeningEvent which is fired before opening the dialog for creating/editing appointment. Function takes evt and ui. Use ui.owner to obtain reference to the scheduler. Use ui.element to obtain reference to the appointment dialog. Use ui.isAppointmentNew to get whether we are creating or updating an appointment.  
Public FieldAppointmentEditedEvent which is fired after an appointment is edited. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.appointment to obtain a reference to the edited appointment.  
Public FieldAppointmentEditingEvent which is fired before an appointment is edited. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.appointment to obtain a reference to the original appointment. Use ui.newAppointment to obtain a reference to the appointment with the edited values.  
Public FieldDaySelectedEvent which is fired when a day is selected from the datepicker calendar. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.date to obtain a reference to the currently selected date.  
Public FieldMonthChangedEvent which is fired after month is changed when using previous and next buttons (fired only in Month View). Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.newSelectedDate to obtain a reference to the newly selected date.  
Public FieldMonthChangingEvent which is fired before changing the month begins, when using previous and next buttons (fired only in Month View). Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.newSelectedDate to obtain a reference to the newly selected date. Use ui.currentSelectedDate to obtain a reference to the currently selected date.  
Public FieldRenderedEvent which is fired after rendering of the scheduler has finished. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler that performed the rendering.  
Public FieldRenderingEvent which is fired before rendering of the scheduler begins. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler performing the rendering.  
Public FieldViewChangedEvent which is fired after the view is changed, when using the menu buttons. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.newSelectedView to obtain a reference to the newly selected view.  
Public FieldViewChangingEvent which is fired before the view is changed, when using the menu buttons. Function takes evt and ui. Use ui.owner to obtain a reference to the scheduler. Use ui.currentSelectedView to obtain a reference to the currently selected view. Use ui.newSelectedView to obtain a reference to the newly selected view.  
See Also

View on GitHub