onBeforeBatchUpdate

fires before the batchUpdate method is called

void onBeforeBatchUpdate();

Example

gantt.attachEvent("onBeforeBatchUpdate", function(){
    // your code here
});

See also
Change log

added in version 4.0

Back to top