Wijmo UI for the Web
triggerPosition Option
wijmo.combobox.wijcombobox Namespace > options type : triggerPosition Option

Default value: 'right'

A value that specifies the position of the drop-down list trigger.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcombobox("option", "triggerPosition");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcombobox("option", "triggerPosition", newValue);
        
});
var triggerPosition : string;
Remarks
possible value: right or left
See Also

Reference

options type
wijcombobox jQuery Widget