ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
executeCommand () | |
Execute Command. | |
Public Member Functions inherited from ilAssQuestionHintAbstractGUI | |
__construct (assQuestionGUI $questionGUI) | |
Constructor. |
Data Fields | |
const | CMD_SHOW_FORM = 'showForm' |
command constants | |
const | CMD_SAVE_FORM = 'saveForm' |
const | CMD_CANCEL_FORM = 'cancelForm' |
const | CMD_CONFIRM_FORM = 'confirmForm' |
Private Member Functions | |
showFormCmd (ilPropertyFormGUI $form=null) | |
shows the form for managing a new/existing hint | |
saveFormCmd () | |
saves the form on successfull validation and redirects to showForm command | |
cancelFormCmd () | |
gateway command method to jump back to question hints overview | |
buildForm (ilAssQuestionHint $questionHint=null) | |
builds the questions hints form |
Additional Inherited Members | |
Protected Attributes inherited from ilAssQuestionHintAbstractGUI | |
$questionGUI = null | |
$questionOBJ = null |
Definition at line 17 of file class.ilAssQuestionHintGUI.php.
|
private |
builds the questions hints form
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 180 of file class.ilAssQuestionHintGUI.php.
References $ilCtrl, $lng, ilObjAdvancedEditing\_getUsedHTMLTags(), ilNumberInputGUI\allowDecimals(), ilUtil\prepareTextareaOutput(), and ilFormPropertyGUI\setRequired().
Referenced by saveFormCmd(), and showFormCmd().
|
private |
gateway command method to jump back to question hints overview
private ilCtrl $ilCtrl
Definition at line 165 of file class.ilAssQuestionHintGUI.php.
References $ilCtrl.
ilAssQuestionHintGUI::executeCommand | ( | ) |
Execute Command.
public ilCtrl $ilCtrl
Definition at line 34 of file class.ilAssQuestionHintGUI.php.
References $cmd, $ilCtrl, $lng, $tpl, and ilAssQuestionHintPageObjectCommandForwarder\PRESENTATION_MODE_AUTHOR.
|
private |
saves the form on successfull validation and redirects to showForm command
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 103 of file class.ilAssQuestionHintGUI.php.
References $_GET, $ilCtrl, $ilUser, $lng, assQuestion\_isWriteable(), buildForm(), ilAssQuestionHintsGUI\CMD_CONFIRM_SYNC, ilAssQuestionHintsGUI\CMD_SHOW_LIST, ilAssQuestionHintList\getNextIndexByQuestionId(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and showFormCmd().
|
private |
shows the form for managing a new/existing hint
private ilCtrl $ilCtrl ilTemplate $tpl
Definition at line 68 of file class.ilAssQuestionHintGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, buildForm(), ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ilUtil\sendFailure().
Referenced by saveFormCmd().
const ilAssQuestionHintGUI::CMD_CANCEL_FORM = 'cancelForm' |
Definition at line 24 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_CONFIRM_FORM = 'confirmForm' |
Definition at line 25 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 23 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 22 of file class.ilAssQuestionHintGUI.php.
Referenced by ilAssQuestionHintsTableGUI\fillRow(), and ilAssQuestionHintsGUI\showListCmd().