Wijmo UI for the Web
navButtons Option
wijmo.wizard.wijwizard Namespace > options type : navButtons Option

Default value: 'auto'

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijwizard("option", "navButtons");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijwizard("option", "navButtons", newValue);
        
});
var navButtons : string;
Remarks
The possible values are 'auto', 'common', 'edge' and 'none'.
See Also

Reference

options type
wijwizard jQuery Widget