ILIAS
release_4-3 Revision
|
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 15 of file class.ilAssQuestionHintGUI.php.
|
private |
builds the questions hints form
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 155 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 140 of file class.ilAssQuestionHintGUI.php.
References $ilCtrl.
ilAssQuestionHintGUI::executeCommand | ( | ) |
Execute Command.
public ilCtrl $ilCtrl
Definition at line 32 of file class.ilAssQuestionHintGUI.php.
|
private |
saves the form on successfull validation and redirects to showForm command
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 91 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 56 of file class.ilAssQuestionHintGUI.php.
References $_GET, $ilCtrl, $tpl, buildForm(), ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ilUtil\sendFailure().
Referenced by saveFormCmd().
const ilAssQuestionHintGUI::CMD_CANCEL_FORM = 'cancelForm' |
Definition at line 22 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_CONFIRM_FORM = 'confirmForm' |
Definition at line 23 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 21 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 20 of file class.ilAssQuestionHintGUI.php.
Referenced by ilAssQuestionHintsTableGUI\fillRow(), and ilAssQuestionHintsGUI\showListCmd().