Class YAHOO.widget.Calendar2up

Object
   |
   +--YAHOO.widget.CalendarGroup
         |
         +--YAHOO.widget.Calendar2up

class YAHOO.widget.Calendar2up

Field Summary [top]

string CSS_2UPCLOSE
CSS class representing the close icon for the 2-up calendar 
string CSS_2UPCONTAINER
CSS class representing the container for the 2-up calendar 
string CSS_2UPTITLE
CSS class representing the title for the 2-up calendar 
string CSS_2UPWRAPPER
CSS class representing the wrapper for the 2-up calendar 
string CSS_CONTAINER
CSS class representing the container for the calendar 

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. 

Field Detail [top]

CSS_2UPCLOSE

string   CSS_2UPCLOSE
CSS class representing the close icon for the 2-up calendar

CSS_2UPCONTAINER

string   CSS_2UPCONTAINER
CSS class representing the container for the 2-up calendar

CSS_2UPTITLE

string   CSS_2UPTITLE
CSS class representing the title for the 2-up calendar

CSS_2UPWRAPPER

string   CSS_2UPWRAPPER
CSS class representing the wrapper for the 2-up calendar

CSS_CONTAINER

string   CSS_CONTAINER
CSS class representing the container for the calendar

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"
HASH(0x1c91cb8)

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.
HASH(0x1cfe68c)

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(0x1cfeadc)

hide

void hide (e, cal)
Hides the 2-up calendar's outer container from view. HASH(0x1cfec80)

render

void render ()
Renders the 2-up calendar. HASH(0x1cfef38)

renderFooter

void renderFooter ()
Renders a footer for the 2-up calendar container. By default, this method is unimplemented. HASH(0x1d00150)

renderHeader

void renderHeader ()
Renders the header located at the top of the container for the 2-up calendar. HASH(0x1d005a0)