Wijmo UI for the Web
stepHeaderTemplate Field
wijmo.wizard Namespace > WijWizardOptions Interface : stepHeaderTemplate Field

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

Reference

WijWizardOptions Interface