Extras
CalendarSelect
Class Hierarchy:

CalendarSelect component: an input component which allows selection of a single date. Displays a representation of a calendar, showing the currently selected month/year. May not contain child components.

Methods inherited from class Echo.Component
getFocusComponent, add, addListener, fireEvent, get, getComponent, getComponentCount, getIndex, getLayoutDirection, getLocale, getLocalStyleData, getRenderLayoutDirection, getRenderLocale, getStyle, getStyleName, indexOf, isActive, isAncestorOf, isEnabled, isRenderEnabled, register, render, renderIndex, remove, removeAll, removeListener, set, setEnabled, setIndex, setLayoutDirection, setLocale, setStyle, setStyleName, toString

Component Properties
date Date the selected date

Style Properties
adjacentMonthDateBackground Color (String) background color for dates in previous/next months
adjacentMonthDateForeground Color (String) foreground color for dates in previous/next months
border Border (String or Object) the border wrapping the calendar
backgroundImage FillImage (String or Object) calendar background image
dateBackground Color (String) default background color of date cells
dateBackgroundImage FillImage (String or Object) default background image of date cells (note that this image is displayed behind the entire calendar date grid, rather than being repeated in each cell)
dateBorder Border (String or Object) default border of date cells
dateForeground Color (String) default foreground color of date cells
dayOfWeekNameAbbreviationLength Number number of characters to use in abbreviated day names (default 2)
headerBackground Color (String) background color of the week header
headerBackgroundImage FillImage (String or Object) background image of the week header
headerForeground Color (String) foreground color of the week header
rolloverDateBackground Color (String) rollover background color of date cells
rolloverDateBorder Color (String) rollover border of date cells
rolloverDateBackgroundImage FillImage (String or Object) rollover background image of date cells
rolloverDateForeground Color (String) rollover foreground color of date cells
selectedDateBackground Color (String) background color of selected date
selectedDateBorder Border (String or Object) border of selected date
selectedDateBackgroundImage FillImage (String or Object) background image of selected date
selectedDateForeground Color (String) foreground color of selected date