Home
last modified time | relevance | path

Searched refs:TrelloFile (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js5 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 DTrelloLibrary.js7 TrelloFile.call(this, ui, data, meta);
11 mxUtils.extend(TrelloLibrary, TrelloFile);
H A DTrelloClient.js176 success(new TrelloFile(this.ui, data, meta));
246 success(new TrelloFile(this.ui, data, meta));
H A DApp.js7601 if (file != null && file.constructor == TrelloFile)
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11782 …this,function(){var b=this.getCurrentFile();if(null!=b&&b.constructor==TrelloFile){var c=mxUtils.b…