wijmo.wizard.wijwizard Namespace > options type : navButtons Option |
Default value: 'auto'
The navButtons option defines the type of navigation buttons used with the wijwizard.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijwizard("option", "navButtons"); // Set value var newValue; // Type: string $(".selector").wijwizard("option", "navButtons", newValue); }); |
Javascript (Specification) | |
---|---|
|