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

Method hide

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

Source from the content-addressed store, hash-verified

20840 return this;
20841 }
20842 hide() {
20843 const scheduler2 = this._scheduler;
20844 const node = this.getNode();
20845 if (node && node.parentNode) {
20846 node.parentNode.removeChild(node);
20847 }
20848 scheduler2._waiAria.tooltipHiddenAttr(node);
20849 return this;
20850 }
20851 setContent(html) {
20852 const node = this.getNode();
20853 node.innerHTML = html;

Callers 7

showMethod · 0.95
callbackFunction · 0.45
infoFunction · 0.45
_createBoxFunction · 0.45
messageFunction · 0.45
destructorMethod · 0.45
_initDelayedFunctionsMethod · 0.45

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected