Wijmo UI for the Web
indicatorIncrement オプション

デフォルト値: 1

プログレスバーのインジケーターの増分。

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

関連トピック

参照

options タイプ
wijprogressbar jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.