fires after the pop-up event form is closed
eventId | string | the event id |
scheduler.attachEvent("onAfterQuickInfo", function(eventId){
// your code here
});
The event requires the quick_info plugin to be activated.
added in version 4.4
Back to top