跳到主要内容

onAfterQuickInfo

Description

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

onAfterQuickInfo: (taskId: string | number) => void;

Parameters

  • taskId - (必填) string | number - 任务 ID

Example

gantt.attachEvent("onAfterQuickInfo",function(taskId){
// 在这里插入您的自定义逻辑
});

Details

注释

该事件在 Quick Info 扩展中定义,因此您需要激活 quick_info 插件。

在 4.1 版本中新增

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.