Home
last modified time | relevance | path

Searched refs:zoomOut (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js89 var zoomOut = document.createElementNS('http://www.w3.org/2000/svg', 'g');
90 zoomOut.setAttribute('id', 'svg-pan-zoom-zoom-out');
91 zoomOut.setAttribute('transform', 'translate(30.5 70) scale(0.015)');
92 zoomOut.setAttribute('class', 'svg-pan-zoom-control');
93 zoomOut.addEventListener('click', function() {instance.getPublicInstance().zoomOut()}, false);
101 zoomOut.appendChild(zoomOutBackground);
106 zoomOut.appendChild(zoomOutShape);
108 return zoomOut
816 , zoomOut: function() {
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak30 zoomOut=Zoom Out
H A Deditor.properties29 zoomOut=Zoom Out key
H A Deditor.properties.bak29 zoomOut=Zoom Out
H A Deditor_zh-CN.properties30 zoomOut=Zoom Out key
H A Deditor_de.properties34 zoomOut=Herauszoomen key
H A Deditor_de.properties.bak30 zoomOut=Herauszoomen
/plugin/amcharts/assets/amcharts/
H A Dxy.js10 ….zoomOutButtonAlpha)},clickZB:function(){this.rolledOverZB=!1;this.zoomOut()},zoomOut:function(){t…
16 …OutValueAxes:function(){for(var a=this.valueAxes,b=0;b<a.length;b++)a[b].zoomOut()},removeTrendLin…
H A Dserial.js10 ….zoomOutButtonAlpha)},clickZB:function(){this.rolledOverZB=!1;this.zoomOut()},zoomOut:function(){t…
16 …OutValueAxes:function(){for(var a=this.valueAxes,b=0;b<a.length;b++)a[b].zoomOut()},removeTrendLin…
53 …n(a){this.handleValueAxisZoomReal(a,this.valueAxes)},zoomOut:function(){e.AmSerialChart.base.zoomO…
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js718 graph.zoomOut();
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js718 graph.zoomOut();
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt790 zoomOut=zoomOut
H A Ddia_ru.txt790 zoomOut=Уменьшить
H A Ddia_bg.txt790 zoomOut=Отдалечаване
H A Ddia_el.txt790 zoomOut=Σμίκρυνση
H A Ddia_zh.txt790 zoomOut=缩小
H A Ddia_uk.txt790 zoomOut=Зменшити масштаб
H A Ddia_fa.txt790 zoomOut=‫دورنمایی‬
H A Ddia_ja.txt790 zoomOut=ズームアウト
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java346 graphComponent.zoomOut(); in mouseWheelMoved()
H A DBasicGraphEditor.java.bak342 graphComponent.zoomOut();
H A DEditorMenuBar.java.bak236 menu.add(editor.bind(mxResources.get("zoomOut"), mxGraphActions
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1346 .toolbarButton.zoomOut::before {
1347 content: url(images/toolbarButton-zoomOut.png);
2192 .toolbarButton.zoomOut::before {
2193 content: url(images/toolbarButton-zoomOut@2x.png);
H A Dviewer.js147 zoomOut: document.getElementById('zoomOut'),
791 zoomOut: function zoomOut(ticks) {
2159 PDFViewerApplication.zoomOut();
2323 PDFViewerApplication.zoomOut(-ticks);
2411 PDFViewerApplication.zoomOut();
13307 items.zoomOut.addEventListener('click', function () {
13409 items.zoomOut.disabled = pageScale <= _ui_utils.MIN_SCALE;
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js983 graph.zoomOut();

1234