Home
last modified time | relevance | path

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

/plugin/edittable/script/
H A Deditor.js18 edittable.moveRow = function moveRow(movingRowIndexes, target, dmarray) { function
67 return edittable.moveRow(movingColIndexes, target, row);
399 meta = edittable.moveRow(movingRows, target, meta);
400 data = edittable.moveRow(movingRows, target, data);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js17761 }else if(canChangeRow && this.moveRow(1)){
17762 var task = this.moveRow(1);
17777 }else if(canChangeRow && this.moveRow(-1)){
17778 var task = this.moveRow(-1);
17786 moveRow: function moveRow(dir) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13moveRow(1)){var n=this.moveRow(1);(e=this.getFirstCell())&&this.getEditorConfig(e)&&this.startEdit…
H A Ddhtmlxgantt.js.map1moveRow","nextItem","editNextRow","editPrevRow","handlerId","ScrollbarCell","SCROLL_MODIFIER_KEYS"…
/plugin/edittable/lib/
H A Dhandsontable.full.js44598 value: function moveRow(row, target) {
44630 _this3.rowsMapper.moveRow(actualPosition, target + index);
45355 value: function moveRow(from, to) {