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

Method setContent

codebase/sources/dhtmlxscheduler.js:20855–20859  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

20853 return this;
20854 }
20855 setContent(html) {
20856 const node = this.getNode();
20857 node.innerHTML = html;
20858 return this;
20859 }
20860 _isLikeMouseEvent(event2) {
20861 if (!event2 || typeof event2 !== "object") {
20862 return false;

Callers 3

addEventMarkerMethod · 0.45
addEventMarkerMethod · 0.45
_initDelayedFunctionsMethod · 0.45

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected