wijmo.list.wijlist Namespace > options type : disabled Option |
Default value: false
A value indicates whether wijlist is disabled.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijlist("option", "disabled"); // Set value var newValue; // Type: boolean $(".selector").wijlist("option", "disabled", newValue); }); |
Javascript (Specification) | |
---|---|
var disabled : boolean; |