Searched refs:dropCellIndex (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 2423 Sidebar.prototype.dropAndConnect = function(source, targets, direction, dropCellIndex, evt) argument 2425 var geo = this.getDropAndConnectGeometry(source, targets[dropCellIndex], direction, targets); 2439 var geo2 = graph.getCellGeometry(targets[dropCellIndex]); 2516 if (graph.model.isEdge(targets[dropCellIndex])) 2530 graph.model.setTerminal(source, targets[dropCellIndex], 2533 else if (graph.model.isEdge(targets[dropCellIndex])) 2536 graph.model.setTerminal(targets[dropCellIndex], source, true); 2537 var geo3 = graph.getCellGeometry(targets[dropCellIndex]); 2556 geo2 = graph.getCellGeometry(targets[dropCellIndex]); 2561 graph.model.setGeometry(targets[dropCellIndex], geo); [all …]
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 418 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 595 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
|