Home
last modified time | relevance | path

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

/plugin/edittable/script/
Deditor.js140 var lastselect = { row: 0, col: 0 }; variable
488 var v = r - lastselect.row;
496 var h = c - lastselect.col;
535 lastselect.row = r;
536 lastselect.col = c;
/plugin/zwidoku/files/
H A Djs.js1lastselect={row:0,col:0};var handsontable_config={data:data,startRows:5,startCols:5,colHeaders:tru…