Searched refs:OpenFile (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 742 OpenFile = function(done) class 753 OpenFile.prototype.setConsumer = function(value) 762 OpenFile.prototype.setData = function() 771 OpenFile.prototype.error = function(msg) 780 OpenFile.prototype.execute = function() 792 OpenFile.prototype.cancel = function(cancel)
|
H A D | Actions.js | 72 window.openFile = new OpenFile(mxUtils.bind(this, function()
|
H A D | EditorUi.js | 4445 window.openFile = new OpenFile(mxUtils.bind(this, function(cancel)
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 4185 window.openFile = new OpenFile(mxUtils.bind(this, function(cancel) 4528 window.openFile = new OpenFile(function() 4957 window.openFile = new OpenFile(function()
|
H A D | Dialogs.js | 5964 window.openFile = new OpenFile(function()
|
H A D | EditorUi.js | 11387 window.openFile = new OpenFile(function()
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2064 …ph.destroy(),this.graph=null)};OpenFile=function(b){this.consumer=this.producer=null;this.done=b;t… 2065 OpenFile.prototype.setData=function(){this.args=arguments;this.execute()};OpenFile.prototype.error=… 2277 EditorUi.prototype.openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(b){t… 2956 …unction(){window.openNew=!1;window.openKey="import";window.openFile=new OpenFile(mxUtils.bind(this…
|
H A D | app.min.js | 2098 …ph.destroy(),this.graph=null)};OpenFile=function(a){this.consumer=this.producer=null;this.done=a;t… 2099 OpenFile.prototype.setData=function(){this.args=arguments;this.execute()};OpenFile.prototype.error=… 2311 EditorUi.prototype.openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(a){t… 3501 …unction(){window.openNew=!1;window.openKey="import";window.openFile=new OpenFile(mxUtils.bind(this… 10242 function(){null!=y&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile… 11670 …lStorage;Editor.useLocalStorage=b==App.MODE_BROWSER;window.openFile=new OpenFile(mxUtils.bind(this… 11681 …=e?(new LocalFile(this,null,b)).save():"_blank"==e?(window.openFile=new OpenFile(function(){window… 11693 …!=c&&c();null==d||d?m():(b.constructor==LocalFile&&(window.openFile=new OpenFile(function(){window…
|
H A D | viewer-static.min.js | 2064 …ph.destroy(),this.graph=null)};OpenFile=function(b){this.consumer=this.producer=null;this.done=b;t… 2065 OpenFile.prototype.setData=function(){this.args=arguments;this.execute()};OpenFile.prototype.error=… 2277 EditorUi.prototype.openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(b){t… 2956 …unction(){window.openNew=!1;window.openKey="import";window.openFile=new OpenFile(mxUtils.bind(this…
|