wijmo.input.wijinputdate Namespace > options type : showDropDownButton Option |
Default value: true
Determines whether dropdown button is displayed.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputdate("option", "showDropDownButton"); // Set value var newValue; // Type: boolean $(".selector").wijinputdate("option", "showDropDownButton", newValue); }); |
Javascript (Specification) | |
---|---|
var showDropDownButton : boolean; |