Lines Matching refs:TrelloFile
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)
83 TrelloFile.prototype.doSave = function(title, success, error)
99 TrelloFile.prototype.saveFile = function(title, revision, success, error)