onLightboxCancel

当用户在lightbox中按下“取消”按钮时触发

void onLightboxCancel(string|number id);
idstring|number任务ID(当前在lightbox中打开的任务)

Example

gantt.attachEvent("onLightboxCancel", function(id){
    // 在这里添加自定义逻辑
})

See also
Back to top