wijmo.tabs.wijtabs Namespace > options type : 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.
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) | |
---|---|
|