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.