Makes the n-th tab disabled. The tab remains visible.
Syntax
disable( n )
Arguments
n
a zero-based index of the tab.
Return value
No return value.
Example
Make the fourth tab disabled.
var tabs = pageObj.getTabs();
tabs.disable(3);
See also:
•Control object: setDisabled()