Wijmo UI for the Web
panelTemplate Option

Default value: ""

The panelTemplate option is an HTML template from which a new panel is created. The new panel is created by adding a panel with the add method or when creating a panel from a remote panel on the fly.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijwizard("option", "panelTemplate");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijwizard("option", "panelTemplate", newValue);
        
});
Javascript (Specification) 
var panelTemplate : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.