Searched refs:maxFitScale (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | animation.js | 218 graph.maxFitScale = null; 278 graph.maxFitScale = 1;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 843 this.graph.maxFitScale = (maxScale != null) ? maxScale : (this.graphConfig.zoom || 852 this.graph.maxFitScale = null;
|
H A D | Dialogs.js | 5623 graph.maxFitScale = null; 5741 graph.maxFitScale = 8; 5790 cmpGraph.maxFitScale = null; 6104 graph.maxFitScale = 1; 6466 graph.maxFitScale = null; 6539 graph.maxFitScale = 8; 6626 graph.maxFitScale = 1; 11957 graph.maxFitScale = null; 11988 graph.maxFitScale = 1;
|
H A D | EditorUi.js | 12470 var prev = graph.maxFitScale; 12471 graph.maxFitScale = data.maxFitScale; 12473 graph.maxFitScale = prev;
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 3073 this.editor.graph.maxFitScale = this.lightboxMaxFitScale; 3075 this.editor.graph.maxFitScale = null;
|
H A D | Graph.js | 1898 Graph.prototype.maxFitScale = null; method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 1305 …e.imageBundles=null;mxGraph.prototype.minFitScale=.1;mxGraph.prototype.maxFitScale=8;mxGraph.proto… method in mxGraph 1336 …nFitScale&&(e=Math.max(e,this.minFitScale));null!=this.maxFitScale&&(e=Math.min(e,this.maxFitScale… 2263 …his.editor.graph.maxFitScale=this.lightboxMaxFitScale;this.editor.graph.fit(d,null,null,null,null,… 2612 mxUtils.extend(Graph,mxGraph);Graph.prototype.minFitScale=null;Graph.prototype.maxFitScale=null;Gra… 10231 …ll=!0;f.panningHandler.useLeftButtonForPanning=!0;f.minFitScale=null;f.maxFitScale=null;f.centerZo… 10234 …xUtils.setOpacity(G,20);var E=mxUtils.button("",function(){null!=y&&(f.maxFitScale=8,f.fit(8),f.ce… 10236 …ll=!0;M.panningHandler.useLeftButtonForPanning=!0;M.minFitScale=null;M.maxFitScale=null;M.centerZo… 10245 …kgroundColor=c;(new mxCodec(b.ownerDocument)).decode(b,f.getModel());f.maxFitScale=1;f.fit(8);f.ce… 10256 …ll=!0;z.panningHandler.useLeftButtonForPanning=!0;z.minFitScale=null;z.maxFitScale=null;z.centerZo… 10258 "none";p.style.margin="2px";mxUtils.setOpacity(p,60);e=mxUtils.button("",function(){z.maxFitScale=8… [all …]
|
H A D | viewer.min.js | 1271 …e.imageBundles=null;mxGraph.prototype.minFitScale=.1;mxGraph.prototype.maxFitScale=8;mxGraph.proto… method in mxGraph 1302 …nFitScale&&(e=Math.max(e,this.minFitScale));null!=this.maxFitScale&&(e=Math.min(e,this.maxFitScale… 2229 …his.editor.graph.maxFitScale=this.lightboxMaxFitScale;this.editor.graph.fit(e,null,null,null,null,… 2363 mxUtils.extend(Graph,mxGraph);Graph.prototype.minFitScale=null;Graph.prototype.maxFitScale=null;Gra… 4037 …ze=!0,"auto"==b.style.overflow&&(b.style.overflow="hidden"),this.graph.maxFitScale=null!=c?c:this.… 4038 …raphConfig.resize&&""!=b.style.height)&&this.graph.center(),this.graph.maxFitScale=null,0==this.gr…
|
H A D | viewer-static.min.js | 1271 …e.imageBundles=null;mxGraph.prototype.minFitScale=.1;mxGraph.prototype.maxFitScale=8;mxGraph.proto… method in mxGraph 1302 …nFitScale&&(e=Math.max(e,this.minFitScale));null!=this.maxFitScale&&(e=Math.min(e,this.maxFitScale… 2229 …his.editor.graph.maxFitScale=this.lightboxMaxFitScale;this.editor.graph.fit(e,null,null,null,null,… 2363 mxUtils.extend(Graph,mxGraph);Graph.prototype.minFitScale=null;Graph.prototype.maxFitScale=null;Gra… 4037 …ze=!0,"auto"==b.style.overflow&&(b.style.overflow="hidden"),this.graph.maxFitScale=null!=c?c:this.… 4038 …raphConfig.resize&&""!=b.style.height)&&this.graph.center(),this.graph.maxFitScale=null,0==this.gr…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1067 …e.imageBundles=null;mxGraph.prototype.minFitScale=.1;mxGraph.prototype.maxFitScale=8;mxGraph.proto… method in mxGraph 1098 …nFitScale&&(e=Math.max(e,this.minFitScale));null!=this.maxFitScale&&(e=Math.min(e,this.maxFitScale…
|