Searched refs:TrelloFile (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloFile.js | 5 TrelloFile = function(ui, data, meta) class 14 mxUtils.extend(TrelloFile, DrawioFile); 19 TrelloFile.prototype.getHash = function() 27 TrelloFile.prototype.getMode = function() 35 TrelloFile.prototype.isAutosave = function() 43 TrelloFile.prototype.getTitle = function() 51 TrelloFile.prototype.isRenamable = function() 59 TrelloFile.prototype.getSize = function() 67 TrelloFile.prototype.save = function(revision, success, error) 75 TrelloFile.prototype.saveAs = function(title, success, error) [all …]
|
H A D | TrelloLibrary.js | 7 TrelloFile.call(this, ui, data, meta); 11 mxUtils.extend(TrelloLibrary, TrelloFile);
|
H A D | TrelloClient.js | 176 success(new TrelloFile(this.ui, data, meta)); 246 success(new TrelloFile(this.ui, data, meta));
|
H A D | App.js | 7601 if (file != null && file.constructor == TrelloFile)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11782 …this,function(){var b=this.getCurrentFile();if(null!=b&&b.constructor==TrelloFile){var c=mxUtils.b…
|