wijmo.progressbar.wijprogressbar 名前空間 > options タイプ : toolTipFormatString オプション |
デフォルト値:'{1}%'
プログレスバーのツールチップの書式を、labelFormatString のような書式の式として設定します。,'{1}%')
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijprogressbar("option", "toolTipFormatString"); //値を設定します var newValue; //タイプ: string $(".selector").wijprogressbar("option", "toolTipFormatString", newValue); }); |
Javascript (Specification) | |
---|---|
|