Searched refs:rowTo (Results 1 – 3 of 3) sorted by relevance
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 1472 var colFrom, rowFrom, colTo, rowTo; 1475 colTo = rowTo = -1; 1480 rowTo = HistRow[2][showThisMove] === undefined ? -1 : HistRow[2][showThisMove]; 1482 highlightMove(colFrom, rowFrom, colTo, rowTo); 1501 function highlightMove(colFrom, rowFrom, colTo, rowTo) { argument 1508 if ( highlightSquare(colTo, rowTo, true) ) { 1510 rowToHighlighted = rowTo;
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 16299 this.getDataType = function (rowFrom, columnFrom, rowTo, columnTo) { 16307 rowTo = this.countRows(); 16311 if (rowTo === void 0) { 16312 rowTo = rowFrom; property 16319 (0, _number.rangeEach)(Math.min(rowFrom, rowTo), Math.max(rowFrom, rowTo), function (row) {
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …rowTo,columnTo){var _this=this;var previousType=null;var currentType=null;if(rowFrom===void 0){row…
|