|
addMonthRenderer(Number month , Function fnRender ) : void |
CalendarGroup |
Adds a month to the render stack. The function reference passed to this method will be executed
when a date cell matc... |
|
addMonths(Number count ) : void |
CalendarGroup |
Adds the designated number of months to the current calendar month, and sets the current
calendar page date to the ne... |
|
addRenderer(String sDates , Function fnRender ) : void |
CalendarGroup |
Adds a renderer to the render stack. The function reference passed to this method will be executed
when a date cell m... |
|
addWeekdayRenderer(Number weekday , Function fnRender ) : void |
CalendarGroup |
Adds a weekday to the render stack. The function reference passed to this method will be executed
when a date cell ma... |
|
addYears(Number count ) : void |
CalendarGroup |
Adds the designated number of years to the current calendar, and sets the current
calendar page date to the new month. |
|
callChildFunction(String fnName , Array args ) : void |
CalendarGroup |
Calls a function within all child Calendars within this CalendarGroup. |
|
clear() : void |
CalendarGroup |
Clears the selected dates in the current calendar widget and sets the calendar
to the current month and year. |
|
configPageDate(String type , Object[] args , Object obj ) : void |
CalendarGroup |
The default Config handler for the "pagedate" property |
|
configPages(String type , Object[] args , Object obj ) : void |
CalendarGroup |
The default Config handler for the "pages" property |
|
constructChild(String id , String containerId , Object config ) : YAHOO.widget.Calendar |
CalendarGroup |
Constructs a child calendar. This method can be overridden if a subclassed version of the default
calendar is to be u... |
|
delegateConfig(String type , Object[] args , Object obj ) : void |
CalendarGroup |
Delegates a configuration property to the CustomEvents associated with the CalendarGroup's children |
|
deselect(String/Date/Date[] date ) : Date[] |
CalendarGroup |
Deselects a date or a collection of dates on the current calendar. This method, by default,
does not call the render ... |
|
deselectAll() : Date[] |
CalendarGroup |
Deselects all dates on the current calendar. |
|
deselectCell(Number cellIndex ) : Date[] |
CalendarGroup |
Deselects a date on the current calendar by referencing the index of the cell that should be deselected.
This method ... |
|
getSelectedDates() : An |
CalendarGroup |
Gets the list of currently selected dates from the calendar. |
|
init(String id , String containerId , Object config ) : void |
CalendarGroup |
Initializes the calendar group. All subclasses must call this method in order for the
group to be initialized properly. |
|
initEvents() : void |
CalendarGroup |
Initializes CalendarGroup's built-in CustomEvents |
|
nextMonth() : void |
CalendarGroup |
Navigates to the next month page in the calendar widget. |
|
nextYear() : void |
CalendarGroup |
Navigates to the next year in the currently selected month in the calendar widget. |
|
previousMonth() : void |
CalendarGroup |
Navigates to the previous month page in the calendar widget. |
|
previousYear() : void |
CalendarGroup |
Navigates to the previous year in the currently selected month in the calendar widget. |
|
render() : void |
CalendarGroup |
Calls the render function of all child calendars within the group. |
|
renderFooter() : void |
CalendarGroup |
Renders a footer for the 2-up calendar container. By default, this method is
unimplemented. |
|
renderHeader() : void |
CalendarGroup |
Renders the header for the CalendarGroup. |
|
reset() : void |
CalendarGroup |
Resets the calendar widget to the originally selected month and year, and
sets the calendar to the initial selection(s). |
|
select(String/Date/Date[] date ) : Date[] |
CalendarGroup |
Selects a date or a collection of dates on the current calendar. This method, by default,
does not call the render me... |
|
selectCell(Number cellIndex ) : Date[] |
CalendarGroup |
Selects a date on the current calendar by referencing the index of the cell that should be selected.
This method is u... |
|
setChildFunction(String fnName , Function fn ) : void |
CalendarGroup |
Adds a function to all child Calendars within this CalendarGroup. |
|
setMonth(Number month ) : void |
CalendarGroup |
Sets the calendar group's month explicitly. This month will be set into the first
page of the multi-page calendar, an... |
|
setYear(Number year ) : void |
CalendarGroup |
Sets the calendar group's year explicitly. This year will be set into the first
page of the multi-page calendar, and ... |
|
subtractMonths(Number count ) : void |
CalendarGroup |
Subtracts the designated number of months from the current calendar month, and sets the current
calendar page date to... |
|
subtractYears(Number count ) : void |
CalendarGroup |
Subtcats the designated number of years from the current calendar, and sets the current
calendar page date to the new... |
|
toString() : String |
CalendarGroup |
Returns a string representation of the object. |
CSS_2UPCLOSE<static>
public String CSS_2UPCLOSE<static>
<static> CSS class representing the close icon for the 2-up calendar
CSS_2UPTITLE<static>
public String CSS_2UPTITLE<static>
<static> CSS class representing the title for the 2-up calendar
CSS_CONTAINER<static>
public String CSS_CONTAINER<static>
<static> CSS class representing the container for the calendar
CSS_MULTI_UP<static>
public String CSS_MULTI_UP<static>
<static> CSS class representing the container for the calendar
Locale
public Object Locale
The local object which contains the CalendarGroup's locale settings
Options
public Object Options
The local object which contains the CalendarGroup's options
cfg
public YAHOO.util.Config cfg
The Config object used to hold the configuration variables for the CalendarGroup
containerId
public String containerId
The unique id associated with the CalendarGroup container
id
public String id
The unique id associated with the CalendarGroup
oDomContainer
public HTMLElement oDomContainer
The outer containing element for the CalendarGroup
pages
public YAHOO.widget.Calendar[] pages
The collection of Calendar pages contained within the CalendarGroup