Class YAHOO.widget.Calendar2up_Cal

Object
   |
   +--YAHOO.widget.Calendar_Core
         |
         +--YAHOO.widget.Calendar2up_Cal

class YAHOO.widget.Calendar2up_Cal

Method Summary [top]

void renderHeader ()
Renders the header for each individual calendar in the 2-up view. 

Constructor Detail [top]

YAHOO.widget.Calendar2up_Cal

YAHOO.widget.Calendar2up_Cal ()
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(0x1d00a8c)

Method Detail [top]

renderHeader

void renderHeader ()
Renders the header for each individual calendar in the 2-up view. More specifically, this method handles the placement of left and right arrows for navigating between calendar pages. HASH(0x1d00b28)