Wijmo UI for the Web
eventTitleFormat Option
wijmo.evcal.wijevcal Namespace > options type : eventTitleFormat Option

Default value: '{2}'

Format of the title text for the event. Format arguments: {0} = Start, {1} = End, {2} = Subject, {3} = Location, {4} = Icons, {5} = Description.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "eventTitleFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "eventTitleFormat", newValue);
        
});
var eventTitleFormat : string;
Example
$("#eventscalendar").wijevcal({ 
          eventTitleFormat: "{0:h:mmtt}-{1:h:mmtt} {4} {2}" });
See Also

Reference

options type
wijevcal jQuery Widget