hideQuickInfo

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

void hideQuickInfo();

Example

gantt.showQuickInfo(5);
...
gantt.hideQuickInfo();

Related samples

Details

This method is defined in the Quick Info extension, so you need to activate the quick_info plugin.

See also
Back to top