Wijmo UI for the Web
spinnerAlign Option
wijmo.input.wijinputcore Namespace > options type : spinnerAlign Option

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'.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputcore("option", "spinnerAlign");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputcore("option", "spinnerAlign", newValue);
        
});
var spinnerAlign : string;
See Also

Reference

options type
wijinputcore jQuery Widget