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

Method hide

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

Source from the content-addressed store, hash-verified

6570 return o.style.top = t + "px", o.style.left = i + "px", n._waiAria.tooltipVisibleAttr(o), this;
6571 }
6572 hide() {
6573 const i = this._scheduler, t = this.getNode();
6574 return t && t.parentNode && t.parentNode.removeChild(t), i._waiAria.tooltipHiddenAttr(t), this;
6575 }
6576 setContent(i) {
6577 return this.getNode().innerHTML = i, this;
6578 }

Callers 7

showMethod · 0.95
nFunction · 0.45
rFunction · 0.45
cFunction · 0.45
GtFunction · 0.45
destructorMethod · 0.45
_initDelayedFunctionsMethod · 0.45

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected