Searched refs:duplicateCells (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 254 var graphDuplicateCells = graph.duplicateCells; 256 graph.duplicateCells = function(cells, append) class in graph
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 425 var graphDuplicateCells = graph.duplicateCells; 427 graph.duplicateCells = function(cells, append) class in graph
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 473 graph.setSelectionCells(graph.duplicateCells());
|
H A D | EditorUi.js | 4408 graph.setSelectionCells(graph.duplicateCells(newCells, false));
|
H A D | Graph.js | 4031 realTarget = (targetCell != null) ? targetCell : this.duplicateCells([cellToClone], false)[0]; 9325 Graph.prototype.duplicateCells = function(cells, append) method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2275 …[g];null==p||e.get(p)||(e.put(p,!0),k.push(p))}b.setSelectionCells(b.duplicateCells(k,!1))}catch(t… 2421 …etAbsoluteParent(null!=e?e:b),g=f?b:this.getCompositeParent(g);B=null!=e?e:this.duplicateCells([g], 2573 …tener(document,"mouseleave",function(b){k.clear()})};Graph.prototype.duplicateCells=function(b,d){… 2965 …te");this.addAction("duplicate",function(){try{g.setSelectionCells(g.duplicateCells()),g.scrollCel…
|
H A D | app.min.js | 2309 …[c];null==f||d.get(f)||(d.put(f,!0),e.push(f))}a.setSelectionCells(a.duplicateCells(e,!1))}catch(k… 2670 …etAbsoluteParent(null!=c?c:a),d=g?a:this.getCompositeParent(d);z=null!=c?c:this.duplicateCells([d], 2822 …tener(document,"mouseleave",function(a){k.clear()})};Graph.prototype.duplicateCells=function(a,b){… 3510 …te");this.addAction("duplicate",function(){try{c.setSelectionCells(c.duplicateCells()),c.scrollCel… 12021 …this.graph.view.getState(this.graph.getCellAt(d,e))};var B=v.duplicateCells;v.duplicateCells=funct… class in v
|
H A D | viewer-static.min.js | 2275 …[g];null==p||e.get(p)||(e.put(p,!0),k.push(p))}b.setSelectionCells(b.duplicateCells(k,!1))}catch(t… 2421 …etAbsoluteParent(null!=e?e:b),g=f?b:this.getCompositeParent(g);B=null!=e?e:this.duplicateCells([g], 2573 …tener(document,"mouseleave",function(b){k.clear()})};Graph.prototype.duplicateCells=function(b,d){… 2965 …te");this.addAction("duplicate",function(){try{g.setSelectionCells(g.duplicateCells()),g.scrollCel…
|