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

Default value: false

Determines whether dropdown button is displayed.

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

Reference

options type
wijinputcore jQuery Widget