Searched refs:dropAndConnect (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 416 var sidebarDropAndConnect = ui.sidebar.dropAndConnect; 418 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) function
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 593 var sidebarDropAndConnect = ui.sidebar.dropAndConnect; 595 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) function
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 2423 Sidebar.prototype.dropAndConnect = function(source, targets, direction, dropCellIndex, evt) method in Sidebar 2828 …graph.setSelectionCells(this.dropAndConnect(currentTargetState.cell, cells, direction, index, evt)… 3494 graph.setSelectionCells(this.dropAndConnect(graph.getSelectionCell(), cells,
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2509 Sidebar.prototype.dropAndConnect=function(a,b,d,e,c){var f=this.getDropAndConnectGeometry(a,b[e],d,… 2521 …K!=y?(k=a.model.isEdge(t.cell)||null==l?m:l,a.setSelectionCells(this.dropAndConnect(t.cell,e,R,k,c… 2541 …c++)e.model.isVertex(a[c])&&(b=c);null!=b&&(e.setSelectionCells(this.dropAndConnect(e.getSelection… 12024 ….endUpdate()}return m};if(null!=u.sidebar){var C=u.sidebar.dropAndConnect;u.sidebar.dropAndConnect= function
|