Searched refs:ignoreCellAt (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 931 graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt) argument 961 ignoreCellAt || source.getAttribute('treeRoot') == '1');
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 1184 …graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, targetCel… argument
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 3891 Graph.prototype.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, … argument 3893 ignoreCellAt = (ignoreCellAt) ? ignoreCellAt : false; 3957 var rect = (!ignoreCellAt) ? new mxRectangle(dx + pt.x * s, dy + pt.y * s).grow(40 * s) : null;
|