YUI Calendar. Extends HTMLObject. Extends SeSSimulatedObject.
Behavior Pattern: YUICalendarBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Month
|
Current month displayed by the date picker.
|
GetMonth
|
|
Action Summary
Property Detail
Month
Current month displayed by the date picker.
Type: string|number
Accessors: GetMonth
Action Detail
DoNextMonth()
Clicks on 'Next Month' selector.
Returns:
boolean: 'true' if success, 'false' otherwise
DoPrevMonth()
Clicks on 'Previous Month' selector.
Returns:
boolean: 'true' if success, 'false' otherwise
DoSelectDate(dateValue)
Selects specific date in the date picker.
Parameters:
Name
|
Type
|
Description
|
dateValue
|
number
|
New date to select
|
Returns:
boolean: 'true' if success, 'false' otherwise
|