ILIAS
Release_4_0_x_branch Revision 61816
|
Confirmation screen class. More...
Public Member Functions | |
__construct () | |
Constructor. | |
setFormAction ($a_form_action) | |
getFormAction () | |
setHeaderText ($a_headertext) | |
Set Set header text. | |
getHeaderText () | |
Get Set header text. | |
addButton ($a_txt, $a_cmd) | |
Set cancel button command and text. | |
setCancel ($a_txt, $a_cmd) | |
Set cancel button command and text. | |
setConfirm ($a_txt, $a_cmd) | |
Set confirmation button command and text. | |
getHTML () | |
Get confirmation screen HTML. |
Private Attributes | |
$buttons = array() |
Confirmation screen class.
Definition at line 34 of file class.ilSimpleConfirmationGUI.php.
ilSimpleConfirmationGUI::__construct | ( | ) |
|
final |
Set cancel button command and text.
string | cancel text |
string | cancel command |
Definition at line 82 of file class.ilSimpleConfirmationGUI.php.
|
final |
Definition at line 51 of file class.ilSimpleConfirmationGUI.php.
Referenced by getHTML().
ilSimpleConfirmationGUI::getHeaderText | ( | ) |
Get Set header text.
Definition at line 71 of file class.ilSimpleConfirmationGUI.php.
Referenced by getHTML().
ilSimpleConfirmationGUI::getHTML | ( | ) |
Get confirmation screen HTML.
Definition at line 117 of file class.ilSimpleConfirmationGUI.php.
References $lng, getFormAction(), getHeaderText(), and ilUtil\sendQuestion().
|
final |
Set cancel button command and text.
string | cancel text |
string | cancel command |
Definition at line 94 of file class.ilSimpleConfirmationGUI.php.
|
final |
Set confirmation button command and text.
string | confirmation button text |
string | confirmation button command |
Definition at line 106 of file class.ilSimpleConfirmationGUI.php.
|
final |
Definition at line 46 of file class.ilSimpleConfirmationGUI.php.
ilSimpleConfirmationGUI::setHeaderText | ( | $a_headertext | ) |
Set Set header text.
string | $a_headertext | Set header text |
Definition at line 61 of file class.ilSimpleConfirmationGUI.php.
|
private |
Definition at line 36 of file class.ilSimpleConfirmationGUI.php.