hideQuickInfo

hides the pop-up event form (if it's currently active)

void hideQuickInfo();

Example

scheduler.showQuickInfo(5);
...
scheduler.hideQuickInfo();

Details

The method requires the quick_info plugin to be activated.

See also
Back to top