| wijmo.wizard.wijwizard 名前空間 > options タイプ : autoPlay オプション |
デフォルト値: false
autoPlay オプションは、パネルの順次自動表示を可能にします。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: boolean returnsValue = $(".selector").wijwizard("option", "autoPlay"); //値を設定します var newValue; //タイプ: boolean $(".selector").wijwizard("option", "autoPlay", newValue); }); | |
| Javascript (Specification) | |
|---|---|
var autoPlay : boolean; | |