Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputnumber("option", "spinnerAlign");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputnumber("option", "spinnerAlign", newValue);
        
});
Javascript (Specification) 
var spinnerAlign : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.