Searched refs:distributeCells (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Menus.js | 271 …menu.addItem(mxResources.get('horizontal'), null, function() { graph.distributeCells(true); }, par… 272 …menu.addItem(mxResources.get('vertical'), null, function() { graph.distributeCells(false); }, pare…
|
H A D | Format.js | 2264 graph.distributeCells(true); 2274 graph.distributeCells(false);
|
H A D | Graph.js | 9538 Graph.prototype.distributeCells = function(horizontal, cells) method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2826 …BLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE])};Graph.prototype.distributeCells=function(a,b)… 3034 …distributeCells(!0)});d.setAttribute("title",mxResources.get("horizontal"));d.style.width="104px";… 3570 …rizontal"),null,function(){b.distributeCells(!0)},c);a.addItem(mxResources.get("vertical"),null,fu…
|
H A D | viewer.min.js | 2577 …BLE,"1")&&"wrap"==f[mxConstants.STYLE_WHITE_SPACE])};Graph.prototype.distributeCells=function(b,d)…
|
H A D | viewer-static.min.js | 2577 …BLE,"1")&&"wrap"==f[mxConstants.STYLE_WHITE_SPACE])};Graph.prototype.distributeCells=function(b,d)…
|