Lines Matching refs:targets
595 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
947 var targets = [];
961 targets.push(target);
965 var bbox = graph.view.getBounds(targets);
1010 var targets = [];
1023 targets.push(temp);
1027 targets.sort(function(a, b)
1033 return targets;
1061 var targets = getOrderedTargets(graph.model.getTerminal(edges[0], true), h2, cell);
1066 var idx = mxUtils.indexOf(targets, state);
1072 if (idx >= 0 && idx <= targets.length - 1)
1074 graph.setSelectionCell(targets[idx].cell);