Wijmo UI for the Web
thumbnails オプション

pagerType が "thumbnails" の場合にページャーのサムネイルリストを決定します。

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

関連トピック

参照

options タイプ
wijcarousel メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.