Properties Methods Events Config Options Direct Link
DayView
  MultiDayView
    WeekView

Class Ext.ensible.cal.WeekView

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

Displays a calendar view by week. This class does not usually need to be used directly as you can use a CalendarPanel to manage multiple calendar views at once including the week view.

Config Options

Config OptionsDefined By
 dayCount : Number
The number of days to display in the view (defaults to 7)
WeekView
 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.