Properties Methods Events Config Options Direct Link
CalendarView
  MonthView
    DayHeaderView

Class Ext.calendar.DayHeaderView

Package:Ext.calendar
Defined In:DayHeaderView.js
Class:DayHeaderView
Extends:MonthView

This is the header area container within the day and week views where all-day events are displayed. Normally you should not need to use this class directly -- instead you should use DayView which aggregates this class and the DayBodyView into the single unified view presented by CalendarPanel.

Config Options

Config OptionsDefined By
 enableDD : Boolean
True to enable drag and drop in the calendar view (the default), false to disable it
CalendarView
 showTime : Boolean
True to display the current time in today's box in the calendar, false to not display it (defautls to true)
MonthView
 showTodayText : Boolean
True to display the todayText string in today's box in the calendar, false to not display it (defautls to true)
MonthView
 startDay : Number
The 0-based index for the day on which the calendar week begins (0=Sunday, which is the default)
CalendarView
 todayText : String
The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today')
MonthView

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By