Properties Methods Events Config Options Direct Link
DayView
  WeekView

Class Ext.calendar.WeekView

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

Displays a calendar view by week. This class does not usually need ot be used directly as you can use a CalendarPanel to manage multiple calendar views at once including the week view.

Config Options

Config OptionsDefined By
 dayCount : Number
The number of days to display in the view (defaults to 7)
WeekView
 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.