wijmo.wizard.wijwizard Namespace > options type : autoPlay Option |
Default value: false
The autoPlay option allows the panels to automatically display in order.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijwizard("option", "autoPlay"); // Set value var newValue; // Type: boolean $(".selector").wijwizard("option", "autoPlay", newValue); }); |
Javascript (Specification) | |
---|---|
var autoPlay : boolean; |