wijmo.combobox.wijcombobox Namespace > options type : selectElementWidthFix Option |
Default value: 6
A value added to the width of the original HTML select element to account for the scroll bar width of the drop-down list.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijcombobox("option", "selectElementWidthFix"); // Set value var newValue; // Type: number $(".selector").wijcombobox("option", "selectElementWidthFix", newValue); }); |
Javascript (Specification) | |
---|---|
|