Wijmo UI for the Web
disableTab Method
The zero-based index of the tab to be disabled.
Disabled a tab.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijtabs();
var value; // Type: wijtabs

// Parameters
var index; // Type:  number

value = instance.disableTab(index);
Javascript (Specification) 
function disableTab( 
   index : number
) : wijtabs;

Parameters

index
The zero-based index of the tab to be disabled.
Example
//Disables the second tab
$("#element").wijtabs('disableTab', 1);
Browser Compatibility
7
5
5

See Also

Reference

wijtabs type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.