Home
last modified time | relevance | path

Searched refs:hasScrollbars (Results 1 – 8 of 8) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2031 var scroll = mxUtils.hasScrollbars(graph.container);
2624 if (this.graph.container != null && mxUtils.hasScrollbars(this.graph.container))
2646 if (this.container != null && mxUtils.hasScrollbars(this.container))
2791 if (mxUtils.hasScrollbars(graph.container) && (dx != 0 || dy != 0))
3389 EditorUi.prototype.hasScrollbars = function() method in EditorUi
3406 if (!mxUtils.hasScrollbars(graph.container))
3413 if (mxUtils.hasScrollbars(graph.container))
3472 var hasScrollbars = mxUtils.hasScrollbars(graph.container);
3476 if (hasScrollbars)
3488 if (hasScrollbars)
[all …]
H A DActions.js1040 if (mxUtils.hasScrollbars(graph.container))
1062 if (mxUtils.hasScrollbars(graph.container))
1083 if (mxUtils.hasScrollbars(graph.container))
1166 ui.setScrollbars(!ui.hasScrollbars());
H A DEditor.js2756 (!this.useScrollbarsForPanning || !mxUtils.hasScrollbars(this.container)))
H A DGraph.js965 (mxUtils.hasScrollbars(this.graph.container) && mxClient.IS_FF &&
4703 if (mxUtils.hasScrollbars(this.container))
8994 if (mxUtils.hasScrollbars(this.container))
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js237 …ength&&(c=a+c.substring(0,1).toUpperCase()+c.substring(1),b[c]=d)}}(),hasScrollbars:function(a){a=…
426 function(){this.scrollbars=mxUtils.hasScrollbars(a.container);this.scrollLeft=a.container.scrollLef…
1408 …(d)||(this.view.revalidate(),this.view.setScale(c));else if(d=mxUtils.hasScrollbars(this.container…
1412 …a.x);b=this.container.clientWidth/a.width;c=this.view.scale*b;mxUtils.hasScrollbars(this.container…
1415 ….offsetHeight,e=Math.min(c,a.width),f=Math.min(d,a.height);if(mxUtils.hasScrollbars(this.container…
1510 …olling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.source.co…
1616 …s.dx&&null!=this.dy){if(!this.graph.useScrollbarsForPanning||!mxUtils.hasScrollbars(this.graph.con…
2216hasScrollbars(this.graph.container)){var b=this.graph.getPagePadding(),d=this.graph.getPageSize();…
2236 …fireEvent(new mxEventObject("scrollbarsChanged"))};EditorUi.prototype.hasScrollbars=function(){ret…
2237 …ollLeft=0,mxUtils.hasScrollbars(b.container)||b.view.setTranslate(0,0);else if(!this.editor.isChro…
[all …]
H A Dviewer-static.min.js237 …ength&&(c=a+c.substring(0,1).toUpperCase()+c.substring(1),b[c]=d)}}(),hasScrollbars:function(a){a=…
426 function(){this.scrollbars=mxUtils.hasScrollbars(a.container);this.scrollLeft=a.container.scrollLef…
1408 …(d)||(this.view.revalidate(),this.view.setScale(c));else if(d=mxUtils.hasScrollbars(this.container…
1412 …a.x);b=this.container.clientWidth/a.width;c=this.view.scale*b;mxUtils.hasScrollbars(this.container…
1415 ….offsetHeight,e=Math.min(c,a.width),f=Math.min(d,a.height);if(mxUtils.hasScrollbars(this.container…
1510 …olling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.source.co…
1616 …s.dx&&null!=this.dy){if(!this.graph.useScrollbarsForPanning||!mxUtils.hasScrollbars(this.graph.con…
2216hasScrollbars(this.graph.container)){var b=this.graph.getPagePadding(),d=this.graph.getPageSize();…
2236 …fireEvent(new mxEventObject("scrollbarsChanged"))};EditorUi.prototype.hasScrollbars=function(){ret…
2237 …ollLeft=0,mxUtils.hasScrollbars(b.container)||b.view.setTranslate(0,0);else if(!this.editor.isChro…
[all …]
H A Dapp.min.js271 …ength&&(c=a+c.substring(0,1).toUpperCase()+c.substring(1),b[c]=d)}}(),hasScrollbars:function(a){a=…
460 function(){this.scrollbars=mxUtils.hasScrollbars(a.container);this.scrollLeft=a.container.scrollLef…
1442 …(d)||(this.view.revalidate(),this.view.setScale(c));else if(d=mxUtils.hasScrollbars(this.container…
1446 …a.x);b=this.container.clientWidth/a.width;c=this.view.scale*b;mxUtils.hasScrollbars(this.container…
1449 ….offsetHeight,e=Math.min(c,a.width),f=Math.min(d,a.height);if(mxUtils.hasScrollbars(this.container…
1544 …olling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.source.co…
1650 …s.dx&&null!=this.dy){if(!this.graph.useScrollbarsForPanning||!mxUtils.hasScrollbars(this.graph.con…
2250hasScrollbars(this.graph.container)){var a=this.graph.getPagePadding(),b=this.graph.getPageSize();…
2270 …fireEvent(new mxEventObject("scrollbarsChanged"))};EditorUi.prototype.hasScrollbars=function(){ret…
2271 …ollLeft=0,mxUtils.hasScrollbars(a.container)||a.view.setTranslate(0,0);else if(!this.editor.isChro…
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js33 …ength&&(c=a+c.substring(0,1).toUpperCase()+c.substring(1),b[c]=d)}}(),hasScrollbars:function(a){a=…
222 function(){this.scrollbars=mxUtils.hasScrollbars(a.container);this.scrollLeft=a.container.scrollLef…
1092 …on(a,b,c,d){if(this.timerAutoScroll||!this.ignoreScrollbars&&!mxUtils.hasScrollbars(this.container…
1098 …axFitScale));if(d)b?this.view.scale!=e&&this.view.setScale(e):mxUtils.hasScrollbars(this.container…
1197 mxGraph.prototype.panGraph=function(a,b){if(this.useScrollbarsForPanning&&mxUtils.hasScrollbars(thi…
1202 …ll!=a?a:!0;b=null!=b?b:!0;c=null!=c?c:.5;d=null!=d?d:.5;var e=mxUtils.hasScrollbars(this.container…
1204 …(d)||(this.view.revalidate(),this.view.setScale(c));else if(d=mxUtils.hasScrollbars(this.container…
1208 …a.x);b=this.container.clientWidth/a.width;c=this.view.scale*b;mxUtils.hasScrollbars(this.container…
1211 ….offsetHeight,e=Math.min(c,a.width),f=Math.min(d,a.height);if(mxUtils.hasScrollbars(this.container…
1306 …olling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.source.co…
[all …]