Wijmo UI for the Web
toolTipFormat オプション

デフォルト値: 'dddd, MMMM dd, yyyy'

ツールチップの書式を取得または設定します。

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

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.