ILIAS
Release_5_0_x_branch Revision 61816
|
Modal class. More...
Public Member Functions | |
setId ($a_val) | |
Set id. | |
getId () | |
Get id. | |
setHeading ($a_val) | |
Set heading. | |
getHeading () | |
Get heading. | |
setBody ($a_val) | |
Set body. | |
getBody () | |
Get body. | |
setType ($a_val) | |
Set type. | |
getType () | |
Get type. | |
getHTML () | |
Get HTML. |
Static Public Member Functions | |
static | getInstance () |
Get instance. |
Data Fields | |
const | TYPE_LARGE = "large" |
const | TYPE_MEDIUM = "medium" |
const | TYPE_SMALL = "small" |
Protected Member Functions | |
__construct () | |
Constructor. |
Protected Attributes | |
$heading = "" | |
$body = "" | |
$id = "" | |
$type = self::TYPE_MEDIUM |
|
protected |
ilModalGUI::getBody | ( | ) |
Get body.
Definition at line 96 of file class.ilModalGUI.php.
References $body.
Referenced by getHTML().
ilModalGUI::getHeading | ( | ) |
Get heading.
Definition at line 76 of file class.ilModalGUI.php.
References $heading.
Referenced by getHTML().
ilModalGUI::getHTML | ( | ) |
Get HTML.
Definition at line 126 of file class.ilModalGUI.php.
References $tpl, getBody(), getHeading(), getId(), and getType().
ilModalGUI::getId | ( | ) |
Get id.
Definition at line 56 of file class.ilModalGUI.php.
References $id.
Referenced by getHTML().
|
static |
Get instance.
Definition at line 36 of file class.ilModalGUI.php.
Referenced by ilInternalLinkGUI\getInitHTML(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilClozeGapInputBuilderGUI\insert(), ilTermsOfServiceAgreementByLanguageTableGUI\prepareRow(), and ilTermsOfServiceAcceptanceHistoryTableGUI\prepareRow().
ilModalGUI::getType | ( | ) |
Get type.
Definition at line 116 of file class.ilModalGUI.php.
References $type.
Referenced by getHTML().
ilModalGUI::setBody | ( | $a_val | ) |
Set body.
string | $a_val | body |
Definition at line 86 of file class.ilModalGUI.php.
ilModalGUI::setHeading | ( | $a_val | ) |
Set heading.
string | $a_val | heading |
Definition at line 66 of file class.ilModalGUI.php.
ilModalGUI::setId | ( | $a_val | ) |
Set id.
string | $a_val | id |
Definition at line 46 of file class.ilModalGUI.php.
ilModalGUI::setType | ( | $a_val | ) |
Set type.
string | $a_val | type const ilModalGUI::TYPE_SMALL|ilModalGUI::TYPE_MEDIUM|ilModalGUI::TYPE_LARGE |
Definition at line 106 of file class.ilModalGUI.php.
|
protected |
Definition at line 15 of file class.ilModalGUI.php.
Referenced by getBody().
|
protected |
Definition at line 14 of file class.ilModalGUI.php.
Referenced by getHeading().
|
protected |
Definition at line 16 of file class.ilModalGUI.php.
Referenced by getId().
|
protected |
Definition at line 21 of file class.ilModalGUI.php.
Referenced by getType().
const ilModalGUI::TYPE_LARGE = "large" |
Definition at line 17 of file class.ilModalGUI.php.
Referenced by ilObjMediaPoolGUI\getPreviewModalHTML().
const ilModalGUI::TYPE_MEDIUM = "medium" |
Definition at line 18 of file class.ilModalGUI.php.
const ilModalGUI::TYPE_SMALL = "small" |
Definition at line 19 of file class.ilModalGUI.php.