wijmo.evcal.wijevcal Namespace > options type : eventTitleFormat Option |
Default value: 'undefined'
Format of the title text for the event. Format arguments: undefined = Start, undefined = End, undefined = Subject, undefined = Location, undefined = Icons, undefined = Description.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "eventTitleFormat"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "eventTitleFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal({ eventTitleFormat: "{0:h:mmtt}-{1:h:mmtt} undefined undefined" });