Wijmo UI for the Web
autoPlayMovies オプション

デフォルト値: true

ムービープレーヤーの自動再生オプションを有効にするかどうかを決定します。

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

関連トピック

参照

options タイプ
wijgallery メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.