Searched refs:isLightboxView (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 462 if (graph.isLightboxView()) 605 …pageVisible: (this.isLightboxView()) ? false : ((pv != null) ? (pv != '0') : this.defaultPageVisib…
|
H A D | App.js | 2149 if (file != null && this.editor.isChromelessView() && this.editor.graph.isLightboxView()) 2287 if (!this.editor.graph.isLightboxView())
|
H A D | Minimal.js | 518 Graph.prototype.isLightboxView = function() method in Graph
|
H A D | EditorUi.js | 2705 else if (this.editor.graph.isLightboxView()) 11607 else if (this.editor.graph.isLightboxView())
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 491 if (!this.graph.isLightboxView() && !this.graph.isViewer())
|
H A D | EditorUi.js | 2282 if (graph.isLightboxView())
|
H A D | Graph.js | 2750 Graph.prototype.isLightboxView = function() method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2089 …eScale=b:this.graph.pageScale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.… 2240 f(mxUtils.bind(this,function(b){a.isLightboxView()?(1==a.view.scale?this.lightboxFit():a.zoomTo(1),… 2632 …this.view.translate=g,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){ret… 10754 …raries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightb… 11610 …();return null!=b&&this.editor.isChromelessView()&&this.editor.graph.isLightboxView()?b.getData():… 11614 App.prototype.updateDocumentTitle=function(){if(!this.editor.graph.isLightboxView()){var b=this.edi… 11947 …=c.viewState||null==c.viewState.scrollLeft?(this.resetScrollbars(),b.isLightboxView()&&this.lightb… 11952 …"fold"),shadowVisible:"1"==b.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=e?"… 12075 …itor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){ret… method in Graph
|
H A D | viewer.min.js | 2055 …eScale=c:this.graph.pageScale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.… 2206 p(mxUtils.bind(this,function(d){b.isLightboxView()?(1==b.view.scale?this.lightboxFit():b.zoomTo(1),… 2383 …this.view.translate=g,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){ret… 3422 …raries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightb…
|
H A D | viewer-static.min.js | 2055 …eScale=c:this.graph.pageScale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.… 2206 p(mxUtils.bind(this,function(d){b.isLightboxView()?(1==b.view.scale?this.lightboxFit():b.zoomTo(1),… 2383 …this.view.translate=g,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){ret… 3422 …raries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightb…
|