Wijmo UI for the Web
autoPlay オプション

デフォルト値: false

画像を自動的に再生できるようにします。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijgallery("option", "autoPlay");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijgallery("option", "autoPlay", newValue);
        
});
Javascript (Specification) 
var autoPlay : boolean;
使用例
$("#element").wijgallery( { autoPlay: true } );

関連トピック

参照

options タイプ
wijgallery メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.