jQuery.wijmo.wijinputmask Namespace > options type : spinnerAlign Field |
Default value: 'verticalRight'
Determines the side, left or right, where the spinner button appear. Possible values are: 'vertialLeft', 'verticalRight', 'horizontalDownLeft', 'horizontalUpLeft'. The default value is 'verticalRight'.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijinputmask.options.spinnerAlign; |
Javascript (Specification) | |
---|---|
|