Home
last modified time | relevance | path

Searched refs:createStepper (Results 1 – 2 of 2) sorted by path

/plugin/diagramsnet/lib/js/
H A Dapp.min.js2986 BaseFormatPanel.prototype.createStepper=function(a,b,d,e,c,f,k){d=null!=d?d:1;e=null!=e?e:9;var h=1…
3003 …erRadius="4px";b.style.boxSizing="border-box";a.appendChild(b);e=this.createStepper(b,c,f,null,h,n…
3084 …w.setTimeout(function(){O.value=S+" pt";S=null},0);break}},!0),n=this.createStepper(O,n,1,10,!0,Me…
3147 …t("linewidth"));p.appendChild(t);var w=t.cloneNode(!0);u.appendChild(w);var x=this.createStepper(t,
3148 …;x.style.marginTop="2px";x.style.left="198px";p.appendChild(x);x=this.createStepper(w,d,1,9);x.sty…
3232 …x";f.value=this.inUnit(c.getGridSize())+" "+this.getUnit();var k=this.createStepper(f,b,this.getUn…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js854 BaseFormatPanel.prototype.createStepper = function(input, update, step, height, disableFocus, defau… method in BaseFormatPanel
1469 var stepper = this.createStepper(input, update, step, null, disableFocus, null, isFloat);
3564 var stepper = this.createStepper(input, inputUpdate, 1, 10, true, Menus.prototype.defaultFontSize);
5155 var stepper = this.createStepper(input, update, 1, 9);
5161 var altStepper = this.createStepper(altInput, altUpdate, 1, 9);
6801 …var stepper = this.createStepper(input, update, this.getUnitStep(), null, null, null, this.isFloat…