Home
last modified time | relevance | path

Searched refs:notFoundMessage (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3878 …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 DEditorUi.js4283 EditorUi.prototype.handleError = function(resp, title, fn, invokeFnOnClose, notFoundMessage) argument