Home
last modified time | relevance | path

Searched refs:installInputHandler (Results 1 – 2 of 2) sorted by last modified time

/plugin/diagramsnet/lib/js/
H A Dapp.min.js2982 BaseFormatPanel.prototype.installInputHandler=function(a,b,d,e,c,f,k,h){f=null!=f?f:"";h=null!=h?h:…
3038 …,mxConstants.STYLE_ROTATION,0)),f.value=isNaN(a)?"":a+"°"}),k=this.installInputHandler(f,mxConstan…
3081 h.appendChild(O);var S=null,n=this.installInputHandler(O,mxConstants.STYLE_FONTSIZE,Menus.prototype…
3109installInputHandler(ga,mxConstants.STYLE_SPACING,2,-999,999," pt");ca=this.installInputHandler(ka,…
3193installInputHandler(Z,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_MARKERSIZE,0,999," pt");K=th…
3194 …E,0,999," pt");I=this.installInputHandler(M,mxConstants.STYLE_TARGET_PERIMETER_SPACING,0,-999,999,…
3198 …UnitInput(a,"pt",16,42,function(){g.apply(this,arguments)});g=this.installInputHandler(l,"jumpSize…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js705 BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValue, min, max, unit, … method in BaseFormatPanel
2364 update = this.installInputHandler(input, mxConstants.STYLE_ROTATION, 0, 0, 360, '°', null, true);
3429 …var inputUpdate = this.installInputHandler(input, mxConstants.STYLE_FONTSIZE, Menus.prototype.defa…
4251 …globalUpdate = this.installInputHandler(globalSpacing, mxConstants.STYLE_SPACING, 2, -999, 999, ' …
4252 …topUpdate = this.installInputHandler(topSpacing, mxConstants.STYLE_SPACING_TOP, 0, -999, 999, ' pt…
4253 …rightUpdate = this.installInputHandler(rightSpacing, mxConstants.STYLE_SPACING_RIGHT, 0, -999, 999…
4254 …bottomUpdate = this.installInputHandler(bottomSpacing, mxConstants.STYLE_SPACING_BOTTOM, 0, -999, …
4255 …leftUpdate = this.installInputHandler(leftSpacing, mxConstants.STYLE_SPACING_LEFT, 0, -999, 999, '…
5670 …endSpacingUpdate = this.installInputHandler(endSpacing, mxConstants.STYLE_TARGET_PERIMETER_SPACING…
5671 …perimeterUpdate = this.installInputHandler(perimeterSpacing, mxConstants.STYLE_PERIMETER_SPACING, …
[all …]