Searched refs:allowZoomIn (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 77 GraphViewer.prototype.allowZoomIn = false; method in GraphViewer 129 this.allowZoomIn = (this.graphConfig['allow-zoom-in'] != null) ? 130 this.graphConfig['allow-zoom-in'] : this.allowZoomIn; 844 ((this.allowZoomIn) ? null : 1)); 956 if (container.offsetWidth > 0 && origin == null && this.allowZoomOut && (this.allowZoomIn ||
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 4013 …e.center=!1;GraphViewer.prototype.forceCenter=!1;GraphViewer.prototype.allowZoomIn=!1;GraphViewer.… 4014 …w-zoom-out"]?this.graphConfig["allow-zoom-out"]:this.allowZoomOut;this.allowZoomIn=null!=this.grap… 4015 this.graphConfig["allow-zoom-in"]:this.allowZoomIn;this.forceCenter=null!=this.graphConfig.forceCen… 4038 (this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,null,!0),(this.center||0==this.graphCo… 4041 …offsetHeight:void 0;0<b.offsetWidth&&null==d&&this.allowZoomOut&&(this.allowZoomIn||c.width+2*this…
|
H A D | viewer-static.min.js | 4013 …e.center=!1;GraphViewer.prototype.forceCenter=!1;GraphViewer.prototype.allowZoomIn=!1;GraphViewer.… 4014 …w-zoom-out"]?this.graphConfig["allow-zoom-out"]:this.allowZoomOut;this.allowZoomIn=null!=this.grap… 4015 this.graphConfig["allow-zoom-in"]:this.allowZoomIn;this.forceCenter=null!=this.graphConfig.forceCen… 4038 (this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,null,!0),(this.center||0==this.graphCo… 4041 …offsetHeight:void 0;0<b.offsetWidth&&null==d&&this.allowZoomOut&&(this.allowZoomIn||c.width+2*this…
|