Skip to main content

onQuickInfo

Description

Fires when the pop-up edit form appears

onQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - the event id

Example

scheduler.attachEvent("onQuickInfo",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.