Wijmo UI for the Web
disabledIndexes Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijtabs("option", "disabledIndexes");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijtabs("option", "disabledIndexes", newValue);
        
});
var disabledIndexes : array;
See Also

Reference

options type
wijtabs jQuery Widget