CSSPath
|
Path to the css file. Optional
|
CSSCalendar
|
CSS class for the whole calendar. It is the DIV that holds everything.
|
CSSTitle
|
CSS class for the title, without the arrows.
|
CSSArrowLeft
|
CSS class for the left arrow.
|
CSSArrowRight
|
CSS class for the right arrow.
|
CSSMonth
|
CSS class for each month.
|
CSSMonthTitle
|
CSS class for each month title. It is the part where the current month
and current year are shown.
|
CSSDayName
|
CSS class for each day name (Mon, Tue, etc.)
|
CSSDay
|
CSS class for each day in a month.
|
CSSDayOver
|
CSS class for each day in a month when the mouse is over.
|
CSSDayToday
|
CSS class for today's date.
|
CSSDayTodayOver
|
CSS class for today's date when the mouse is over.
|
CSSDayDisabled
|
CSS class for a disabled date.
|
CSSDayDisabledOver
|
CSS class for a disabled date when the mouse is over.
|
CSSDaySelected
|
CSS class for a selected date.
|
CSSDaySelectedOver
|
CSS class for a selected date when the mouse is over.
|
CSSDaySpecial
|
CSS class for a special date. Each special date can have its own css class,
but if none were specified, then this value is used.
|
CSSDaySpecialOver
|
CSS class for a special date when the mouse is over.
Each special date can have its own css class,
but if none were specified, then this value is used.
|
CSSYearSelectorTitle
|
CSS class for the year selector's title.
|
CSSYearSelectorContainer
|
CSS class for the year selector's container.
|
CSSYearSelectorArrowUp
|
CSS class for the year selector's arrow up.
|
CSSYearSelectorArrowDown
|
CSS class for the year selector's arrow down.
|
CSSYearSelector
|
CSS class for the year container from the year selector list.
|
CSSYearSelected
|
CSS class for the selected year container from the year selector list.
|
CSSMonthSelectorTitle
|
CSS class for the month selector's title.
|
CSSMonthSelectorContainer
|
CSS class for the month selector's container.
|
CSSMonthSelectorArrowUp
|
CSS class for the month selector's arrow up.
|
CSSMonthSelectorArrowDown
|
CSS class for the month selector's arrow down.
|
CSSMonthSelector
|
CSS class for the month container from the month selector list.
|
CSSMonthSelected
|
CSS class for the selected month container from the month selector list.
|
CSSSelectTime
|
CSS class for selecting time button.
|
CSSHourSelectorTitle
|
CSS class for the hour selector's title.
|
CSSHourSelectorContainer
|
CSS class for the hour selector's container.
|
CSSHourSelectorArrowUp
|
CSS class for the hour selector's arrow up.
|
CSSHourSelectorArrowDown
|
CSS class for the hour selector's arrow down.
|
CSSHourSelector
|
CSS class for the hour container from the hour selector list.
|
CSSHourSelected
|
CSS class for the selected hour container from the hour selector list.
|
CSSMinuteSelectorTitle
|
CSS class for the minute selector's title.
|
CSSMinuteSelectorContainer
|
CSS class for the minute selector's container.
|
CSSMinuteSelectorArrowUp
|
CSS class for the minute selector's arrow up.
|
CSSMinuteSelectorArrowDown
|
CSS class for the minute selector's arrow down.
|
CSSMinuteSelector
|
CSS class for the minute container from the minute selector list.
|
CSSMinuteSelected
|
CSS class for the selected minute container from the minute selector list.
|
CSSSecondSelectorTitle
|
CSS class for the second selector's title.
|
CSSSecondSelectorContainer
|
CSS class for the second selector's container.
|
CSSSecondSelectorArrowUp
|
CSS class for the second selector's arrow up.
|
CSSSecondSelectorArrowDown
|
CSS class for the second selector's arrow down.
|
CSSSecondSelector
|
CSS class for the second container from the second selector list.
|
CSSSecondSelected
|
CSS class for the selected second container from the second selector list.
|