Searched refs:autoFit (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 49 GraphViewer.prototype.autoFit = false; method in GraphViewer 121 this.autoFit = (this.graphConfig['auto-fit'] != null) ? 122 this.graphConfig['auto-fit'] : this.autoFit; 890 …if (this.graphConfig.resize || ((this.zoomEnabled || !this.autoFit) && this.graphConfig.resize != … 898 if (this.widthIsEmpty && !(container.style.height != '' && this.autoFit)) 908 if (!this.zoomEnabled && this.autoFit) 954 ((container.style.height != '' && this.autoFit) ? container.offsetHeight : undefined); 1031 if (this.forceCenter || this.zoomEnabled || !this.autoFit || document.compatMode == 'BackCompat' ||
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 4012 …ZIndex=999;GraphViewer.prototype.toolbarZIndex=999;GraphViewer.prototype.autoFit=!1;GraphViewer.pr… 4014 …his.graphConfig=null!=e?e:{};this.autoFit=null!=this.graphConfig["auto-fit"]?this.graphConfig["aut… 4039 …autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,this.minW… 4040 …(this.minHeight,c.height+2*this.graph.border+1)),!this.zoomEnabled&&this.autoFit){var p=g=null,k=m… 4041 …ig["max-height"]?this.graphConfig["max-height"]:""!=b.style.height&&this.autoFit?b.offsetHeight:vo… 4043 …ntainerHeight=function(b,c){if(this.forceCenter||this.zoomEnabled||!this.autoFit||"BackCompat"==do…
|
H A D | viewer-static.min.js | 4012 …ZIndex=999;GraphViewer.prototype.toolbarZIndex=999;GraphViewer.prototype.autoFit=!1;GraphViewer.pr… 4014 …his.graphConfig=null!=e?e:{};this.autoFit=null!=this.graphConfig["auto-fit"]?this.graphConfig["aut… 4039 …autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,this.minW… 4040 …(this.minHeight,c.height+2*this.graph.border+1)),!this.zoomEnabled&&this.autoFit){var p=g=null,k=m… 4041 …ig["max-height"]?this.graphConfig["max-height"]:""!=b.style.height&&this.autoFit?b.offsetHeight:vo… 4043 …ntainerHeight=function(b,c){if(this.forceCenter||this.zoomEnabled||!this.autoFit||"BackCompat"==do…
|