Properties Methods Events Config Options Direct Link
DayView
  MultiDayView

Class Ext.ensible.cal.MultiDayView

Package:Ext.ensible.cal
Defined In:MultiDayView.js
Class:MultiDayView
Subclasses:WeekView
Extends:DayView

Displays a calendar view by day, more than one day 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
 dayCount : Number
The number of days to display in the view (defaults to 3). Only values from 1 to 7 are allowed.
MultiDayView
 readOnly : Boolean
True to prevent clicks on events or the view from providing CRUD capabilities, false to enable CRUD (the default).
DayView
 showTime : Boolean
True to display the current time in today's box in the calendar, false to not display it (defaults to true)
DayView
 showTodayText : Boolean
True to display the todayText string in today's box in the calendar, false to not display it (defaults to true)
DayView
 todayText : String
The text to display in the current day's box in the calendar when showTodayText is true (defaults to 'Today')
DayView

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.