Wijmo UI for the Web
multipleSelectionSeparator Option

Default value: ','

A value that specifies the separator for the multiple selected items text in the textbox.

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

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.