onBeforeBatchUpdate

fires before the batchUpdate method is called

void onBeforeBatchUpdate();

Example

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

See also
Change log

added in version 7.1

Back to top