X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/docs/output/Ext.calendar.CalendarPanel.html diff --git a/examples/docs/output/Ext.calendar.CalendarPanel.html b/examples/docs/output/Ext.calendar.CalendarPanel.html deleted file mode 100644 index 89ac143b..00000000 --- a/examples/docs/output/Ext.calendar.CalendarPanel.html +++ /dev/null @@ -1,70 +0,0 @@ -
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
\ No newline at end of file