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

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.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: string
value = instance.panelTemplate;
var panelTemplate : string;
See Also

Reference

WijWizardOptions Interface