Default value: false
Determines whether to wrap to the next line or enable scrolling when the number of tabs exceeds the specified width.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijtabs("option", "scrollable");
// Set value
var newValue; // Type: boolean
$(".selector").wijtabs("option", "scrollable", newValue);
});
var scrollable : boolean;
See Also