Searched refs:addUnitInput (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 2311 input = this.addUnitInput(div, '°', 16, 52, function() 2459 var width = this.addUnitInput(div, this.getUnit(), 87, 52, function() 2463 var height = this.addUnitInput(div, this.getUnit(), 16, 52, function() 2595 var left = this.addUnitInput(div2, this.getUnit(), 87, 52, function() 2599 var top = this.addUnitInput(div2, this.getUnit(), 16, 52, function() 2884 var width = this.addUnitInput(div, 'pt', 12, 44, function() 2925 var xs = this.addUnitInput(divs, 'pt', 87, 52, function() 2929 var ys = this.addUnitInput(divs, 'pt', 16, 52, function() 2951 var xt = this.addUnitInput(divt, 'pt', 87, 52, function() 2955 var yt = this.addUnitInput(divt, 'pt', 16, 52, function() [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3003 BaseFormatPanel.prototype.addUnitInput=function(a,b,d,e,c,f,k,h,g){k=null!=k?k:0;b=document.createE… 3036 …x":(mxUtils.write(c,mxResources.get("angle")),a.appendChild(c),f=this.addUnitInput(a,"°",16,52,fun… 3042 ….write(h,mxResources.get("size"));k.appendChild(h);var g,l,m,n,p=this.addUnitInput(k,this.getUnit(… 3043 this.isFloatUnit()),q=this.addUnitInput(k,this.getUnit(),16,52,function(){l.apply(this,arguments)},… 3047 …=this.addUnitInput(w,this.getUnit(),87,52,function(){m.apply(this,arguments)},this.getUnitStep(),n… 3055 …ite(f,mxResources.get("width"));c.appendChild(f);var k,h,g,l,m,n=this.addUnitInput(c,"pt",12,44,fu… 3057 …art"));p.appendChild(f);var q=this.addUnitInput(p,"pt",87,52,function(){l.apply(this,arguments)}),… 3058 …end"));v.appendChild(f);var t=this.addUnitInput(v,"pt",87,52,function(){h.apply(this,arguments)}),… 3092 …addUnitInput(h,"pt",87,52,function(){ca.apply(this,arguments)}),ga=this.addUnitInput(h,"pt",16,52,… 3182 …s.write(m,mxResources.get("lineend"));l.appendChild(m);var I,L,M=this.addUnitInput(l,"pt",98,52,fu… [all …]
|