Searched refs:isViewer (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 2025 if (graph.container != null && !graph.isViewer()) 2128 this.chromelessToolbar.style.left = (graph.isViewer()) ? '0' : '50%'; 2147 if (graph.isViewer()) 2506 if (!graph.isViewer()) 2640 if (!graph.isViewer())
|
H A D | Editor.js | 491 if (!this.graph.isLightboxView() && !this.graph.isViewer())
|
H A D | Graph.js | 2758 Graph.prototype.isViewer = function() method in Graph
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 737 this.pageVisible = !this.isViewer() && state.pageVisible;
|
H A D | App.js | 1782 if (this.editor.graph.isViewer())
|
H A D | Editor.js | 6493 Graph.prototype.isViewer = function() method in Graph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2055 …ale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.isViewer()?this.graph.page… 2196 …ssResize=c=mxUtils.bind(this,function(d,f,c,e){if(null!=b.container&&!b.isViewer()){c=null!=c?c:0;… 2200 ….style.padding="10px 10px 8px 10px";this.chromelessToolbar.style.left=b.isViewer()?"0":"50%";mxCli… 2201 …Utils.bind(this,function(){var d=mxUtils.getCurrentStyle(b.container);b.isViewer()?this.chromeless… 2213 "none";b.isViewer()||mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-… 2216 …is.translate.y=b.y-(this.y0||0)*d.height}F.apply(this,arguments)};if(!b.isViewer()){var M=b.sizeDi… 2383 …ototype.isLightboxView=function(){return this.lightbox};Graph.prototype.isViewer=function(){return… 3292 …wnerDocument)).decode(b)}return this.defaultStylesheet};Graph.prototype.isViewer=function(){return…
|
H A D | app.min.js | 2089 …ale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.isViewer()?this.graph.page… 2230 …ssResize=b=mxUtils.bind(this,function(b,c,d,e){if(null!=a.container&&!a.isViewer()){d=null!=d?d:0;… 2234 ….style.padding="10px 10px 8px 10px";this.chromelessToolbar.style.left=a.isViewer()?"0":"50%";mxCli… 2235 …Utils.bind(this,function(){var b=mxUtils.getCurrentStyle(a.container);a.isViewer()?this.chromeless… 2247 "none";a.isViewer()||mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-… 2250 …is.translate.y=a.y-(this.y0||0)*b.height}E.apply(this,arguments)};if(!a.isViewer()){var H=a.sizeDi… 2632 …ototype.isLightboxView=function(){return this.lightbox};Graph.prototype.isViewer=function(){return… 10624 …wnerDocument)).decode(b)}return this.defaultStylesheet};Graph.prototype.isViewer=function(){return… 11592 …tBefore(this.icon,this.menubar.container.firstChild));this.editor.graph.isViewer()&&this.initializ… 11959 …b.shadowVisible,!1);this.scrollbars=b.scrollbars;this.pageVisible=!this.isViewer()&&b.pageVisible;…
|
H A D | viewer-static.min.js | 2055 …ale=mxGraph.prototype.pageScale;this.graph.isLightboxView()||this.graph.isViewer()?this.graph.page… 2196 …ssResize=c=mxUtils.bind(this,function(d,f,c,e){if(null!=b.container&&!b.isViewer()){c=null!=c?c:0;… 2200 ….style.padding="10px 10px 8px 10px";this.chromelessToolbar.style.left=b.isViewer()?"0":"50%";mxCli… 2201 …Utils.bind(this,function(){var d=mxUtils.getCurrentStyle(b.container);b.isViewer()?this.chromeless… 2213 "none";b.isViewer()||mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-… 2216 …is.translate.y=b.y-(this.y0||0)*d.height}F.apply(this,arguments)};if(!b.isViewer()){var M=b.sizeDi… 2383 …ototype.isLightboxView=function(){return this.lightbox};Graph.prototype.isViewer=function(){return… 3292 …wnerDocument)).decode(b)}return this.defaultStylesheet};Graph.prototype.isViewer=function(){return…
|