Wijmo UI for the Web
thumbsDisplay フィールド

デフォルト値: 5

表示するサムネイルの数を決定します。

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

関連トピック

参照

options タイプ
wijgallery メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.