Wijmo UI for the Web
collapsible Option

Default value: false

Determines whether a tab can be collapsed by a user. When this is set to true, an already selected tab will be collapsed upon reselection.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtabs("option", "collapsible");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtabs("option", "collapsible", newValue);
        
});
Javascript (Specification) 
var collapsible : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.