| wijmo.carousel.wijcarousel 名前空間 > options タイプ : thumbnails オプション |
pagerType が "thumbnails" の場合にページャーのサムネイルリストを決定します。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: object returnsValue = $(".selector").wijcarousel("option", "thumbnails"); //値を設定します var newValue; //タイプ: object $(".selector").wijcarousel("option", "thumbnails", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |
$("#element").wijcarousel( { thumbnails: [] } );