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

Method setContent

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

Source from the content-addressed store, hash-verified

20849 return this;
20850 }
20851 setContent(html) {
20852 const node = this.getNode();
20853 node.innerHTML = html;
20854 return this;
20855 }
20856 _isLikeMouseEvent(event2) {
20857 if (!event2 || typeof event2 !== "object") {
20858 return false;

Callers 3

addEventMarkerMethod · 0.45
addEventMarkerMethod · 0.45
_initDelayedFunctionsMethod · 0.45

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected