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

The navButtons option defines the type of navigation buttons used with the wijwizard.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: string
value = instance.navButtons;
var navButtons : string;
Remarks
The possible values are 'auto', 'common', 'edge' and 'none'.
See Also

Reference

WijWizardOptions Interface