|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--CalendarBox
Defined in Date.js
| Field Summary | |
Object |
CAL_FORMAT
|
Object |
datebox
|
Object |
opener
|
Object |
props
CalendarBox Properties Object. |
| Constructor Summary | |
CalendarBox(node)
|
|
| Method Summary | |
void
|
clear()
|
Object
|
dateSelectHandler(cal, date)
|
Object
|
dateStatusHandler(date)
|
Object
|
getValue()
|
void
|
init(setEvents)
|
void
|
setModified()
|
void
|
setValue(value)
|
Object
|
show()
|
Object
|
validate()
|
| Field Detail |
Object CAL_FORMAT
Object datebox
Object opener
Object props
| showAt | The position of the calendar div in x:y format.
Additionally value "1" can be used to open the div under the DateBox and value "2" to open the opener button |
| firstDayOfWeek | A number between 0 ("Sunday") to 6 ("Saturday") as the first day of the week |
| showsTime | Show the time Flag |
| time24 | 24 hours Flag |
| weekNumbers | Week Numbers Flag |
| showOtherMonths | Show Other Months Flag |
| singleClick | Single Click Flag |
| statusBarDateFormat | See DHTML Calendar Widget Help |
| onSelectHandler | The Javascript function to call when a date is selected on the calendar.
The function receives the Calendar Object
associated with this object as the parameter. If the function returns false then the date selection is refused and
the calendar is not closed. |
| dateStatusHandler | The Javascript function to call to determine the status of the given date
during building a calendar view. The function receives a JS Date object as the parameter. The function may return
true, false or a CSS class name |
| Constructor Detail |
CalendarBox(node)
| Method Detail |
void clear()
Object dateSelectHandler(cal, date)
Object dateStatusHandler(date)
Object getValue()
void init(setEvents)
void setModified()
void setValue(value)
Object show()
Object validate()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||