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

Function hiding_function

codebase/sources/dhtmlxscheduler.js:15308–15311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

hideQuickInfoMethod · 0.65

Tested by

no test coverage detected