Package: | Ext.calendar |
Defined In: | DayHeaderTemplate.js |
Class: | DayHeaderTemplate |
Extends: | Object |
This is the template used to render the all-day event container used in DayView and WeekView. Internally the majority of the layout logic is deferred to an instance of Ext.calendar.BoxLayoutTemplate.
This template is automatically bound to the underlying event store by the calendar components and expects records of type Ext.calendar.EventRecord.
Note that this template would not normally be used directly. Instead you would use the Ext.calendar.DayViewTemplate that internally creates an instance of this template along with a Ext.calendar.DayBodyTemplate.