classQDialogBox
QDialogBox Class Reference
Inherits QPanel.Inherited by QFileAssetDialog.

Public Member Functions
- GetEndScript ()
- ShowDialogBox ()
- HideDialogBox ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Member Functions
Protected Attributes
- $strPosition = QPosition::Absolute
- $strJavaScripts = '_core/control_dialog.js'
- $strMatteColor = '#000000'
- $intMatteOpacity = 50
- $strCssClass = 'dialogbox'
- $blnMatteClickable = true
- $blnAnyKeyCloses = false
Member Function Documentation
| QDialogBox::__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 QBlockControl.
References QControlBase::$strName, and QCallerException::IncrementOffset().
| QDialogBox::__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 QBlockControl.
References QControlBase::$strName, QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), QType::Integer, and QType::String.
| QDialogBox::GetControlHtml | ( | ) | [protected] |
Reimplemented from QBlockControl.
| QDialogBox::GetEndScript | ( | ) |
Reimplemented from QBlockControl.
| QDialogBox::HideDialogBox | ( | ) |
| QDialogBox::ShowDialogBox | ( | ) |
Member Data Documentation
QDialogBox::$blnAnyKeyCloses = false [protected] |
QDialogBox::$blnMatteClickable = true [protected] |
QDialogBox::$intMatteOpacity = 50 [protected] |
QDialogBox::$strCssClass = 'dialogbox' [protected] |
Reimplemented from QControlBase.
QDialogBox::$strJavaScripts = '_core/control_dialog.js' [protected] |
Reimplemented from QControlBase.
QDialogBox::$strMatteColor = '#000000' [protected] |
QDialogBox::$strPosition = QPosition::Absolute [protected] |
Reimplemented from QControlBase.
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QDialogBox.class.php
