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

The loop option allows the wijwizard to begin again from the first panel when reaching the last panel in autoPlay mode.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: boolean
value = instance.loop;
var loop : boolean;
See Also

Reference

WijWizardOptions Interface