jQuery.wijmo.wijtabs Namespace > options type : tabTemplate Field |
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) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijtabs.options.tabTemplate; |
Javascript (Specification) | |
---|---|
|