Hm, I guess you don’t need that password widget after all.
Just configure the styles for the NumericInput and the NumPad and your done!
Add font:
Add styles:
<Style id="NumericPassword" xsi:type="widgets.brease.NumericInput"
textColor="#000000"
borderWidth="1px"
borderColor="#DDDDDD"
fontSize="14px"
backColor="#FFFFFF"
fontName="NumericPassword"
activeBackColor="#EBEBEB"
activeTextColor="#555555"
bold="true"
activeBorderColor="transparent"
shadow="1px 1px 8px 0px rgba(5, 112, 193, 0.75)" />
<Style id="NumericPassword" xsi:type="widgets.brease.NumPad"
backColor="#FFFFFF"
fontName="NumericPassword"
borderColor="#3388CC"
showSlider="false"
mouseDownBackColor="#3388CC"
showMinMax="false"
mouseDownTextColor="#FFFFFF"
textColor="#000000" />
Assign styles:
You could create an own NumPad to get rid of the +/- and the .
Best regards,