Wijmo UI for the Web
allowSpinLoop Option

Default value: false

Determines whether the spin behavior can wrap when reaching a maximum or minimum limit.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijinputnumber("option", "allowSpinLoop");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").wijinputnumber("option", "allowSpinLoop", newValue);
        
});
Javascript (Specification) 
var allowSpinLoop : bool;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.