onBeforeBatchUpdate

batchUpdate 方法执行之前触发

void onBeforeBatchUpdate();

Example

gantt.attachEvent("onBeforeBatchUpdate", function(){
    // 在这里编写你的代码
});

See also
Change log

4.0 版本新增

Back to top