animate | defines or disables view change animation. |
blockDates | defines the selectable range |
borderless | used to hide the component borders |
calendarHeader | the format for the title with the month name and year |
calendarTime | defines calendar time format (with timepicker enabled) |
calendarWeekHeader | specifies the label for the column with weeks numbers |
cellHeight | the height of the cell with day (36) |
container | an html container (or its id) where the component needs initializing |
css | the name of a css class that will be applied to the view container |
date | sets the initial date of the calendar (particularly month and year). |
dayTemplate | defines a template for a calendar day cell |
disabled | indicates whether an item is enabled or not |
events | sets an additional css class that will be applied to days |
gravity | sets the view gravity (1 by default) |
headerHeight | total height of the area not taken by calendar body |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
icons | sets an array of icons in the calendar or hides them |
id | the component ID |
maxDate | set man limit for selected date |
maxHeight | sets the maximum height for the view |
maxWidth | sets the maximum width for the view |
minDate | set min limit for selected date |
minHeight | sets the minimal height for the view |
minWidth | sets the minimal width for the view |
minuteStep | step of time selector |
monthSelect | enables the ability to select month by clicking the "month" panel |
mouseEventDelay | the delay between a real mouse action and invoking the related events |
navigation | enables/disables month navigation in header - the possibility to change months (true) |
on | allows attaching custom handlers to inner events of the component |
onClick | attaches a click behavior for component items with the specified CSS class. |
onContext | a property used to define custom context-click (right click) handlers for elements in the DataTable cells
|
onDblClick | attaches a dblclick behavior for component items with the specified CSS class. |
onMouseMove | attaches a mousemove behaviour for component items with the specified CSS class. |
select | enables date selection within the calendar. |
skipEmptyWeeks | enables/disables displaying empty weeks (true) |
timepicker | enables clock for time selection |
timepickerHeight | sets height of timepicker area |
type | type of calendar view |
weekHeader | enables/disables additional header with week days (false) |
weekNumber | enables/disables additional left column with weeks' numbers (false) |
width | sets the width of the component |