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