Properties Methods Events Config Options Direct Link

Class Ext.ensible.cal.CalendarPanel

Package:Ext.ensible.cal
Defined In:CalendarPanel.js
Class:CalendarPanel
Extends:Object

This is the default container for calendar views. It supports day, week, multi-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 store config containing records of type EventRecord.

Config Options

Config OptionsDefined By
 dayText : String
Text to use for the 'Day' nav bar button.
CalendarPanel
 dayViewCfg : Object
A config object that will be applied only to the DayView managed by this CalendarPanel.
CalendarPanel
 editViewCfg : Object
A config object that will be applied only to the EventEditForm managed by this CalendarPanel.
CalendarPanel
 goText : String
Text to use for the 'Go' navigation button.
CalendarPanel
 jumpToText : String
Text to use for the 'Jump to:' navigation label.
CalendarPanel
 monthText : String
Text to use for the 'Month' nav bar button.
CalendarPanel
 monthViewCfg : Object
A config object that will be applied only to the MonthView managed by this CalendarPanel.
CalendarPanel
 multiDayViewCfg : Object
A config object that will be applied only to the MultiDayView managed by this CalendarPanel.
CalendarPanel
 multiWeekViewCfg : Object
A config object that will be applied only to the MultiWeekView managed by this CalendarPanel.
CalendarPanel
 showDayView : Boolean
True to include the day view (and toolbar button), false to hide them (defaults to true).
CalendarPanel
 showMultiDayView : Boolean
True to include the multi-day view (and toolbar button), false to hide them (defaults to false).
CalendarPanel
 showMultiWeekView : Boolean
True to include the multi-week 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
Text to use for the 'Today' nav bar button.
CalendarPanel
 weekText : String
Text to use for the 'Week' nav bar button.
CalendarPanel
 weekViewCfg : Object
A config object that will be applied only to the WeekView managed by this CalendarPanel.
CalendarPanel

Public Properties

PropertyDefined By
 activeView : Ext.ensible.cal.CalendarView
A reference to the view that is currently active.
CalendarPanel

Public Methods

MethodDefined By

Public Events

EventDefined By