dojox.calendar
Object » dojox.calendar
Property Summary
- time Advanced date manipulation utilities.
Method Summary
- Calendar() This class defines a calendar widget that display events in time.
- CalendarBase(args) This class defines a generic calendar widget that manages several views to display event in time.
- ColumnView() This class defines a simple column view that also uses a secondary sheet to display long or all day events. By default an dojox.calendar.ColumnViewSecondarySheet instance is created. Set the secondarySheetClass property to define the class to instantiate, for example to mix the default class with Mouse, Keyboard or Touch plugins.
- ColumnViewSecondarySheet() This class defines a matrix view designed to be embedded in a column view, usually to display long or all day events on one row.
- ExpandRenderer() The default renderer displayed in MatrixView cells where some item renderers cannot be displayed because of size constraints.
- HorizontalRenderer() The default item horizontal renderer.
- Keyboard() This mixin is managing the keyboard interactions on a calendar view.
- LabelRenderer() The default item label renderer.
- MatrixView() The matrix view is a calendar view that displaying a matrix where each cell is a day.
- MobileCalendar() This class defines a calendar widget that display events in time designed to be used in mobile environment.
- MobileHorizontalRenderer() The mobile specific item horizontal renderer.
- MobileVerticalRenderer() The mobile specific item vertical renderer.
- MonthColumnView() The month column view is a calendar view used to display a month per column where each cell of the column is a day.
- Mouse() This plugin is managing the mouse interactions on item renderers displayed by a calendar view.
- SimpleColumnView() The simple column view is displaying a day per column. Each cell of a column is a time slot.
- StoreMixin()
- Touch() This plugin is managing the touch interactions on item renderers displayed by a calendar view.
- VerticalRenderer() The default item vertical renderer.
- ViewBase(args) The dojox.calendar.ViewBase widget is the base of calendar view widgets.
- _RendererMixin() This class is the base class of calendar renderers.
- _VerticalScrollBarBase()
Attached Objects
Properties
Methods
This class defines a generic calendar widget that manages several views to display event in time.
Parameter | Type | Description |
---|---|---|
args | Object |
This class defines a simple column view that also uses a secondary
sheet to display long or all day events.
By default an dojox.calendar.ColumnViewSecondarySheet instance is created.
Set the secondarySheetClass property to define the class to instantiate,
for example to mix the default class with Mouse, Keyboard or Touch plugins.
This class defines a matrix view designed to be embedded in a column view,
usually to display long or all day events on one row.
The default renderer displayed in MatrixView cells where some item renderers cannot be displayed because of size constraints.
This class defines a calendar widget that display events in time designed to be used in mobile environment.
The month column view is a calendar view used to display a month per column where each cell of the column is a day.
The simple column view is displaying a day per column. Each cell of a column is a time slot.
The dojox.calendar.ViewBase widget is the base of calendar view widgets.
Parameter | Type | Description |
---|---|---|
args | Object |