Default value: 'single'
A value indicates the list items can be single-selected or multi-selected
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijlist("option", "selectionMode");
// Set value
var newValue; // Type: string
$(".selector").wijlist("option", "selectionMode", newValue);
});
var selectionMode : string;
See Also