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

Function isYearMode

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

Source from the content-addressed store, hash-verified

21223 return ev.text;
21224 };
21225 const isYearMode = function() {
21226 return scheduler2._mode == "year";
21227 };
21228 const getCellDate = function(node) {
21229 var day = scheduler2.$domHelpers.closest(node, "[data-cell-date]");
21230 if (!day || !day.hasAttribute("data-cell-date"))

Callers 1

year_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected