Wijmo UI for the Web
triggerPosition Option

Default value: 'right'

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

Syntax
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) 
var triggerPosition : string;
Remarks
possible value: right or left
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.