Wijmo UI for the Web
selectionMode Option

Default value: 'single'

A value indicates the list items can be single-selected or multi-selected

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlist("option", "selectionMode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlist("option", "selectionMode", newValue);
        
});
Javascript (Specification) 
var selectionMode : string;
Remarks
Options are "single" and "multiple". This option should not be set again after initialization.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.