Properties Methods Events Config Options Direct Link

Class Ext.calendar.DayView

Package:Ext.calendar
Defined In:DayView.js
Class:DayView
Subclasses:WeekView
Extends:Object

Unlike other calendar views, is not actually a subclass of CalendarView. Instead it is a Container subclass that internally creates and manages the layouts of a DayHeaderView and a DayBodyView. As such DayView accepts any config values that are valid for DayHeaderView and DayBodyView and passes those through to the contained views. It also supports the interface required of any calendar view and in turn calls methods on the contained views as necessary.

Config Options

Config OptionsDefined By
 dayCount : Number
The number of days to display in the view (defaults to 1)
DayView
 showTime : Boolean
True to display the current time in today's box in the calendar, false to not display it (defautls to true)
DayView
 showTodayText : Boolean
True to display the todayText string in today's box in the calendar, false to not display it (defautls to true)
DayView
 todayText : String
The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today')
DayView

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.