Wijmo UI for the Web
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.

Syntax
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) 
var panelTemplate : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.