var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: string value = instance.stepHeaderTemplate;
var stepHeaderTemplate : string;
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.
var instance; // Type: wijmo.wizard.WijWizardOptions; var value; // Type: string value = instance.stepHeaderTemplate;
var stepHeaderTemplate : string;