Wijmo UI for the Web
indicatorImage オプション

デフォルト値: ""

画像のインジケーターの URL。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.