Properties Methods Events Config Options Direct Link

Class Ext.ensible.cal.DayView

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

Unlike other calendar views, is not actually a subclass of CalendarView. Instead it is a Container subclass that internally creates and manages the layouts of a DayHeaderView and a DayBodyView. As such DayView accepts any config values that are valid for DayHeaderView and DayBodyView and passes those through to the contained views. It also supports the interface required of any calendar view and in turn calls methods on the contained views as necessary.

Config Options

Config OptionsDefined By
 dayCount : Number
The number of days to display in the view (defaults to 1). Only values from 1 to 7 are allowed.
DayView
 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.