Wijmo UI for the Web
eventTitleFormat Field

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.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijevcal.options.eventTitleFormat;
Javascript (Specification) 
var eventTitleFormat : string;
Example
$("#eventscalendar").wijevcal({ 
        eventTitleFormat: "{0:h:mmtt}-{1:h:mmtt} undefined undefined" });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.