Searched refs:notFoundMessage (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 3878 …EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage, fileH… argument 3942 msg = (notFoundMessage != null) ? notFoundMessage : 3948 …var id = (notFoundMessage != null) ? null : ((fileHash != null) ? fileHash : window.location.hash); 3966 this.handleError(resp, title, fn, invokeFnOnClose, notFoundMessage)
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 4283 EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage) argument
|