Skip to main content

onAfterQuickInfo

Description

Fires after the pop-up edit form is closed

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

Parameters

  • taskId - (required) string | number - the task id

Example

gantt.attachEvent("onAfterQuickInfo",function(taskId){
// your code here
});

Details

note

This event is defined in the Quick Info extension, so you need to activate the quick_info plugin.

added in version 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.