Wijmo UI for the Web
disabledIndexes Option

Default value: []

An array containing the position of the tabs (zero-based index) that should be disabled upon initialization.

Syntax
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) 
var disabledIndexes : array;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.