jQuery.wijmo.wijwizard Namespace > options type : panelTemplate Field |
Default value: ""
The panelTemplate option is an HTML template from which a new panel is created. The new panel is created by adding a panel with the add method or when creating a panel from a remote panel on the fly.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijwizard.options.panelTemplate; |
Javascript (Specification) | |
---|---|
|