Lines Matching refs:TrelloClient
5 TrelloClient = function(editorUi) function
12 mxUtils.extend(TrelloClient, DrawioClient);
14 TrelloClient.prototype.key = (window.location.hostname == 'test.draw.io') ? class
17 TrelloClient.prototype.baseUrl = 'https://api.trello.com/1/';
19 TrelloClient.prototype.SEPARATOR = '|$|';
24 TrelloClient.prototype.maxFileSize = 10000000 /*10MB*/;
29 TrelloClient.prototype.extension = '.xml'; //TODO export to png
35 TrelloClient.prototype.authenticate = function(fn, error, force)
91 TrelloClient.prototype.getLibrary = function(id, success, error)
99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary)
222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId)
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId)
270 TrelloClient.prototype.saveFile = function(file, success, error)
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error)
391 TrelloClient.prototype.pickLibrary = function(fn)
399 TrelloClient.prototype.pickFolder = function(fn)
414 TrelloClient.prototype.pickFile = function(fn, returnObject)
435 TrelloClient.prototype.showTrelloDialog = function(showFiles, fn)
687 TrelloClient.prototype.isAuthorized = function()
706 TrelloClient.prototype.logout = function()