onAfterQuickInfo

fires after the pop-up event form is closed

void onAfterQuickInfo(string eventId);
eventIdstringthe event id

Example

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

Details

The event requires the quick_info plugin to be activated.

See also
Change log

added in version 4.4

Back to top