Property | Type | Description | |
---|---|---|---|
$blnHideOnClickAway | |||
$dtxLinkedControl | |||
$strCalendarImageSource | |||
$strCssClass | |||
$strJavaScriptSetDateOverride | |||
$strJavaScripts |
Method | Description | |
---|---|---|
AddAction ( $objEvent, $objAction ) | ||
GetControlHtml ( ) | ||
GetEndScript ( ) | ||
ParsePostData ( ) | ||
Validate ( ) | ||
__construct ( mixed $objParentObject, QDateTimeTextBox $dtxLinkedControl, string $strControlId = null, boolean $blnAutoShowOnClick = true ) | The constructor for the QCalendar QControl object | |
__get ( $strName ) | ||
__set ( $strName, $mixValue ) |
public __construct ( mixed $objParentObject, QDateTimeTextBox $dtxLinkedControl, string $strControlId = null, boolean $blnAutoShowOnClick = true ) | ||
$objParentObject | mixed | |
$dtxLinkedControl | QDateTimeTextBox | the linked QDateTimeTextBox to this calendar icon/control |
$strControlId | string | optional |
$blnAutoShowOnClick | boolean | whether or not the calendar should automatically display upon clicking the qdatetimetexbox (default is yes/true) |