Searched refs:searchReadyCallback (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 11948 …}) : null, enableSearchDocs? mxUtils.bind(this, function(searchStr, searchReadyCallback, error, u… argument 11950 … this.remoteInvoke('searchDiagrams', [searchStr, username], null, searchReadyCallback, error); 11998 enableSearchDocs? mxUtils.bind(this, function(searchStr, searchReadyCallback) argument 12000 this.remoteInvoke('searchDiagrams', [searchStr, null], null, searchReadyCallback, function() 12002 searchReadyCallback(null, 'Network Error!');
|