Pop-up Calendar
The Pop-up Calendar component is a pop-up calendar that can display days
of the week, navigate forward and backward one month at a time, and
can return a date that a user clicks. It is also capable of displaying
events that occur on certain days, as you define them.
Properties
name
- Description: (REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page.
- Type: String
- Default Value: Calendar1
width
- Description: Pop-up window width.
- Type: String
- Default Value: 215
height
- Description: Pop-up window height.
- Type: String
- Default Value: 230
selDate
- Description: Selected calendar date in m/d/yyyy format.
- Type: String
wdayFormat
- Description: Weekday text format.
- Value Set: FirstLetter | Abbreviated | FullWord
- Type: String
- Default Value: Abbreviated
textFont
- Description: Text font face.
- Type: String
textSize
- Description: Text size.
- Type: String
textColor
- Description: Text color.
- Type: String
selColor
- Description: Selected date cell color.
- Type: String
- Default Value: lightgrey
border
- Description: Calendar border width.
- Type: String
testMode
- Description: Select the test mode.
- Value Set: off | alerts | text
- Type: String
- Default Value: off
- Is Expert: Yes
Methods
Get Selected Date
- Method Name: getSelDate()
- Description: Gets the currently selected date.
Open
- Method Name: open()
- Description: Opens a new window with rendered control.
Render
- Method Name: render()
- Description: Renders control.
Events
On Open
- Event: onOpen()
- Description: Event fires on open of new window and rendering of calendar.
On Render
- Event: onRender()
- Description: Event fires on render of calendar.
On Render Day
- Event: onRenderDay()
- Description: Event fires when each calendar day cell is rendered.
On Select Date
- Event: onSelDate()
- Description: Event fires when user selects day or changes months.
Other Information
Environment: Client