Searched refs:currentLink (Results 1 – 6 of 6) sorted by relevance
| /plugin/diagramsnet/lib/js/ |
| D | embed.dev.js | 342 currentLink: null, property 356 if (this.currentLink != null) 395 var tmp = this.currentLink; 412 this.currentLink = graph.getLinkForCell(state.cell); 414 if (this.currentLink != null) 428 this.currentLink = null;
|
| D | viewer.min.js | 2567 …ntainer.style.cursor,g=this.getTolerance(),l=this,k={currentState:null,currentLink:null,currentTar… property 2568 …l.container.scrollLeft;this.scrollTop=l.container.scrollTop;null==this.currentLink&&"auto"==l.cont… 2569 …currentLink){var f=Math.abs(this.startX-d.getGraphX()),c=Math.abs(this.startY-d.getGraphY());(f>g|… 2571 …currentLink?(e=l.isBlankLink(this.currentLink),"data:"!==this.currentLink.substring(0,5)&&e||null=… 2572 …currentLink=l.getAbsoluteUrl(l.getLinkForCell(b.cell));null!=this.currentLink&&(this.currentTarget…
|
| D | app.min.js | 2816 …ntainer.style.cursor,f=this.getTolerance(),g=this,k={currentState:null,currentLink:null,currentTar… property 2817 …g.container.scrollLeft;this.scrollTop=g.container.scrollTop;null==this.currentLink&&"auto"==g.cont… 2818 …currentLink){var c=Math.abs(this.startX-b.getGraphX()),d=Math.abs(this.startY-b.getGraphY());(c>f|… 2820 …currentLink?(e=g.isBlankLink(this.currentLink),"data:"!==this.currentLink.substring(0,5)&&e||null=… 2821 …currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell));null!=this.currentLink&&(this.currentTarget…
|
| D | viewer-static.min.js | 2567 …ntainer.style.cursor,g=this.getTolerance(),l=this,k={currentState:null,currentLink:null,currentTar… property 2568 …l.container.scrollLeft;this.scrollTop=l.container.scrollTop;null==this.currentLink&&"auto"==l.cont… 2569 …currentLink){var f=Math.abs(this.startX-d.getGraphX()),c=Math.abs(this.startY-d.getGraphY());(f>g|… 2571 …currentLink?(e=l.isBlankLink(this.currentLink),"data:"!==this.currentLink.substring(0,5)&&e||null=… 2572 …currentLink=l.getAbsoluteUrl(l.getLinkForCell(b.cell));null!=this.currentLink&&(this.currentTarget…
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Embed.js | 342 currentLink: null, property 356 if (this.currentLink != null) 395 var tmp = this.currentLink; 412 this.currentLink = graph.getLinkForCell(state.cell); 414 if (this.currentLink != null) 428 this.currentLink = null;
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 9123 currentLink: null, property 9168 if (this.currentLink == null && graph.container.style.overflow == 'auto') 9179 if (this.currentLink != null) 9206 if (graph.tooltipHandler != null && this.currentLink != null && this.currentState != null) 9242 if (this.currentLink != null) 9244 var blank = graph.isBlankLink(this.currentLink); 9246 if ((this.currentLink.substring(0, 5) === 'data:' || 9249 beforeClick(evt, this.currentLink); 9258 graph.openLink(this.currentLink, target); 9276 this.currentLink = graph.getAbsoluteUrl(graph.getLinkForCell(state.cell)); [all …]
|