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

Method getNode

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

Source from the content-addressed store, hash-verified

20803 this._scheduler = scheduler2;
20804 }
20805 getNode() {
20806 const scheduler2 = this._scheduler;
20807 if (!this._tooltipNode) {
20808 this._tooltipNode = document.createElement("div");
20809 this._tooltipNode.className = "dhtmlXTooltip scheduler_tooltip tooltip";
20810 scheduler2._waiAria.tooltipAttr(this._tooltipNode);
20811 }
20812 if (scheduler2.config.rtl) {
20813 this._tooltipNode.classList.add("dhtmlXTooltip_rtl");
20814 } else {
20815 this._tooltipNode.classList.remove("dhtmlXTooltip_rtl");
20816 }
20817 return this._tooltipNode;
20818 }
20819 setViewport(node) {
20820 this._root = node;
20821 return this;

Callers 13

showMethod · 0.95
hideMethod · 0.95
setContentMethod · 0.95
scheduler_nodeFunction · 0.45
nav_nodeFunction · 0.45
header_cellFunction · 0.45
eventFunction · 0.45
minical_buttonFunction · 0.45
minical_cellFunction · 0.45
coreFunction · 0.45
focusEventFunction · 0.45

Calls 1

addMethod · 0.65

Tested by

no test coverage detected