Wijmo UI for the Web
showTrigger Option
wijmo.input.wijinputdate Namespace > options type : showTrigger Option

Determines whether dropdown button is displayed.

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

Reference

options type
wijinputdate jQuery Widget