onBeforeBatchUpdate

batchUpdate 메서드가 실행되기 직전에 트리거됩니다.

void onBeforeBatchUpdate();

Example

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

See also
Change log

버전 4.0에 추가됨

Back to top