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

Method hide

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

Source from the content-addressed store, hash-verified

20844 return this;
20845 }
20846 hide() {
20847 const scheduler2 = this._scheduler;
20848 const node = this.getNode();
20849 if (node && node.parentNode) {
20850 node.parentNode.removeChild(node);
20851 }
20852 scheduler2._waiAria.tooltipHiddenAttr(node);
20853 return this;
20854 }
20855 setContent(html) {
20856 const node = this.getNode();
20857 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