Properties Methods Events Config Options Direct Link
CalendarView
  MonthView
    MultiWeekView

Class Ext.ensible.cal.MultiWeekView

Package:Ext.ensible.cal
Defined In:MultiWeekView.js
Class:MultiWeekView
Extends:MonthView

Displays a calendar view by week, more than one week at a time. This class does not usually need to be used directly as you can use a CalendarPanel to manage multiple calendar views at once.

Config Options

Config OptionsDefined By
 enableDD : Boolean
True to enable drag and drop in the calendar view (the default), false to disable it
CalendarView
 readOnly : Boolean
True to prevent clicks on events or the view from providing CRUD capabilities, false to enable CRUD (the default).
CalendarView
 showTime : Boolean
True to display the current time in today's box in the calendar, false to not display it (defaults to true)
MonthView
 showTodayText : Boolean
True to display the todayText string in today's box in the calendar, false to not display it (defaults to true)
MonthView
 startDay : Number
The 0-based index for the day on which the calendar week begins (0=Sunday, which is the default)
CalendarView
 todayText : String
The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today')
CalendarView
 weekCount : Number
The number of weeks to display in the view (defaults to 2)
MultiWeekView

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By