X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/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 new file mode 100644 index 00000000..89ac143b --- /dev/null +++ b/examples/docs/output/Ext.calendar.CalendarPanel.html @@ -0,0 +1,70 @@ +
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