Skip to main content

onAfterQuickInfo

Description

Fires after the pop-up event form is closed

onAfterQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - the event id

Example

scheduler.attachEvent("onAfterQuickInfo", function(eventId){
// your code here
});

Details

note

The event requires the quick_info plugin to be activated.

Change log

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