YAHOO.widget.Calendar2up
Class YAHOO.widget.Calendar2up
Object | +--YAHOO.widget.CalendarGroup | +--YAHOO.widget.Calendar2up
class
YAHOO.widget.Calendar2up
Method Summary [top]
void |
buildWrapper
(<String> containerId)
Builds the wrapper container for the 2-up calendar.
|
Object |
constructChild
(id,containerId,monthyear,selected)
Implementation of CalendarGroup.constructChild that ensures that child calendars of
Calendar2up will be of type Calendar2up_Cal.
|
void |
hide
(e, cal)
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
(<String> containerId)
Builds the wrapper container for the 2-up calendar.
- Parameters:
-
containerId
- The id of the outer container element.
constructChild
Object
constructChild
(id,containerId,monthyear,selected)
Implementation of CalendarGroup.constructChild that ensures that child calendars of
Calendar2up will be of type Calendar2up_Cal.
HASH(0x1d81568)
hide
void
hide
(e, cal)
Hides the 2-up calendar's outer container from view.
HASH(0x1d817d8)
render
void
render
()
Renders the 2-up calendar.
HASH(0x1d1f1ac)
renderFooter
void
renderFooter
()
Renders a footer for the 2-up calendar container. By default, this method is
unimplemented.
HASH(0x1d1fbfc)
renderHeader
void
renderHeader
()
Renders the header located at the top of the container for the 2-up calendar.
HASH(0x1d1ff38)