onBeforeBatchUpdate

batchUpdate 方法执行之前触发

void onBeforeBatchUpdate();

Example

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

See also
Change log

added in version 7.1

返回顶部