jQuery.wijmo.wijwizard Namespace > options type : stepHeaderTemplate Field |
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) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijwizard.options.stepHeaderTemplate; |
Javascript (Specification) | |
---|---|
|