wijmo.evcal.wijevcal 名前空間 > options タイプ : 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) | |
---|---|
|
$("#eventscalendar").wijevcal({ eventTitleFormat: "{0:h:mmtt}-{1:h:mmtt} {4} {2}" });