Wijmo UI for the Web
title フィールド

デフォルト値: null

月ビューのタイトルテキストのカスタマイズに使用されるコールバック関数。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: any
    returnsValue = $(".selector").wijcalendar("option", "title");
    
    //値を設定します
    var newValue; //タイプ: any
    $(".selector").wijcalendar("option", "title", newValue);
        
});
Javascript (Specification) 
var title : any;
解説
この関数には以下のパラメーターがあります。date: Date 月の表示日付。format: string タイトルの書式。options.titleFormat によって決定されます。

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.