| |
Event | Runtime condition |
---|
Initialization (server code) | Run when opening the page. |
Moving an appointment (server code) | Run when an appointment is moved in the Scheduler control. This event is run at the end of the movement with the mouse (when the mouse is "released"). |
Resizing an appointment (server code) | Run when resizing an appointment in the Scheduler control (resize operation performed with the mouse for example). This event is run at the end of the resize (when the mouse is "released"). |
Deleting an appointment (server code) | Run when the appointment is deleted. This deletion is performed when clicking the icon for appointment deletion (the red cross) displayed on the right of selected appointment. |
Before creating the appointment (server code) | Run during the direct input of a new appointment with the keyboard. To perform the direct input, all you have to do is double-click the appointment and type its title. |
Exit from appointment input (server code) | Run during the exit from appointment input (exit when adding an appointment or when modifying an appointment for example). This exit corresponds to the [ENTER] key pressed to validate the input. |
Whenever the period changes (server code) | Run when the period displayed in the Scheduler control is modified (via the arrow buttons found at the top left of Scheduler control). |
Reassigning an appointment (server code) | Run when moving an appointment triggers the modification of the resource associated with the appointment. |
Selecting an appointment (browser code) | Run when an existing appointment is selected in the Scheduler control. |
Moving an appointment (browser code) | Run when an appointment is moved in the Scheduler control. This event is run at the end of the movement with the mouse (when the mouse is "released"). |
Resizing an appointment (browser code) | Run when resizing an appointment in the Scheduler control (resize operation performed with the mouse for example). This event is run at the end of the resize (when the mouse is "released"). |
Selecting a period (browser code) | Run when a time range is selected in the Scheduler control. |
Deleting an appointment (browser code) | Run when the appointment is deleted. This deletion is performed when clicking the icon for appointment deletion (the red cross) displayed on the right of selected appointment. |
Before creating the appointment (browser code) | Run during the direct input of a new appointment with the keyboard. To perform the direct input, all you have to do is double-click the appointment and type its title. |
Enter an appointment in input (browser code) | Run during the direct input of the appointment. To perform the direct input, all you have to do is double-click the appointment and type its title. This event is run after the event "Before creating the appointment". |
Exit from appointment input (browser code) | Run during the exit from appointment input (exit when adding an appointment or when modifying an appointment for example). This exit corresponds to pressing Enter to validate the input. |
Reassigning an appointment (browser code) | Run when moving an appointment triggers the modification of the resource associated with the appointment. |