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
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijtabs("option", "tabTemplate");
// Set value
var newValue; // Type: string
$(".selector").wijtabs("option", "tabTemplate", newValue);
});
var tabTemplate : string;
See Also