본문으로 건너뛰기

onQuickInfo

Description

팝업 편집 양식이 나타날 때 발생합니다

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

Parameters

  • taskId - (필수) string | number - 작업 ID

Example

gantt.attachEvent("onQuickInfo",function(taskId){
// 여기에 코드 작성
});

Details

노트

이벤트는 Quick Info 확장에 정의되어 있으므로 quick_info 플러그인을 활성화해야 합니다.

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.