ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 | |
$id = "" | |
ilLightboxGUI::__construct | ( | $a_id | ) |
Constructor.
Definition at line 22 of file class.ilLightboxGUI.php.
References setId().
ilLightboxGUI::addLightbox | ( | $a_tpl = null | ) |
Init lightbox.
Definition at line 78 of file class.ilLightboxGUI.php.
References $tpl, getHTML(), and getId().
ilLightboxGUI::getHTML | ( | ) |
Get HTML.
Definition at line 97 of file class.ilLightboxGUI.php.
References $tpl, getId(), and getWidth().
Referenced by addLightbox().
ilLightboxGUI::getId | ( | ) |
Get Id.
Definition at line 42 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
|
static |
Get local path of jQuery file.
Definition at line 70 of file class.ilLightboxGUI.php.
ilLightboxGUI::getWidth | ( | ) |
Get width.
Definition at line 62 of file class.ilLightboxGUI.php.
Referenced by getHTML().
ilLightboxGUI::setId | ( | $a_val | ) |
Set Id.
string | $a_val | id |
Definition at line 32 of file class.ilLightboxGUI.php.
Referenced by __construct().
ilLightboxGUI::setWidth | ( | $a_val | ) |
|
protected |
Definition at line 14 of file class.ilLightboxGUI.php.
Referenced by getId().