Searched refs:invokeFnOnClose (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 4283 EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage) argument 4299 null, null, null, (invokeFnOnClose) ? fn : null);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 3878 …EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage, fileH… argument 3966 this.handleError(resp, title, fn, invokeFnOnClose, notFoundMessage) 4111 null, null, null, (invokeFnOnClose) ? fn : null);
|