ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Lighbox handling. More...
Public Member Functions | |
__construct ($a_id) | |
Constructor. More... | |
setId ($a_val) | |
Set Id. More... | |
getId () | |
Get Id. More... | |
setWidth ($a_val) | |
Set width. More... | |
getWidth () | |
Get width. More... | |
addLightbox ($a_tpl=null) | |
Init lightbox. More... | |
getHTML () | |
Get HTML. More... | |
Static Public Member Functions | |
static | getLocalLightboxJsPath () |
Get local path of jQuery file. More... | |
Protected Attributes | |
$tpl | |
$id = "" | |
ilLightboxGUI::__construct | ( | $a_id | ) |
Constructor.
Definition at line 27 of file class.ilLightboxGUI.php.
ilLightboxGUI::addLightbox | ( | $a_tpl = null | ) |
Init lightbox.
Definition at line 86 of file class.ilLightboxGUI.php.
References $tpl, getHTML(), and getId().
ilLightboxGUI::getHTML | ( | ) |
Get HTML.
Definition at line 104 of file class.ilLightboxGUI.php.
References $tpl, getId(), and getWidth().
Referenced by addLightbox().
ilLightboxGUI::getId | ( | ) |
Get Id.
Definition at line 50 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
|
static |
Get local path of jQuery file.
Definition at line 78 of file class.ilLightboxGUI.php.
ilLightboxGUI::getWidth | ( | ) |
Get width.
Definition at line 70 of file class.ilLightboxGUI.php.
Referenced by getHTML().
ilLightboxGUI::setId | ( | $a_val | ) |
Set Id.
string | $a_val | id |
Definition at line 40 of file class.ilLightboxGUI.php.
Referenced by __construct().
ilLightboxGUI::setWidth | ( | $a_val | ) |
|
protected |
Definition at line 19 of file class.ilLightboxGUI.php.
Referenced by getId().
|
protected |
Definition at line 17 of file class.ilLightboxGUI.php.
Referenced by addLightbox(), and getHTML().