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

Default value: 'right'

Determines the side, left or right, where the dropdown button appear. Possible values are: 'left', 'right'

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

Reference

options type
wijinputdate jQuery Widget