본문으로 건너뛰기

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.