YAHOO.widget.Calendar2up
Class YAHOO.widget.Calendar2up
Object | +--YAHOO.widget.CalendarGroup | +--YAHOO.widget.Calendar2up
class
YAHOO.widget.Calendar2up
Method Summary [top]
void |
buildWrapper
Builds the wrapper container for the 2-up calendar.
|
Object |
constructChild
Implementation of CalendarGroup.constructChild that ensures that child calendars of
Calendar2up will be of type Calendar2up_Cal.
|
void |
hide
Hides the 2-up calendar's outer container from view.
|
void |
render
Renders the 2-up calendar.
|
void |
renderFooter
Renders a footer for the 2-up calendar container.
|
void |
renderHeader
Renders the header located at the top of the container for the 2-up calendar.
|
Methods inherited from class YAHOO.widget.CalendarGroup
Constructor Detail [top]
YAHOO.widget.Calendar2up
YAHOO.widget.Calendar2up
()
- Parameters:
-
id
- The id of the table element that will represent the calendar widget -
containerId
- The id of the container element that will contain the calendar table -
monthyear
- The month/year string used to set the current calendar page -
selected
- A string of date values formatted using the date parser. The built-in default date format is MM/DD/YYYY. Ranges are defined using MM/DD/YYYY-MM/DD/YYYY. Month/day combinations are defined using MM/DD. Any combination of these can be combined by delimiting the string with commas. Example: "12/24/2005,12/25,1/18/2006-1/21/2006"
Method Detail [top]
buildWrapper
void
buildWrapper
Builds the wrapper container for the 2-up calendar.
constructChild
Object
constructChild
Implementation of CalendarGroup.constructChild that ensures that child calendars of
Calendar2up will be of type Calendar2up_Cal.
hide
void
hide
Hides the 2-up calendar's outer container from view.
render
void
render
Renders the 2-up calendar.
renderFooter
void
renderFooter
Renders a footer for the 2-up calendar container. By default, this method is
unimplemented.
renderHeader
void
renderHeader
Renders the header located at the top of the container for the 2-up calendar.