Wijmo UI for the Web
showDropDownButton Option

Default value: false

Determines whether dropdown button is displayed.

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

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.