X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/docs/output/Ext.calendar.DayViewTemplate.html?ds=sidebyside diff --git a/examples/docs/output/Ext.calendar.DayViewTemplate.html b/examples/docs/output/Ext.calendar.DayViewTemplate.html deleted file mode 100644 index 52eb9a74..00000000 --- a/examples/docs/output/Ext.calendar.DayViewTemplate.html +++ /dev/null @@ -1,6 +0,0 @@ -
Package: | Ext.calendar |
Defined In: | DayViewTemplate.js |
Class: | DayViewTemplate |
Extends: | Object |
This is the template used to render the all-day event container used in DayView and -WeekView. Internally this class simply defers to instances of Ext.calerndar.DayHeaderTemplate -and Ext.calerndar.DayBodyTemplate to perform the actual rendering logic, but it also provides the overall calendar view -container that contains them both. As such this is the template that should be used when rendering day or week views.
-This template is automatically bound to the underlying event store by the -calendar components and expects records of type Ext.calendar.EventRecord.