DHTMLX Docs & Samples Explorer
Index
dhtmlxscheduler
Events
Events
onClick
- occurs when the user clicks the left mouse button on an event
onDblClick
- occurs when the user dbl-clicks on an event
onBeforeDrag
- occurs when the user start move|resize operation
2.1+
onContextMenu
- occurs when the user clicks the right mouse button inside scheduler
onEventAdded
- occurs when the user adds a new event
onEventChanged
- occurs after editing an event and saving changes (after clicking on edit and save buttons in event bar or in details window)
onBeforeEventDelete
- blockable, occurs after user clicks on delete button (in event bar or in details window)
onBeforeViewChange
- current view change initiated
onViewChange
- current view changed
onXLS
- xml loading started
onXLE
- xml loading ended
onBeforeLightbox
- details form opening
onAfterLightbox
- details form closing
onEventSave
- save button of details form
onEventCancel
- cancel button of details form
Technical events
onEventCreated
- event creation process started ( dbl-click , or drag-create )
onEventLoading
- event loaded from xml
onTemplatesReady
- templates of scheduler are initialized
onEventIdChange
- id of event changed
onSchedulerResize
- size of scheduler was changed