Searched refs:allowOpener (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 544 EditorUi.prototype.openLink = function(url, target, allowOpener) argument 547 return this.editor.graph.openLink(url, target, allowOpener); 12712 this.editor.graph.openLink = function(href, target, allowOpener) argument 12716 …ge(JSON.stringify({event: 'openLink', href: href, target: target, allowOpener: allowOpener}), '*');
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 2786 Graph.prototype.openLink = function(href, target, allowOpener) argument 2818 if (result != null && !allowOpener)
|