Wijmo UI for the Web
collapsible Option
wijmo.tabs.wijtabs Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtabs("option", "collapsible");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtabs("option", "collapsible", newValue);
        
});
var collapsible : boolean;
See Also

Reference

options type
wijtabs jQuery Widget