ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
executeCommand () | |
Execute Command. More... | |
Public Member Functions inherited from ilAssQuestionHintAbstractGUI | |
__construct (assQuestionGUI $questionGUI) | |
Constructor. More... | |
Data Fields | |
const | CMD_SHOW_FORM = 'showForm' |
command constants More... | |
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 More... | |
saveFormCmd () | |
saves the form on successfull validation and redirects to showForm command More... | |
cancelFormCmd () | |
gateway command method to jump back to question hints overview More... | |
buildForm (ilAssQuestionHint $questionHint=null) | |
builds the questions hints form More... | |
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 169 of file class.ilAssQuestionHintGUI.php.
References $form, $ilCtrl, $lng, ilObjAdvancedEditing\_getUsedHTMLTags(), ilNumberInputGUI\allowDecimals(), 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 154 of file class.ilAssQuestionHintGUI.php.
References $ilCtrl.
ilAssQuestionHintGUI::executeCommand | ( | ) |
Execute Command.
public ilCtrl $ilCtrl
Definition at line 34 of file class.ilAssQuestionHintGUI.php.
References $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 96 of file class.ilAssQuestionHintGUI.php.
References $_GET, $form, $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 67 of file class.ilAssQuestionHintGUI.php.
References $_GET, $form, $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().