Searched refs:setLinkForCell (Results 1 – 11 of 11) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | tickets.js | 346 graph.setLinkForCell(cell, text);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 705 graph.setLinkForCell(cell, (link.length > 0) ? link : null); 754 graph.setLinkForCell(linkCell, link);
|
H A D | Sidebar.js | 1365 this.graph.setLinkForCell(cell, 'https://www.draw.io');
|
H A D | Graph.js | 8771 Graph.prototype.setLinkForCell = function(cell, link) method in Graph 13134 this.graph.setLinkForCell(this.state.cell, null);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 7105 graph.setLinkForCell(cell, this.updatePageLink(mapping, href)); 8003 graph.setLinkForCell(cell, cell.value); 10700 graph.setLinkForCell(cell, xml); 13199 graph.setLinkForCell(cell, cell.getAttribute(link));
|
H A D | Editor.js | 7000 this.setLinkForCell(cell, this.updateCustomLink(mapping, href));
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 903 graph.setLinkForCell(v1, lnkObj.extLink); 907 graph.setLinkForCell(v1, 'data:page/id,' + lnkObj.pageLink);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2557 …otype.removeCellsAfterUngroup.apply(this,arguments)};Graph.prototype.setLinkForCell=function(b,d){… 2683 [mxResources.get("link")]),mxUtils.bind(this,function(b){this.graph.setLinkForCell(this.state.cell,… 2973 …ialog(d,mxResources.get("apply"),function(d,f,c){d=mxUtils.trim(d);g.setLinkForCell(b,0<d.length?d… 2975 …try.x=f.x;d.geometry.y=f.y;g.setAttributeForCell(d,"linkTarget",c);g.setLinkForCell(d,b);g.cellSiz… 3305 …LinkForCell(d);null!=c&&"data:action/json,"==c.substring(0,17)&&this.setLinkForCell(d,this.updateC… 3552 …eElement("div"),e=this.editor.graph,f=e.getLinkForCell(c);null!=f&&e.setLinkForCell(c,this.updateP… 3573 …ry.width=m.width;k.geometry.height=m.height}Graph.isLink(k.value)&&d.setLinkForCell(k,k.value);k.g…
|
H A D | app.min.js | 2416 …Align=middle;fontColor=#0000EE;fontStyle=4;");a.vertex=!0;this.graph.setLinkForCell(a,"https://www… 2806 …otype.removeCellsAfterUngroup.apply(this,arguments)};Graph.prototype.setLinkForCell=function(a,b){… 2932 [mxResources.get("link")]),mxUtils.bind(this,function(a){this.graph.setLinkForCell(this.state.cell,… 3518 …ialog(b,mxResources.get("apply"),function(b,d,e){b=mxUtils.trim(b);c.setLinkForCell(a,0<b.length?b… 3520 …try.x=e.x;b.geometry.y=e.y;c.setAttributeForCell(b,"linkTarget",d);c.setLinkForCell(b,a);c.cellSiz… 10637 …LinkForCell(c);null!=f&&"data:action/json,"==f.substring(0,17)&&this.setLinkForCell(c,this.updateC… 10884 …eElement("div"),d=this.editor.graph,e=d.getLinkForCell(c);null!=e&&d.setLinkForCell(c,this.updateP… 10905 …ry.width=p.width;g.geometry.height=p.height}Graph.isLink(g.value)&&f.setLinkForCell(g,g.value);g.g…
|
H A D | viewer-static.min.js | 2557 …otype.removeCellsAfterUngroup.apply(this,arguments)};Graph.prototype.setLinkForCell=function(b,d){… 2683 [mxResources.get("link")]),mxUtils.bind(this,function(b){this.graph.setLinkForCell(this.state.cell,… 2973 …ialog(d,mxResources.get("apply"),function(d,f,c){d=mxUtils.trim(d);g.setLinkForCell(b,0<d.length?d… 2975 …try.x=f.x;d.geometry.y=f.y;g.setAttributeForCell(d,"linkTarget",c);g.setLinkForCell(d,b);g.cellSiz… 3305 …LinkForCell(d);null!=c&&"data:action/json,"==c.substring(0,17)&&this.setLinkForCell(d,this.updateC… 3552 …eElement("div"),e=this.editor.graph,f=e.getLinkForCell(c);null!=f&&e.setLinkForCell(c,this.updateP… 3573 …ry.width=m.width;k.geometry.height=m.height}Graph.isLink(k.value)&&d.setLinkForCell(k,k.value);k.g…
|
H A D | extensions.min.js | 1119 …pePageId(c,w),b);a=b.getHyperlink();a.extLink?d.setLinkForCell(n,a.extLink):a.pageLink&&d.setLinkF…
|