wijmo.carousel.wijcarousel 名前空間 > options タイプ : pagerType オプション |
デフォルト値: 'numbers'
カルーセルのページャーのタイプを決定します。 有効な値は、"slider"、"numbers"、"dots"、"thumbnails" です。実際のサンプルについては、Explore サンプルの「カルーセルのページング」ページを参照してください。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijcarousel("option", "pagerType"); //値を設定します var newValue; //タイプ: string $(".selector").wijcarousel("option", "pagerType", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { pagerType: "numbers" } );