wijmo.calendar.wijcalendar 名前空間 > options タイプ : 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) | |
---|---|
|