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

Function getCellHeight

codebase/sources/dhtmlxscheduler.js:3396–3402  ·  view source on GitHub ↗
(row2)

Source from the content-addressed store, hash-verified

3394 tdwidths[i] = cell_width;
3395 }
3396 function getCellHeight(row2) {
3397 var h = scheduler2._colsS.height;
3398 if (scheduler2._colsS.heights[row2 + 1] !== void 0) {
3399 h = scheduler2._colsS.heights[row2 + 1] - (scheduler2._colsS.heights[row2] || 0);
3400 }
3401 return h;
3402 }
3403 var cellheight = 0;
3404 const table = document.createElement("div");
3405 table.classList.add("dhx_cal_month_table");

Callers 1

extend$jFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected