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