Searched refs:recentReadyCallback (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 11945 enableRecentDocs? mxUtils.bind(this, function(recentReadyCallback, error, username) argument 11947 this.remoteInvoke('getRecentDiagrams', [username], null, recentReadyCallback, error); 11991 enableRecentDocs? mxUtils.bind(this, function(recentReadyCallback) argument 11993 this.remoteInvoke('getRecentDiagrams', [null], null, recentReadyCallback, function() 11995 recentReadyCallback(null, 'Network Error!');
|