|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLightboxGUI: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 | ) |
Definition at line 29 of file class.ilLightboxGUI.php.
Here is the call graph for this function:| ilLightboxGUI::addLightbox | ( | \ilGlobalTemplateInterface | $a_tpl = null | ) |
Definition at line 62 of file class.ilLightboxGUI.php.
References $tpl, ilGlobalTemplateInterface\addJavaScript(), getHTML(), and getId().
Here is the call graph for this function:| ilLightboxGUI::getHTML | ( | ) |
Definition at line 74 of file class.ilLightboxGUI.php.
References $tpl, ilGlobalTemplateInterface\get(), getId(), getWidth(), and ilGlobalTemplateInterface\setVariable().
Referenced by addLightbox().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLightboxGUI::getId | ( | ) |
Definition at line 42 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilLightboxGUI::setId | ( | string | $a_val | ) |
Definition at line 37 of file class.ilLightboxGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| 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(), and getHTML().
|
protected |
Definition at line 27 of file class.ilLightboxGUI.php.
Referenced by getWidth().