Home
last modified time | relevance | path

Searched refs:cellMatrix (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js7655 var cellMatrix; // a matrix (by level, then column) of all <td> jQuery elements in the row
7674 td = cellMatrix[levelLimit - 1][col];
7685 cellMatrix = rowStruct.cellMatrix;
7702 td = cellMatrix[levelLimit - 1][seg.leftCol]; // the segment's parent cell
13722 var cellMatrix = []; // lookup for all <td> elements of the level+col matrix
13743 cellMatrix[i][col] = td;
13753 cellMatrix.push([]);
13770 cellMatrix[i][col] = td;
13784 cellMatrix: cellMatrix, property