onAfterQuickInfo

在弹出编辑表单关闭后触发

void onAfterQuickInfo(string|number taskId);
taskIdstring|number任务的ID

Example

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

Related samples

Details

此事件属于 Quick Info 扩展,因此请确保已启用 quick_info 插件。

版本 4.1 中新增

See also
Back to top