wijmo.tabs.wijtabs Namespace > options type : panelTemplate Option |
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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijtabs("option", "panelTemplate"); // Set value var newValue; // Type: string $(".selector").wijtabs("option", "panelTemplate", newValue); }); |
Javascript (Specification) | |
---|---|
|