Searched refs:UrlLibrary (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | UrlLibrary.js | 13 UrlLibrary = function(ui, data, title) class 29 mxUtils.extend(UrlLibrary, StorageFile); 37 UrlLibrary.prototype.getHash = function() 48 UrlLibrary.prototype.getTitle = function() 59 UrlLibrary.prototype.isAutosave = function() 67 UrlLibrary.prototype.isEditable = function(title, success, error) 75 UrlLibrary.prototype.saveAs = function(title, success, error) 84 UrlLibrary.prototype.open = function()
|
H A D | Menus.js | 3524 editorUi.loadLibrary(new UrlLibrary(this, req.getText(), fileUrl));
|
H A D | App.js | 5595 onload(new UrlLibrary(this, text, url));
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10061 …UrlLibrary=function(b,e,d){StorageFile.call(this,b,e,d);b=d;e=b.lastIndexOf("/");0<=e&&(b=b.substr… 11710 …loadTemplate(n,mxUtils.bind(this,function(b){null!=b&&0<b.length?f(new UrlLibrary(this,b,n)):l()})… 11907 …etStatus()&&299>=d.getStatus()){c.spinner.stop();try{c.loadLibrary(new UrlLibrary(this,d.getText()…
|