ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setId (string $a_val) | |
getId () | |
setHeading (string $a_val) | |
getHeading () | |
setBody (string $a_val) | |
getBody () | |
setType (string $a_val) | |
Set type. More... | |
getType () | |
addButton (ilButtonBase $but) | |
getButtons () | |
Get buttons. More... | |
getHTML () | |
Static Public Member Functions | |
static | getInstance () |
static | initJS (ilGlobalTemplateInterface $a_main_tpl=null) |
Data Fields | |
const | TYPE_LARGE = "large" |
const | TYPE_MEDIUM = "medium" |
const | TYPE_SMALL = "small" |
Protected Member Functions | |
__construct () | |
Protected Attributes | |
string | $heading = "" |
string | $body = "" |
string | $id = "" |
string | $type = self::TYPE_MEDIUM |
array | $buttons = array() |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Modal class
Definition at line 24 of file class.ilModalGUI.php.
|
protected |
Definition at line 37 of file class.ilModalGUI.php.
ilModalGUI::addButton | ( | ilButtonBase | $but | ) |
Definition at line 92 of file class.ilModalGUI.php.
ilModalGUI::getBody | ( | ) |
Definition at line 72 of file class.ilModalGUI.php.
References $body.
Referenced by getHTML().
ilModalGUI::getButtons | ( | ) |
Get buttons.
Definition at line 101 of file class.ilModalGUI.php.
References $buttons.
Referenced by getHTML().
ilModalGUI::getHeading | ( | ) |
Definition at line 62 of file class.ilModalGUI.php.
References $heading.
Referenced by getHTML().
ilModalGUI::getHTML | ( | ) |
Definition at line 106 of file class.ilModalGUI.php.
References Vendor\Package\$b, $tpl, getBody(), getButtons(), getHeading(), getId(), and getType().
ilModalGUI::getId | ( | ) |
Definition at line 51 of file class.ilModalGUI.php.
References $id.
Referenced by getHTML().
|
static |
Definition at line 41 of file class.ilModalGUI.php.
Referenced by ilExAssignmentGUI\addFiles(), ilAssLongmenuCorrectionsInputGUI\buildAnswersModal(), ILIAS\Survey\Mode\AbstractUIModifier\buildExportModal(), ilSurveyEvaluationGUI\buildExportModal(), ilObjForumGUI\doHistoryCheck(), ilNewsTimelineGUI\getDeleteModal(), ilNewsTimelineGUI\getEditModal(), ilTestPlayerConfirmationModal\getHTML(), ilInternalLinkGUI\getInitHTML(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilObjStudyProgrammeTreeGUI\initAsyncUIElements(), ilExerciseManagementGUI\initIndividualDeadlineModal(), ilClozeGapInputBuilderGUI\insert(), ilExerciseSubmissionTableGUI\parseColumns(), ilTestPlayerAbstractGUI\populateDiscardSolutionModal(), ilTestPlayerAbstractGUI\populateInstantResponseModal(), ilTestPlayerAbstractGUI\populateNavWhenChangedModal(), assLongMenuGUI\populateQuestionSpecificFormPart(), and ilNewsTimelineItemGUI\renderMediaModal().
ilModalGUI::getType | ( | ) |
Definition at line 87 of file class.ilModalGUI.php.
References $type.
Referenced by getHTML().
|
static |
Definition at line 138 of file class.ilModalGUI.php.
Referenced by ilObjForumGUI\doHistoryCheck(), ilPageObjectGUI\initEditing(), ILIAS\Notes\InternalGUIService\initJavascript(), and ilChatroomViewGUI\showRoom().
ilModalGUI::setBody | ( | string | $a_val | ) |
Definition at line 67 of file class.ilModalGUI.php.
ilModalGUI::setHeading | ( | string | $a_val | ) |
Definition at line 56 of file class.ilModalGUI.php.
ilModalGUI::setId | ( | string | $a_val | ) |
Definition at line 46 of file class.ilModalGUI.php.
ilModalGUI::setType | ( | string | $a_val | ) |
Set type.
string | $a_val | type const ilModalGUI::TYPE_SMALL|ilModalGUI::TYPE_MEDIUM|ilModalGUI::TYPE_LARGE |
Definition at line 82 of file class.ilModalGUI.php.
|
protected |
Definition at line 27 of file class.ilModalGUI.php.
Referenced by getBody().
|
protected |
Definition at line 35 of file class.ilModalGUI.php.
Referenced by getButtons().
|
protected |
Definition at line 26 of file class.ilModalGUI.php.
Referenced by getHeading().
|
protected |
Definition at line 28 of file class.ilModalGUI.php.
Referenced by getId().
|
protected |
Definition at line 34 of file class.ilModalGUI.php.
Referenced by getType().
const ilModalGUI::TYPE_LARGE = "large" |
Definition at line 30 of file class.ilModalGUI.php.
Referenced by ilExAssignmentGUI\addFiles(), ilNewsTimelineGUI\getDeleteModal(), ilNewsTimelineGUI\getEditModal(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilObjStudyProgrammeTreeGUI\initAsyncUIElements(), ilTestPlayerAbstractGUI\populateInstantResponseModal(), and ilNewsTimelineItemGUI\renderMediaModal().
const ilModalGUI::TYPE_MEDIUM = "medium" |
Definition at line 31 of file class.ilModalGUI.php.
const ilModalGUI::TYPE_SMALL = "small" |
Definition at line 32 of file class.ilModalGUI.php.