onLightboxCancel

사용자가 라이트박스에서 '취소' 버튼을 눌렀을 때 트리거됩니다.

void onLightboxCancel(string|number id);
idstring|number작업 ID (현재 라이트박스에 열려 있는 작업)

Example

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

See also
Back to top