Lines Matching refs:isGridEnabled
387 …uidesEnabled=function(a){this.guidesEnabled=a};mxDragSource.prototype.isGridEnabled=function(){ret… method in mxDragSource
401 ….zIndex="3",this.previewElement.style.position="absolute");var d=this.isGridEnabled()&&a.isGridEna…
1444 …pe.setCellsMovable=function(a){this.cellsMovable=a};mxGraph.prototype.isGridEnabled=function(){ret… method in mxGraph
1699 …Handler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.g…
2059 …00*this.graph.view.translate.y)/100);b.setAttribute("grid",this.graph.isGridEnabled()?"1":"0");b.s…
2122 …ridColor!=d.toLowerCase()?this.gridColor:"#ffffff",c="none",e="";if(b.isGridEnabled()||b.gridVisib…
2161 …d()}));k.addListener("gridSizeChanged",mxUtils.bind(this,function(){k.isGridEnabled()&&k.view.vali…
2530 …&&(this.createCellMapping(e,q,l),this.updateCustomLinks(l,b),c)){this.isGridEnabled()&&(d=this.sna…
2664 …(d.getEvent())||(g=this.graph.snap(g),l=this.graph.snap(l),this.graph.isGridEnabled()||(Math.abs(g…
2666 …is.width/e)*e,this.height=this.graph.snap(this.height/e)*e,this.graph.isGridEnabled()||(this.width…
2988 …isGridEnabled());g.defaultGridEnabled=g.isGridEnabled();e.fireEvent(new mxEventObject("gridEnabled…