Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js38069 startOfDragCoords = _getDragDirectionAndR.startOfDragCoords,
38074 if (startOfDragCoords && startOfDragCoords.row > -1 && startOfDragCoords.col > -1) {
38076 …var deltas = (0, _utils.getDeltas)(startOfDragCoords, endOfDragCoords, selectionData, directionOfD…
38079 this.hot.runHooks('beforeAutofill', startOfDragCoords, endOfDragCoords, selectionData);
38088 dragLength = endOfDragCoords.row - startOfDragCoords.row + 1;
38095 dragLength = endOfDragCoords.col - startOfDragCoords.col + 1;
38107 …this.hot.populateFromArray(startOfDragCoords.row, startOfDragCoords.col, fillData, endOfDragCoords…
38647 var startOfDragCoords = void 0,
38654 startOfDragCoords = new _src.CellCoords(endSelection[0], endSelection[1]);
38659 startOfDragCoords = new _src.CellCoords(endSelection[0], startSelection[3] + 1);
[all …]
/plugin/zwidoku/files/
H A Djs.js1startOfDragCoords=_getDragDirectionAndR.startOfDragCoords,endOfDragCoords=_getDragDirectionAndR.en…
/plugin/jsontable/script/
Dhandsontable.full.min.js35startOfDragCoords,i=n.endOfDragCoords;if(r&&r.row>-1&&r.col>-1){var a=this.getSelectionData();this…