Home
last modified time | relevance | path

Searched refs:ignoreCellAt (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js931 graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt) argument
961 ignoreCellAt || source.getAttribute('treeRoot') == '1');
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js1184 …graph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, targetCel… argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3891 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;