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

Default value: null

A value that specifies the text in the wijcombobox label.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcombobox("option", "labelText");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcombobox("option", "labelText", newValue);
        
});
var labelText : object;
See Also

Reference

options type
wijcombobox jQuery Widget