Searched refs:dndTaskId (Results 1 – 2 of 2) sorted by relevance
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 19980 nextSiblingTarget: function nextSiblingTarget(dndTaskId, targetTaskId, store) { 19986 …if(store.getParent(dndTaskId) != result.targetParent || result.targetIndex < store.getBranchIndex(… 19991 prevSiblingTarget: function prevSiblingTarget(dndTaskId, targetTaskId, store) { 19997 …if(store.getParent(dndTaskId) == result.targetParent && result.targetIndex > store.getBranchIndex(… 20002 firstChildTarget: function firstChildTarget(dndTaskId, targetTaskId, store) { 20010 lastChildTarget: function lastChildTarget(dndTaskId, targetTaskId, store) { 20184 function findClosesTarget(dndTaskId, taskId, allowedLevel, store, up){ argument 20197 …return up ? dropTarget.nextSiblingTarget(dndTaskId, prev, store) : dropTarget.prevSiblingTarget(dn… 20199 return dropTarget.firstChildTarget(dndTaskId, prev, store); 20205 function findTargetAbove(dndTaskId, taskId, allowedLevel, store){ argument [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …dndTaskId","targetTaskId","store","getParent","getBranchIndex","prevSiblingTarget","firstChildTarg…
|