Searched refs:allowBrowser (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 4569 …LocalFile = function(data, filename, mimeType, base64Encoded, format, allowBrowser, allowTab, defa… argument 4571 allowBrowser = (allowBrowser != null) ? allowBrowser : false; 4573 var count = this.getServiceCount(allowBrowser); 4640 }), mxResources.get('saveAs'), mxResources.get('download'), false, allowBrowser, allowTab, 13664 EditorUi.prototype.getServiceCount = function(allowBrowser) argument 13698 if (allowBrowser && isLocalStorage && urlParams['browser'] == '1')
|
H A D | ElectronApp.js | 1847 …i.prototype.saveLocalFile = function(data, filename, mimeType, base64Encoded, format, allowBrowser) argument
|
H A D | Dialogs.js | 3961 … function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtension, allowBrowser, argument 3966 allowBrowser = (allowBrowser != null) ? allowBrowser : true; 4286 if (editorUi.mode == App.MODE_DEVICE || !allowBrowser) 4297 if (allowBrowser && isLocalStorage && urlParams['browser'] != '0')
|