Wijmo UI for the Web
titleFormat オプション

ヘッダバーの下に表示されるタイトルテキストの書式。{0} = 開始日。{1} = 終了日。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijevcal("option", "titleFormat");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijevcal("option", "titleFormat", newValue);
        
});
Javascript (Specification) 
var titleFormat : object;
使用例
Specify common title format: $("#eventscalendar").wijevcal( { titleFormat: "First date: {0:d} Last date: {1:d}" } );Specify separate format for the each view: $("#eventscalendar").wijevcal( { titleFormat: { //function customFormatFunc will be called //in order to format string: day: customFormatFunc, week: "Week {0:d} : {1:d}", month: "{0:yyyy, MMMM}", list: "Events until {1:d}", custom: "{0:d} - {1:d}" } });

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.