Searched refs:isFastZoomEnabled (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 966 if (graph.isFastZoomEnabled()) 977 if (graph.isFastZoomEnabled())
|
H A D | EditorUi.js | 2726 if (graph.isFastZoomEnabled()) 2809 …}), (delay != null) ? delay : ((graph.isFastZoomEnabled()) ? ui.wheelZoomDelay : ui.lazyZoomDelay)… 2868 if (graph.isFastZoomEnabled())
|
H A D | Graph.js | 2349 Graph.prototype.isFastZoomEnabled = function() method in Graph
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 6410 var graphIsFastZoomEnabled = Graph.prototype.isFastZoomEnabled; 6412 Graph.prototype.isFastZoomEnabled = function() method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2218 ….isMouseDown||ea)C=window.setTimeout(mxUtils.bind(this,function(){b.isFastZoomEnabled()&&(null!=b.… 2221 N);b.cumulativeZoomFactor=1;N=ea=L=O=C=null}),null!=d?d:b.isFastZoomEnabled()?e.wheelZoomDelay:e.la… 2222 …in(this.view.scale*this.cumulativeZoomFactor,160))/this.view.scale;if(b.isFastZoomEnabled()){null== 2373 …es(f[g],u,[d[c]])}}finally{this.model.endUpdate()}};Graph.prototype.isFastZoomEnabled=function(){r… 2981 …setScrollbars()},null,null,"Enter/Home");this.addAction("zoomIn",function(b){g.isFastZoomEnabled()? 2982 … (Numpad) / Alt+Mousewheel");this.addAction("zoomOut",function(b){g.isFastZoomEnabled()?g.lazyZoom… 3290 …tribute("data-font-src",d)}};var B=Graph.prototype.isFastZoomEnabled;Graph.prototype.isFastZoomEna…
|
H A D | viewer-static.min.js | 2218 ….isMouseDown||ea)C=window.setTimeout(mxUtils.bind(this,function(){b.isFastZoomEnabled()&&(null!=b.… 2221 N);b.cumulativeZoomFactor=1;N=ea=L=O=C=null}),null!=d?d:b.isFastZoomEnabled()?e.wheelZoomDelay:e.la… 2222 …in(this.view.scale*this.cumulativeZoomFactor,160))/this.view.scale;if(b.isFastZoomEnabled()){null== 2373 …es(f[g],u,[d[c]])}}finally{this.model.endUpdate()}};Graph.prototype.isFastZoomEnabled=function(){r… 2981 …setScrollbars()},null,null,"Enter/Home");this.addAction("zoomIn",function(b){g.isFastZoomEnabled()? 2982 … (Numpad) / Alt+Mousewheel");this.addAction("zoomOut",function(b){g.isFastZoomEnabled()?g.lazyZoom… 3290 …tribute("data-font-src",d)}};var B=Graph.prototype.isFastZoomEnabled;Graph.prototype.isFastZoomEna…
|
H A D | app.min.js | 2252 …a.isMouseDown||M)y=window.setTimeout(mxUtils.bind(this,function(){a.isFastZoomEnabled()&&(null!=a.… 2255 R);a.cumulativeZoomFactor=1;R=M=I=L=y=null}),null!=c?c:a.isFastZoomEnabled()?d.wheelZoomDelay:d.laz… 2256 …in(this.view.scale*this.cumulativeZoomFactor,160))/this.view.scale;if(a.isFastZoomEnabled()){null== 2622 …es(c[f],k,[b[d]])}}finally{this.model.endUpdate()}};Graph.prototype.isFastZoomEnabled=function(){r… 3526 …setScrollbars()},null,null,"Enter/Home");this.addAction("zoomIn",function(a){c.isFastZoomEnabled()? 3527 … (Numpad) / Alt+Mousewheel");this.addAction("zoomOut",function(a){c.isFastZoomEnabled()?c.lazyZoom… 10622 …tribute("data-font-src",c)}};var y=Graph.prototype.isFastZoomEnabled;Graph.prototype.isFastZoomEna…
|