wijmo.tabs.wijtabs Namespace > options type : scrollable Option |
Default value: false
Determines whether to wrap to the next line or enable scrolling when the number of tabs exceeds the specified width.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtabs("option", "scrollable"); // Set value var newValue; // Type: boolean $(".selector").wijtabs("option", "scrollable", newValue); }); |
Javascript (Specification) | |
---|---|
var scrollable : boolean; |