Searched refs:ExportDialog (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Dialogs.js | 748 var ExportDialog = function(editorUi) class 800 if (ExportDialog.showGifOption) 822 if (ExportDialog.showXmlOption) 1031 borderInput.setAttribute('value', ExportDialog.lastBorderValue); 1214 ExportDialog.lastBorderValue = b; 1215 ExportDialog.exportFile(editorUi, name, format, bg, s, b, dpi, gridCheckbox.checked); 1246 ExportDialog.lastBorderValue = 0; 1251 ExportDialog.showGifOption = true; 1256 ExportDialog.showXmlOption = true; 1264 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid) [all …]
|
H A D | Actions.js | 98 …this.addAction('export...', function() { ui.showDialog(new ExportDialog(ui).container, 300, 340, t…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 1995 var origExportFile = ExportDialog.exportFile; 1997 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi)
|
H A D | EditorUi.js | 13886 if (window.ExportDialog != null) 13888 ExportDialog.showXmlOption = false; 13889 ExportDialog.showGifOption = false; 13891 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3502 …).isEnabled=f;this.addAction("export...",function(){d.showDialog((new ExportDialog(d)).container,3… 3698 var ExportDialog=function(a){function b(){var a=m.value,b=a.lastIndexOf(".");m.value=0<b?a.substrin… 3701 …get("formatPng"));n.appendChild(g);g=document.createElement("option");ExportDialog.showGifOption&&… 3702 …"svg");mxUtils.write(g,mxResources.get("formatSvg"));n.appendChild(g);ExportDialog.showXmlOption&&… 3709 …ement("input");E.setAttribute("type","number");E.setAttribute("value",ExportDialog.lastBorderValue… 3712 …=null;else if(null==g||g==mxConstants.NONE)g="#ffffff";ExportDialog.lastBorderValue=f;ExportDialog… 3713 this.container=f};ExportDialog.lastBorderValue=0;ExportDialog.showGifOption=!0;ExportDialog.showXml… 3714 ExportDialog.exportFile=function(a,b,d,e,c,f,k,h){h=a.editor.graph;if("xml"==d)ExportDialog.saveLoc… 3716 ExportDialog.saveLocalFile=function(a,b,d,e){b.length<MAX_REQUEST_SIZE?(a.hideDialog(),(new mxXmlRe…
|
H A D | viewer.min.js | 2957 …).isEnabled=p;this.addAction("export...",function(){e.showDialog((new ExportDialog(e)).container,3…
|
H A D | viewer-static.min.js | 2957 …).isEnabled=p;this.addAction("export...",function(){e.showDialog((new ExportDialog(e)).container,3…
|