Wijmo UI for the Web
showTrigger Option

Determines whether dropdown button is displayed.

Syntax
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) 
var showTrigger : any;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.