Spiderscript Home
Class Index | File Index

Classes




Spiderscript Home
Class Index | File Index

Classes




Class SS.control.popupcalendar

Popup Calendar. Calendar which appears which can appear when linked to an element.
Defined in: SS.control.popupcalendar.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<private>  
CL
Calendar control used inside the popup
 
css
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.
<private>  
PP
Popup control which handles the displaying of the popup calendar.
Method Summary
Method Attributes Method Name and Description
 
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.
Class Detail
SS.control.popupcalendar()
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

Documentation generated by JsDoc Toolkit 2.1.0 on Wed Sep 30 2009 09:31:10 GMT+0100 (BST)