ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $a_id) | |
setId (string $a_val) | |
getId () | |
setWidth (string $a_val) | |
getWidth () | |
addLightbox (\ilGlobalTemplateInterface $a_tpl=null) | |
getHTML () | |
Static Public Member Functions | |
static | getLocalLightboxJsPath () |
Protected Attributes | |
ilGlobalTemplateInterface | $tpl |
string | $id = "" |
string | $width |
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 Lightbox handling
Definition at line 23 of file class.ilLightboxGUI.php.
ilLightboxGUI::__construct | ( | string | $a_id | ) |
ilLightboxGUI::addLightbox | ( | \ilGlobalTemplateInterface | $a_tpl = null | ) |
Definition at line 62 of file class.ilLightboxGUI.php.
References $tpl, ilGlobalTemplateInterface\addJavaScript(), getHTML(), and getId().
ilLightboxGUI::getHTML | ( | ) |
Definition at line 74 of file class.ilLightboxGUI.php.
References ilGlobalTemplateInterface\get(), getId(), getWidth(), and ilGlobalTemplateInterface\setVariable().
Referenced by addLightbox().
ilLightboxGUI::getId | ( | ) |
Definition at line 42 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
|
static |
Definition at line 57 of file class.ilLightboxGUI.php.
ilLightboxGUI::getWidth | ( | ) |
Definition at line 52 of file class.ilLightboxGUI.php.
References $width.
Referenced by getHTML().
ilLightboxGUI::setId | ( | string | $a_val | ) |
Definition at line 37 of file class.ilLightboxGUI.php.
Referenced by __construct().
ilLightboxGUI::setWidth | ( | string | $a_val | ) |
Definition at line 47 of file class.ilLightboxGUI.php.
|
protected |
Definition at line 26 of file class.ilLightboxGUI.php.
Referenced by getId().
|
protected |
Definition at line 25 of file class.ilLightboxGUI.php.
Referenced by addLightbox().
|
protected |
Definition at line 27 of file class.ilLightboxGUI.php.
Referenced by getWidth().