
Public Member Functions | |
| __construct ($msg) | |
| Creates new confirmation action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
If the user clicks 'cancel' on the confirmation dialog, no further Toolkit actions will be executed on the component.
Definition at line 10 of file TKConfirmAction.php5.
| TKConfirmAction::__construct | ( | $ | msg | ) |
Creates new confirmation action.
| $msg | [string]: confirmation message to display |
Definition at line 17 of file TKConfirmAction.php5.
| static TKConfirmAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Definition at line 29 of file TKConfirmAction.php5.
| TKConfirmAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 24 of file TKConfirmAction.php5.
1.5.6