wijmo.wizard.wijwizard Namespace > options type : 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.
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) | |
---|---|
|