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