onClear

clearAll 메서드를 사용하여 Gantt 차트에서 모든 작업이 제거되었을 때 한 번 트리거됩니다.

void onClear();

Example

gantt.attachEvent("onClear", function (){
    //여기에 사용자 정의 로직 작성
});

See also
Back to top