본문으로 건너뛰기

onAfterQuickInfo

Description

팝업 이벤트 폼이 닫힌 직후에 트리거됩니다.

onAfterQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - 이벤트 ID

Example

scheduler.attachEvent("onAfterQuickInfo", function(eventId){  
// 여기에 코드 작성
});

Details

노트

이 이벤트는 quick_info 플러그인이 활성화되어 있어야 합니다.

Change log

  • 버전 4.4에 추가됨
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.