Wijmo UI for the Web
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) 
var pagerType : string;
使用例
$("#element").wijcarousel( { pagerType: "numbers" } );

関連トピック

参照

options タイプ
wijcarousel メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.