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

Method setContent

codebase/dhtmlxscheduler.es.js:6576–6578  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

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 }
6579 _isLikeMouseEvent(i) {
6580 return !(!i || typeof i != "object") && "clientX" in i && "clientY" in i;
6581 }

Callers 3

addEventMarkerMethod · 0.45
addEventMarkerMethod · 0.45
_initDelayedFunctionsMethod · 0.45

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected