Properties Methods Events Config Options Direct Link

Class Ext.calendar.CalendarPanel

Package:Ext.calendar
Defined In:CalendarPanel.js
Class:CalendarPanel
Extends:Object

This is the default container for Ext calendar views. It supports day, week and month views as well as a built-in event edit form. The only requirement for displaying a calendar is passing in a valid calendarStore config containing records of type EventRecord. In order to make the calendar interactive (enable editing, drag/drop, etc.) you can handle any of the various events fired by the underlying views and exposed through the CalendarPanel.

layoutConfig option if needed.

Config Options

Config OptionsDefined By
 dayText : String
Alternate text to use for the 'Day' nav bar button.
CalendarPanel
 monthText : String
Alternate text to use for the 'Month' nav bar button.
CalendarPanel
 showDayView : Boolean
True to include the day view (and toolbar button), false to hide them (defaults to true).
CalendarPanel
 showWeekView : Boolean
True to include the week view (and toolbar button), false to hide them (defaults to true).
CalendarPanel
 todayText : String
Alternate text to use for the 'Today' nav bar button.
CalendarPanel
 weekText : String
Alternate text to use for the 'Week' nav bar button.
CalendarPanel

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By