Searched refs:RemoteLibrary (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | RemoteLibrary.js | 4 RemoteLibrary = function(ui, data, libObj) class 11 mxUtils.extend(RemoteLibrary, LocalFile); 16 RemoteLibrary.prototype.getHash = function() 24 RemoteLibrary.prototype.isEditable = function() 31 RemoteLibrary.prototype.isRenamable = function() 39 RemoteLibrary.prototype.isAutosave = function() 47 RemoteLibrary.prototype.save = function(revision, success, error) 55 RemoteLibrary.prototype.saveAs = function(title, success, error) 63 RemoteLibrary.prototype.updateFileData = function() 70 RemoteLibrary.prototype.open = function()
|
H A D | App.js | 5624 onload(new RemoteLibrary(this, libContent, libObj));
|
H A D | EditorUi.js | 14106 this.loadLibrary(new RemoteLibrary(this, libContent, lib)); 14127 …this.closeLibrary(new RemoteLibrary(this, null, loadedLibs[id])); //create a dummy library such th…
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1196 ui.loadLibrary(new RemoteLibrary(ui, libContent, this)); 1209 ui.closeLibrary(new RemoteLibrary(ui, '', lib));
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10060 …RemoteLibrary=function(b,e,d){RemoteFile.call(this,b,e,d.title);this.libObj=d};mxUtils.extend(Remo… 10061 RemoteLibrary.prototype.saveAs=function(b,e,d){};RemoteLibrary.prototype.updateFileData=function(){… 11710 …e("getFileContent",[v.downloadUrl],null,mxUtils.bind(this,function(b){try{f(new RemoteLibrary(this,
|