classQCalendar
QCalendar Class Reference
Inherits QControl.

Public Member Functions
- ParsePostData ()
- Validate ()
- GetControlHtml ()
- AddAction ($objEvent, $objAction)
- __construct ($objParentObject, QDateTimeTextBox $dtxLinkedControl, $strControlId=null)
- GetEndScript ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Attributes
- $dtxLinkedControl
- $strCalendarImageSource
- $strJavaScripts = '_core/calendar.js'
- $strCssClass = 'calendar'
Constructor & Destructor Documentation
| QCalendar::__construct | ( | $ | objParentObject, | |
| QDateTimeTextBox $ | dtxLinkedControl, | |||
| $ | strControlId = null | |||
| ) |
References QControlBase::$strControlId, and QCallerException::IncrementOffset().
Member Function Documentation
| QCalendar::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QControlBase.
References QControlBase::$strName, and QCallerException::IncrementOffset().
| QCalendar::__set | ( | $ | strName, | |
| $ | mixValue | |||
| ) |
Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to set string $mixValue New value of the property
- Returns:
- mixed the property that was set
Reimplemented from QControlBase.
References QControlBase::$strName, QType::Cast(), QCallerException::IncrementOffset(), and QType::Integer.
| QCalendar::AddAction | ( | $ | objEvent, | |
| $ | objAction | |||
| ) |
Reimplemented from QControlBase.
| QCalendar::GetControlHtml | ( | ) |
Reimplemented from QControlBase.
References QControlBase::GetAttributes(), and QControlBase::GetStyleAttributes().
| QCalendar::GetEndScript | ( | ) |
Reimplemented from QControlBase.
| QCalendar::ParsePostData | ( | ) |
Reimplemented from QControlBase.
| QCalendar::Validate | ( | ) |
Reimplemented from QControlBase.
Member Data Documentation
QCalendar::$dtxLinkedControl [protected] |
QCalendar::$strCalendarImageSource [protected] |
QCalendar::$strCssClass = 'calendar' [protected] |
Reimplemented from QControlBase.
QCalendar::$strJavaScripts = '_core/calendar.js' [protected] |
Reimplemented from QControlBase.
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QCalendar.class.php
