Searched refs:PrintDialog (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 1163 var PrintDialog = function(editorUi, title) class 1171 PrintDialog.prototype.create = function(editorUi) 1333 var preview = PrintDialog.createPrintPreview(graph, scale, pf, border, x0, y0, autoOrigin); 1338 PrintDialog.printPreview(preview); 1353 if (PrintDialog.previewEnabled) 1364 …var printBtn = mxUtils.button(mxResources.get((!PrintDialog.previewEnabled) ? 'ok' : 'print'), fun… 1387 PrintDialog.printPreview = function(preview) 1422 PrintDialog.createPrintPreview = function(graph, scale, pf, border, x0, y0, autoOrigin) 1457 PrintDialog.previewEnabled = true;
|
H A D | Actions.js | 106 …this.addAction('print...', function() { ui.showDialog(new PrintDialog(ui).container, 300, 180, tru…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 21 PrintDialog.previewEnabled = false; 23 PrintDialog.electronPrint = function(editorUi, allPages, pagesFrom, pagesTo,
|
H A D | Editor.js | 7811 PrintDialog.prototype.create = function(editorUi, titleText) class 8151 pv = PrintDialog.createPrintPreview(thisGraph, scale, pf, border, x0, y0, autoOrigin); 8331 … PrintDialog.electronPrint(editorUi, allPagesRadio.checked, pagesFrom, pagesTo, fitRadio.checked, 8458 PrintDialog.printPreview(pv); 8492 if (PrintDialog.previewEnabled) 8503 …var printBtn = mxUtils.button(mxResources.get((!PrintDialog.previewEnabled) ? 'ok' : 'print'), fun…
|
H A D | Menus.js | 410 editorUi.showDialog(new PrintDialog(editorUi, mxResources.get('formatPdf')).container, 360,
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2078 …k));this.init=function(){u.focus()};m.appendChild(e);this.container=m},PrintDialog=function(b,c){t… 2079 PrintDialog.prototype.create=function(b){function c(b){var f=d.checked||l.checked,c=parseInt(m.valu… 2080 f=!0;f=PrintDialog.createPrintPreview(e,k,g,0,n,u,f);f.open();b&&PrintDialog.printPreview(f)}var e=… 2084 …PrintDialog.previewEnabled){var n=mxUtils.button(mxResources.get("preview"),function(){b.hideDialo… 2085 g.appendChild(f);k.appendChild(g);t.appendChild(k);p.appendChild(t);this.container=p};PrintDialog.p… 2086 PrintDialog.createPrintPreview=function(b,c,e,k,g,p,t){c=new mxPrintPreview(b,c,e,k,g,p);c.title=mx… 2087 PrintDialog.previewEnabled=!0; 2958 320,240,!0,!0)}).isEnabled=p;this.addAction("print...",function(){e.showDialog((new PrintDialog(e))… 3332 q&&mxStencilRegistry.getStencil(q)}return ea.apply(this,arguments)};PrintDialog.prototype.create=fu… 3339 u=null;if(EditorUi.isElectronApp)PrintDialog.electronPrint(b,q.checked,l,m,C.checked,K.value,J.valu… [all …]
|
H A D | app.min.js | 2112 …e));this.init=function(){q.focus()};n.appendChild(d);this.container=n},PrintDialog=function(a,b){t… 2113 PrintDialog.prototype.create=function(a){function b(a){var b=h.checked||l.checked,c=parseInt(n.valu… 2114 b=!0;b=PrintDialog.createPrintPreview(d,f,e,0,g,k,b);b.open();a&&PrintDialog.printPreview(b)}var d=… 2118 …PrintDialog.previewEnabled){var p=mxUtils.button(mxResources.get("preview"),function(){a.hideDialo… 2119 c.appendChild(g);e.appendChild(c);k.appendChild(e);f.appendChild(k);this.container=f};PrintDialog.p… 2120 PrintDialog.createPrintPreview=function(a,b,d,e,c,f,k){b=new mxPrintPreview(a,b,d,e,c,f);b.title=mx… 2121 PrintDialog.previewEnabled=!0; 3503 320,240,!0,!0)}).isEnabled=f;this.addAction("print...",function(){d.showDialog((new PrintDialog(d))… 10664 mxStencilRegistry.getStencil(q)}return M.apply(this,arguments)};PrintDialog.prototype.create=functi… 10671 t=null;if(EditorUi.isElectronApp)PrintDialog.electronPrint(b,q.checked,m,g,A.checked,H.value,Q.valu… [all …]
|
H A D | viewer-static.min.js | 2078 …k));this.init=function(){u.focus()};m.appendChild(e);this.container=m},PrintDialog=function(b,c){t… 2079 PrintDialog.prototype.create=function(b){function c(b){var f=d.checked||l.checked,c=parseInt(m.valu… 2080 f=!0;f=PrintDialog.createPrintPreview(e,k,g,0,n,u,f);f.open();b&&PrintDialog.printPreview(f)}var e=… 2084 …PrintDialog.previewEnabled){var n=mxUtils.button(mxResources.get("preview"),function(){b.hideDialo… 2085 g.appendChild(f);k.appendChild(g);t.appendChild(k);p.appendChild(t);this.container=p};PrintDialog.p… 2086 PrintDialog.createPrintPreview=function(b,c,e,k,g,p,t){c=new mxPrintPreview(b,c,e,k,g,p);c.title=mx… 2087 PrintDialog.previewEnabled=!0; 2958 320,240,!0,!0)}).isEnabled=p;this.addAction("print...",function(){e.showDialog((new PrintDialog(e))… 3332 q&&mxStencilRegistry.getStencil(q)}return ea.apply(this,arguments)};PrintDialog.prototype.create=fu… 3339 u=null;if(EditorUi.isElectronApp)PrintDialog.electronPrint(b,q.checked,l,m,C.checked,K.value,J.valu… [all …]
|