CalendarBox |
![]() ![]() ![]() |
CalendarBox a Process Field. It can be used inside or outside of a ProcessRecord Element. This process fields makes use of LGPL licenced "The DHTML Javascript Calendar" provided by Dynaarch. It encloses:
See CalendarBox Function Class in MoreMotion Face API. Properties 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 it under the opener button. firstDayOfWeek A number between 0 ("Sunday") to 6 ("Saturday") as the first day of the week showTime Value true shows the time. time24 Value true displays the time 24-hour format. weekNumbers Value true shows the week numbers. showsOtherMonths Value true enables the other months dialogs. singleClick Value true enables the date selection with a single click. Otherwise date selection is done with double click. statusBarDateFormat The definitions to format the date on the status bar. 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.
Required Javascript Files This element requires the following Javascript files are linked to the page in the HEAD section of the HTML document as follows.
Required CSS Files This element requires the a CSS file from moremotion/face/DateNum/CalendarCss/ directory is linked to the page in the HEAD section of the HTML document as follows.
|