Searched refs:startOfDragCoords (Results 1 – 3 of 3) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 38069 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 D | js.js | 1 …startOfDragCoords=_getDragDirectionAndR.startOfDragCoords,endOfDragCoords=_getDragDirectionAndR.en…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …startOfDragCoords,i=n.endOfDragCoords;if(r&&r.row>-1&&r.col>-1){var a=this.getSelectionData();this…
|