Default value: ""
This is the HTML template from which a new tab panel is created in case a tab is added via the add method or if a panel for a remote tab is created on the fly.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijtabs("option", "panelTemplate");
// Set value
var newValue; // Type: string
$(".selector").wijtabs("option", "panelTemplate", newValue);
});
var panelTemplate : string;
See Also