Searched refs:connectionArrowsEnabled (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1178 graph.connectionArrowsEnabled = !graph.connectionArrowsEnabled; 1182 action.setSelectedCallback(function() { return graph.connectionArrowsEnabled; });
|
H A D | Editor.js | 471 this.graph.connectionArrowsEnabled = node.getAttribute('arrows') != '0'; 620 node.setAttribute('arrows', (this.graph.connectionArrowsEnabled) ? '1' : '0');
|
H A D | Format.js | 6708 return graph.connectionArrowsEnabled; 6718 apply(graph.connectionArrowsEnabled);
|
H A D | Graph.js | 1992 Graph.prototype.connectionArrowsEnabled = true; method in Graph 5685 if (!this.graph.connectionArrowsEnabled || (state != null &&
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 707 arrows: this.connectionArrowsEnabled, 743 this.connectionArrowsEnabled = state.arrows; 822 this.connectionArrowsEnabled = true;
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2054 …ps"));this.graph.setConnectable("0"!=b.getAttribute("connect"));this.graph.connectionArrowsEnabled= 2060 …nHandler.isEnabled()?"1":"0");b.setAttribute("arrows",this.graph.connectionArrowsEnabled?"1":"0");… 2364 …totype.defaultEdgeLength=80;Graph.prototype.edgeMode=!1;Graph.prototype.connectionArrowsEnabled=!0; 2475 HoverIcons.prototype.update=function(b,c,e){if(!this.graph.connectionArrowsEnabled||null!=b&&"0"==m… 2990 …);t=this.addAction("connectionArrows",function(){g.connectionArrowsEnabled=!g.connectionArrowsEnab… 2991 …;t.setToggleAction(!0);t.setSelectedCallback(function(){return g.connectionArrowsEnabled});t=this.…
|
H A D | app.min.js | 2088 …ps"));this.graph.setConnectable("0"!=a.getAttribute("connect"));this.graph.connectionArrowsEnabled= 2094 …nHandler.isEnabled()?"1":"0");a.setAttribute("arrows",this.graph.connectionArrowsEnabled?"1":"0");… 2613 …totype.defaultEdgeLength=80;Graph.prototype.edgeMode=!1;Graph.prototype.connectionArrowsEnabled=!0; 2724 HoverIcons.prototype.update=function(a,b,d){if(!this.graph.connectionArrowsEnabled||null!=a&&"0"==m… 3228 …connectionArrowsEnabled},function(a){b.actions.get("connectionArrows").funct()},{install:function(… 3535 …);k=this.addAction("connectionArrows",function(){c.connectionArrowsEnabled=!c.connectionArrowsEnab… 3536 …;k.setToggleAction(!0);k.setSelectedCallback(function(){return c.connectionArrowsEnabled});k=this.… 11958 arrows:this.connectionArrowsEnabled,scale:this.view.scale,scrollLeft:this.container.scrollLeft-this… 11960 this.view.currentRoot=b.currentRoot;this.defaultParent=b.defaultParent;this.connectionArrowsEnabled… 11962 …Xml=null,this.pasteCounter=0,this.mathEnabled=this.defaultMathEnabled,this.connectionArrowsEnabled=
|
H A D | viewer-static.min.js | 2054 …ps"));this.graph.setConnectable("0"!=b.getAttribute("connect"));this.graph.connectionArrowsEnabled= 2060 …nHandler.isEnabled()?"1":"0");b.setAttribute("arrows",this.graph.connectionArrowsEnabled?"1":"0");… 2364 …totype.defaultEdgeLength=80;Graph.prototype.edgeMode=!1;Graph.prototype.connectionArrowsEnabled=!0; 2475 HoverIcons.prototype.update=function(b,c,e){if(!this.graph.connectionArrowsEnabled||null!=b&&"0"==m… 2990 …);t=this.addAction("connectionArrows",function(){g.connectionArrowsEnabled=!g.connectionArrowsEnab… 2991 …;t.setToggleAction(!0);t.setSelectedCallback(function(){return g.connectionArrowsEnabled});t=this.…
|