Wijmo UI for the Web
dropdownWidth Option

Default value: 'auto'

A value that specifies the width of the drop-down list.

Syntax
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) 
var dropdownWidth : string;
Remarks
When this option is set to "auto", the width of the drop-down list is equal to the width of wijcombobox.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.