Searched refs:guidesEnabled (Results 1 – 12 of 12) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 602 guidesEnabled: node.getAttribute('guides') != '0', 634 node.setAttribute('guides', (vs == null || vs.guidesEnabled) ? '1' : '0'); 696 guidesEnabled: this.graphHandler.guidesEnabled, 733 this.graphHandler.guidesEnabled = state.guidesEnabled; 813 this.graphHandler.guidesEnabled = true;
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1137 graph.graphHandler.guidesEnabled = !graph.graphHandler.guidesEnabled; 1141 action.setSelectedCallback(function() { return graph.graphHandler.guidesEnabled; });
|
H A D | Editor.js | 436 this.graph.graphHandler.guidesEnabled = true; 468 this.graph.graphHandler.guidesEnabled = node.getAttribute('guides') != '0'; 617 node.setAttribute('guides', (this.graph.graphHandler.guidesEnabled) ? '1' : '0');
|
H A D | Format.js | 6756 return graph.graphHandler.guidesEnabled; 6766 apply(graph.graphHandler.guidesEnabled);
|
H A D | Sidebar.js | 2190 return this.editorUi.editor.graph.graphHandler.guidesEnabled;
|
H A D | Graph.js | 7250 mxGraphHandler.prototype.guidesEnabled = true; method in mxGraphHandler
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 131 attr['guidesEnabled'] = graph.graphHandler.guidesEnabled
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 420 …ight=null;mxDragSource.prototype.autoscroll=!0;mxDragSource.prototype.guidesEnabled=!0;mxDragSourc… method in mxDragSource 421 …desEnabled=function(){return this.guidesEnabled};mxDragSource.prototype.setGuidesEnabled=function(… 1596 …d=!0;mxGraphHandler.prototype.moveEnabled=!0;mxGraphHandler.prototype.guidesEnabled=!1;mxGraphHand… method in mxGraphHandler 1612 …+)this.cellCount+=this.addStates(this.cells[b],this.allCells);if(this.guidesEnabled){this.guide=ne… 2086 …this.isChromelessView()||"1"==urlParams.grid);this.graph.graphHandler.guidesEnabled=!0;this.graph.… 2500 …s.bind(this,function(){return this.editorUi.editor.graph.graphHandler.guidesEnabled})):null!=a[0]&… 3230 {install:function(a){this.listener=function(){a(d.graphHandler.guidesEnabled)};b.addListener("guide… 3533 …guidesEnabled=!c.graphHandler.guidesEnabled;d.fireEvent(new mxEventObject("guidesEnabledChanged"))… 11954 …idSize:mxGraph.prototype.gridSize),e.setAttribute("guides",null==b||b.guidesEnabled?"1":"0"),e.set… 11957 …t,gridEnabled:this.gridEnabled,gridSize:this.gridSize,guidesEnabled:this.graphHandler.guidesEnable… [all …]
|
H A D | viewer.min.js | 386 …ight=null;mxDragSource.prototype.autoscroll=!0;mxDragSource.prototype.guidesEnabled=!0;mxDragSourc… method in mxDragSource 387 …desEnabled=function(){return this.guidesEnabled};mxDragSource.prototype.setGuidesEnabled=function(… 1562 …d=!0;mxGraphHandler.prototype.moveEnabled=!0;mxGraphHandler.prototype.guidesEnabled=!1;mxGraphHand… method in mxGraphHandler 1578 …+)this.cellCount+=this.addStates(this.cells[b],this.allCells);if(this.guidesEnabled){this.guide=ne… 2052 …this.isChromelessView()||"1"==urlParams.grid);this.graph.graphHandler.guidesEnabled=!0;this.graph.… 2054 …bute("gridSize"))||mxGraph.prototype.gridSize;this.graph.graphHandler.guidesEnabled="0"!=b.getAttr… 2060 this.graph.gridSize);b.setAttribute("guides",this.graph.graphHandler.guidesEnabled?"1":"0");b.setAt… 2521 !0;mxGraphHandler.prototype.guidesEnabled=!0;mxGraphHandler.prototype.removeEmptyParents=!0;mxRubbe… method in mxGraphHandler 2988 …guidesEnabled=!g.graphHandler.guidesEnabled;e.fireEvent(new mxEventObject("guidesEnabledChanged"))…
|
H A D | viewer-static.min.js | 386 …ight=null;mxDragSource.prototype.autoscroll=!0;mxDragSource.prototype.guidesEnabled=!0;mxDragSourc… method in mxDragSource 387 …desEnabled=function(){return this.guidesEnabled};mxDragSource.prototype.setGuidesEnabled=function(… 1562 …d=!0;mxGraphHandler.prototype.moveEnabled=!0;mxGraphHandler.prototype.guidesEnabled=!1;mxGraphHand… method in mxGraphHandler 1578 …+)this.cellCount+=this.addStates(this.cells[b],this.allCells);if(this.guidesEnabled){this.guide=ne… 2052 …this.isChromelessView()||"1"==urlParams.grid);this.graph.graphHandler.guidesEnabled=!0;this.graph.… 2054 …bute("gridSize"))||mxGraph.prototype.gridSize;this.graph.graphHandler.guidesEnabled="0"!=b.getAttr… 2060 this.graph.gridSize);b.setAttribute("guides",this.graph.graphHandler.guidesEnabled?"1":"0");b.setAt… 2521 !0;mxGraphHandler.prototype.guidesEnabled=!0;mxGraphHandler.prototype.removeEmptyParents=!0;mxRubbe… method in mxGraphHandler 2988 …guidesEnabled=!g.graphHandler.guidesEnabled;e.fireEvent(new mxEventObject("guidesEnabledChanged"))…
|
H A D | extensions.min.js | 1032 …));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEnabled=a.graphHandler.guidesEnabled;…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 182 …ight=null;mxDragSource.prototype.autoscroll=!0;mxDragSource.prototype.guidesEnabled=!0;mxDragSourc… method in mxDragSource 183 …desEnabled=function(){return this.guidesEnabled};mxDragSource.prototype.setGuidesEnabled=function(… 1358 …d=!0;mxGraphHandler.prototype.moveEnabled=!0;mxGraphHandler.prototype.guidesEnabled=!1;mxGraphHand… method in mxGraphHandler 1374 …+)this.cellCount+=this.addStates(this.cells[b],this.allCells);if(this.guidesEnabled){this.guide=ne…
|