Searched refs:isCellResizable (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
D | explore.js | 93 graph.isCellResizable = function() function
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Format.js | 212 result.resizable = result.resizable && graph.isCellResizable(cell); 3740 !graph.isCellResizable(cell));
|
D | EditorUi.js | 5127 if (graph.getModel().isVertex(cells[i]) && graph.isCellResizable(cells[i]))
|
D | Graph.js | 9517 Graph.prototype.isCellResizable = function(cell) method in Graph 9519 var result = mxGraph.prototype.isCellResizable.apply(this, arguments);
|
/plugin/jdraw/lib/ |
D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/diagramly/ |
D | Dialogs.js | 8775 if (graph.isCellResizable(vertices[i]))
|
/plugin/diagramsnet/lib/mxgraph/ |
D | mxClient.js | 1158 …SIZE_HEIGHT]&&(e.height=m);this.isCellMovable(a)||(e.x=g,e.y=k);this.isCellResizable(a)||(e.width=… 1245 …){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellResizable(a)}))}; 1246 mxGraph.prototype.isCellResizable=function(a){var b=this.getCurrentCellStyle(a);return this.isCells… method in mxGraph 1541 …SelectionCount()<mxGraphHandler.prototype.maxCells){var a=this.graph.isCellResizable(this.state.ce…
|
/plugin/diagramsnet/lib/js/ |
D | viewer.min.js | 1362 …SIZE_HEIGHT]&&(e.height=m);this.isCellMovable(a)||(e.x=g,e.y=k);this.isCellResizable(a)||(e.width=… 1449 …){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellResizable(a)}))}; 1450 mxGraph.prototype.isCellResizable=function(a){var b=this.getCurrentCellStyle(a);return this.isCells… method in mxGraph 1745 …SelectionCount()<mxGraphHandler.prototype.maxCells){var a=this.graph.isCellResizable(this.state.ce… 2297 …tionCells();for(f=0;f<c.length;f++)if(k.getModel().isVertex(c[f])&&k.isCellResizable(c[f])){var e=… 2576 …break}}else document.execCommand("createlink",!1,mxUtils.trim(b))};Graph.prototype.isCellResizable= method in Graph 2577 function(b){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),f=this.getCurrentCellStyl…
|
D | app.min.js | 1396 …SIZE_HEIGHT]&&(e.height=m);this.isCellMovable(a)||(e.x=g,e.y=k);this.isCellResizable(a)||(e.width=… 1483 …){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellResizable(a)}))}; 1484 mxGraph.prototype.isCellResizable=function(a){var b=this.getCurrentCellStyle(a);return this.isCells… method in mxGraph 1779 …SelectionCount()<mxGraphHandler.prototype.maxCells){var a=this.graph.isCellResizable(this.state.ce… 2331 …tionCells();for(c=0;c<d.length;c++)if(e.getModel().isVertex(d[c])&&e.isCellResizable(d[c])){var f=… 2825 …break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable= method in Graph 2826 function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.getCurrentCellStyl… 2965 …ells.push(b);if(d.getModel().isVertex(b)){a.resizable=a.resizable&&d.isCellResizable(b);a.rotatabl… 3090 …(b)||e.getModel().isEdge(a)||!e.isTableRow(a)&&!e.isTableCell(a)&&!e.isCellResizable(a)}));n=this.… 10322 …ull==f.offset&&(f.offset=new mxPoint),f.offset.y=Number(v.value))),d.isCellResizable(e[c])&&(0<mxU…
|
D | viewer-static.min.js | 1362 …SIZE_HEIGHT]&&(e.height=m);this.isCellMovable(a)||(e.x=g,e.y=k);this.isCellResizable(a)||(e.width=… 1449 …){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellResizable(a)}))}; 1450 mxGraph.prototype.isCellResizable=function(a){var b=this.getCurrentCellStyle(a);return this.isCells… method in mxGraph 1745 …SelectionCount()<mxGraphHandler.prototype.maxCells){var a=this.graph.isCellResizable(this.state.ce… 2297 …tionCells();for(f=0;f<c.length;f++)if(k.getModel().isVertex(c[f])&&k.isCellResizable(c[f])){var e=… 2576 …break}}else document.execCommand("createlink",!1,mxUtils.trim(b))};Graph.prototype.isCellResizable= method in Graph 2577 function(b){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),f=this.getCurrentCellStyl…
|