wijmo.combobox.wijcombobox Namespace > options type : dropdownWidth Option |
Default value: 'auto'
A value that specifies the width of the drop-down list.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijcombobox("option", "dropdownWidth"); // Set value var newValue; // Type: string $(".selector").wijcombobox("option", "dropdownWidth", newValue); }); |
Javascript (Specification) | |
---|---|
|