Wijmo UI for the Web
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.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.