Searched defs:allowOpener (Results 1 – 2 of 2) sorted by relevance
544 EditorUi.prototype.openLink = function(url, target, allowOpener) argument12712 this.editor.graph.openLink = function(href, target, allowOpener) argument12716 …parent.postMessage(JSON.stringify({event: 'openLink', href: href, target: target, allowOpener: all… property
2786 Graph.prototype.openLink = function(href, target, allowOpener) argument