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

Method _initDelayedFunctions

codebase/dhtmlxscheduler.es.js:6642–6649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6640 } });
6641 }
6642 _initDelayedFunctions() {
6643 const i = this._scheduler;
6644 this.delayShow && this.delayShow.$cancelTimeout(), this.delayHide && this.delayHide.$cancelTimeout(), this.tooltip.hide(), this.delayShow = ne.delay((t, n) => {
6645 i.callEvent("onBeforeTooltip", [t]) === !1 ? this.tooltip.hide() : (this.tooltip.setContent(n), this.tooltip.show(t));
6646 }, i.config.tooltip_timeout || 1), this.delayHide = ne.delay(() => {
6647 this.delayShow.$cancelTimeout(), this.tooltip.hide();
6648 }, i.config.tooltip_hide_timeout || 1);
6649 }
6650}
6651const Fa = { active_links: function(e) {
6652 e.config.active_link_view = "day", e._active_link_click = function(i) {

Callers 2

constructorMethod · 0.95
tooltipForMethod · 0.95

Calls 4

callEventMethod · 0.65
hideMethod · 0.45
setContentMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected