X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/docs/output/Ext.calendar.CalendarView.html diff --git a/examples/docs/output/Ext.calendar.CalendarView.html b/examples/docs/output/Ext.calendar.CalendarView.html deleted file mode 100644 index 019dce5c..00000000 --- a/examples/docs/output/Ext.calendar.CalendarView.html +++ /dev/null @@ -1,120 +0,0 @@ -
Properties Methods Events Config Options Direct Link

Class Ext.calendar.CalendarView

Package:Ext.calendar
Defined In:CalendarView.js
Class:CalendarView
Subclasses:DayBodyView, MonthView
Extends:Object

This is an abstract class that serves as the base for other calendar views. This class is not -intended to be directly instantiated.

-

When extending this class to create a custom calendar view, you must provide an implementation -for the renderItems method, as there is no default implementation for rendering events -The rendering logic is totally dependent on how the UI structures its data, which -is determined by the underlying UI template (this base class does not have a template).

Config Options

Config OptionsDefined By
 enableDD : Boolean
True to enable drag and drop in the calendar view (the default), false to disable it
CalendarView
 startDay : Number
The 0-based index for the day on which the calendar week begins (0=Sunday, which is the default)
CalendarView

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file