onQuickInfo

fires when the pop-up edit form appears

void onQuickInfo(string eventId);
eventIdstringthe event id

Example

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