Class SS.control.popupcalendar
Popup Calendar. Calendar which appears which can appear when linked to an element.
Defined in: SS.control.popupcalendar.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Class style sheet applied to the control.
|
|
|
Name of the event, or comma seperated list of event names, to deactivate the popup calendar upon.
|
|
|
Name of the event, or comma seperated list of event names, to activate the popup calendar upon.
|
| Method Attributes | Method Name and Description |
|---|---|
|
render()
Renders the popupcalendar control on the page by rendering the two controls
that make up this popup calendar; SS.control.popup and SS.control.calendar.
|
Field Detail
<private>
CL
Calendar control used inside the popup
css
Class style sheet applied to the control.
offevent
Name of the event, or comma seperated list of event names, to deactivate the popup calendar upon.
onevent
Name of the event, or comma seperated list of event names, to activate the popup calendar upon.
<private>
PP
Popup control which handles the displaying of the popup calendar.
Method Detail
render()
Renders the popupcalendar control on the page by rendering the two controls
that make up this popup calendar; SS.control.popup and SS.control.calendar.
- Returns:
- null
