Wijmo UI for the Web
tabTemplate Option

Default value: ""

HTML template from which a new tab is created and added. The placeholders #{href} and #{label} are replaced with the url and tab label that are passed as arguments to the add method.

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

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.