MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / hiding_function

Function hiding_function

codebase/sources/dhtmlxscheduler.es.js:15304–15307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15302 (function() {
15303 var events = ["onEmptyClick", "onViewChange", "onLightbox", "onBeforeEventDelete", "onBeforeDrag"];
15304 var hiding_function = function() {
15305 scheduler2.hideQuickInfo(true);
15306 return true;
15307 };
15308 for (var i = 0; i < events.length; i++) {
15309 scheduler2.attachEvent(events[i], hiding_function);
15310 }

Callers

nothing calls this directly

Calls 1

hideQuickInfoMethod · 0.65

Tested by

no test coverage detected