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'
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputdate("option", "dropDownButtonAlign"); // Set value var newValue; // Type: string $(".selector").wijinputdate("option", "dropDownButtonAlign", newValue); }); |
Javascript (Specification) | |
---|---|
|