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
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijwizard("option", "stepHeaderTemplate");
// Set value
var newValue; // Type: string
$(".selector").wijwizard("option", "stepHeaderTemplate", newValue);
});
var stepHeaderTemplate : string;
See Also