Wijmo UI for the Web
eventTitleFormat オプション

デフォルト値: 'undefined'

イベントのタイトルテキストの書式。Format の引数は以下のとおりです。0} = Start、{1} = End、{2} = Subject、{3} = Location、{4} = Icons、{5} = Description

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijevcal("option", "eventTitleFormat");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijevcal("option", "eventTitleFormat", newValue);
        
});
Javascript (Specification) 
var eventTitleFormat : string;
使用例
$("#eventscalendar").wijevcal({ eventTitleFormat: "{0:h:mmtt}-{1:h:mmtt} {4} {2}" });

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.