Wijmo UI for the Web
labelText Option

Default value: null

A value that specifies the text in the wijcombobox label.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcombobox("option", "labelText");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcombobox("option", "labelText", newValue);
        
});
Javascript (Specification) 
var labelText : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.