Class QAlertAction
Displays an alert to the user
-
QBaseClass
-
QAction
-
QAlertAction
Methods summary
public
|
#
__construct( string $strMessage )
Constructor
Parameters
- $strMessage
- Message to be shown as the alert
|
public
mixed|null|string
|
#
__get( string $strName )
PHP Magic function to get the property values of an object of the class
PHP Magic function to get the property values of an object of the class
Parameters
- $strName
- Name of the property
Returns
mixed|null|string
Throws
Overrides
|
public
string
|
#
RenderScript( QControl $objControl )
Returns the JavaScript to be executed on the client side
Returns the JavaScript to be executed on the client side
Parameters
Returns
string
|
Properties summary
protected
string
|
$strMessage
Message to be shown as the alert
Message to be shown as the alert
|
|