wijmo.list.wijlist Namespace > options type : selectionMode Option |
Default value: 'single'
A value indicates the list items can be single-selected or multi-selected
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) | |
---|---|
|