Config, parent, cells, weekHeaderCells, weekFooterCells, cellDates, id, oDomContainer, today, renderStack, pageDate, minDate, maxDate, selectedDates, shellRendered, table, headerCell
Class YAHOO.widget.Calendar2up_Cal
Object | +--YAHOO.widget.Calendar_Core | +--YAHOO.widget.Calendar2up_Cal
class
YAHOO.widget.Calendar2up_Cal
Fields inherited from class YAHOO.widget.Calendar_Core [top]
Constructor Summary [top]
YAHOO.widget.Calendar2up_Cal
Calendar2up_Cal is the default implementation of the Calendar_Core base class, when used
in a 2-up view.
Method Summary [top]
void |
renderHeader
()
Renders the header for each individual calendar in the 2-up view.
|
Methods inherited from class YAHOO.widget.Calendar_Core
init, wireDefaultEvents, wireCustomEvents, setupConfig, customConfig, buildMonthLabel, buildDayLabel, buildShell, buildShellHeader, buildShellBody, buildShellFooter, renderShell, render, renderBody, renderFooter, renderOutOfBoundsDate, renderRowHeader, renderRowFooter, renderCellDefault, renderCellStyleHighlight1, renderCellStyleHighlight2, renderCellStyleHighlight3, renderCellStyleHighlight4, renderCellStyleToday, renderCellStyleSelected, renderCellNotThisMonth, renderBodyCellRestricted, addMonths, subtractMonths, addYears, subtractYears, nextMonth, previousMonth, nextYear, previousYear, reset, clear, select, selectCell, deselect, deselectCell, deselectAll, isDateOOM, onBeforeSelect, onSelect, onBeforeDeselect, onDeselect, onChangePage, onRender, onReset, onClear, validate, resetRenderers, clearElement, addRenderer, addMonthRenderer, addWeekdayRenderer, clearAllBodyCellStyles, setMonth, setYear, getSelectedDates, toString
Constructor Detail [top]
YAHOO.widget.Calendar2up_Cal
YAHOO.widget.Calendar2up_Cal
()
Calendar2up_Cal is the default implementation of the Calendar_Core base class, when used
in a 2-up view. This class is the UED-approved version of the calendar selector widget. For all documentation
on the implemented methods listed here, see the documentation for Calendar_Core. This class
has some special attributes that only apply to calendars rendered within the calendar group implementation.
There should be no reason to instantiate this class directly.
- 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]
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(0x1d5cb48)