Dynamic actions
Resize Task
Triggers when task is resized. Since event is async it does not respect saving the data first into the database. Event is also fired before validation of the move (for logging purposes). Additional data "this.data" provides info about task to be resized.
Move Task
Triggers when task is moved. Since event is async it does not respect saving the data first into the database. Event is also fired before validation of the move (for logging purposes). Additional data "this.data" provides info about task to be moved.
Save task
Triggers after the task is saved in the database. Additional data "this.data" provides info about saved task.
Click on task
Triggers when task is clicked. Additional data "this.data" provides info about clicked task.
Major view change
Triggers on Zoom in and Zoom out Additional data "this.data" provides info about event.
Definition: Major view is top row in header (list of Months by default)
Minor view change
Triggers on Zoom in and Zoom out Additional data "this.data" provides info about event.
Definition : Minor view is bottom row in header (list of Weeks by default)