wijmo.tabs.wijtabs Namespace > options type : disabledIndexes Option |
Default value: []
An array containing the position of the tabs (zero-based index) that should be disabled upon initialization.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: array returnsValue = $(".selector").wijtabs("option", "disabledIndexes"); // Set value var newValue; // Type: array $(".selector").wijtabs("option", "disabledIndexes", newValue); }); |
Javascript (Specification) | |
---|---|
|