Articles
91 - 100 entries are shown from 178 total found

onBeforeMultiSelect

Chapter Events
fires before selecting a task or a range of tasks void onBeforeMultiSelect ( Event e ); e Event a native

onEmptyClick

Chapter Events
fires when the user clicks on an empty ... Gantt chart (not on tasks) void onEmptyClick ( Event e ); e Event a native

onLinkDblClick

Chapter Events
fires when the user double clicks on a ... a link boolean onLinkDblClick ( string|number id , [ Event e ] ); id string|number the id of the clicked link e Event optional, a native

onLinkValidation

Chapter Events
fires when the user adds a new link ... boolean defines whether the default action of the event will be triggered ( true ) or cancelled ( false ) Example Details The event fires in the isLinkAllowed method. The

onTaskClick

Chapter Events
fires when the user clicks on a task ... timeline area boolean onTaskClick ( string|number id , [ Event e ] ); id string|number the id of the clicked task e Event optional, a native

onTaskDblClick

Chapter Events
fires when the user double clicks on a ... a task boolean onTaskDblClick ( string id , [ Event e ] ); id string the id of the double clicked task e Event a native

onTaskDrag

Chapter Events
fires when the user drags a task void ... string|number id , string mode , object task , object original , Event e ); id string|number the task id mode ... object original object the original(initial) task object e Event a native

onTaskMultiSelect

Chapter Events
fires after the task selection state has changed ... selected/unselected) void onTaskMultiSelect ( string|number id , boolean state , Event e ); id string|number the id of a ... has been selected, false - if unselected e Event a native

checkEvent

Chapter Methods
checks whether an event has some handler(s) specified boolean checkEvent (

locate

Chapter Methods
gets the id of a task from the specified HTML event string|number locate ( Event e ); e

Back to top