|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Lighbox handling. More...
Collaboration diagram for ilLightboxGUI: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.
return
Definition at line 27 of file class.ilLightboxGUI.php.
Here is the call graph for this function:| ilLightboxGUI::addLightbox | ( | $a_tpl = null | ) |
| ilLightboxGUI::getHTML | ( | ) |
Get HTML.
return
Definition at line 104 of file class.ilLightboxGUI.php.
References $tpl, getId(), and getWidth().
Referenced by addLightbox().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLightboxGUI::getId | ( | ) |
Get Id.
Definition at line 50 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilLightboxGUI::setId | ( | $a_val | ) |
Set Id.
| string | $a_val | id |
Definition at line 40 of file class.ilLightboxGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilLightboxGUI::setWidth | ( | $a_val | ) |
Set width.
| string | $a_val | width |
Definition at line 60 of file class.ilLightboxGUI.php.
|
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().