Wijmo UI for the Web
stepHeaderTemplate Option

Default value: ""

The stepHeaderTemplate option creates an HTML template for the step header when a new panel is added with the add method or when creating a panel for a remote panel on the fly.

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

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.