| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Lighbox handling. More...
 Collaboration diagram for ilLightboxGUI:
 Collaboration diagram for ilLightboxGUI:| Public Member Functions | |
| __construct ($a_id) | |
| Constructor. | |
| setId ($a_val) | |
| Set Id. | |
| getId () | |
| Get Id. | |
| setWidth ($a_val) | |
| Set width. | |
| getWidth () | |
| Get width. | |
| addLightbox ($a_tpl=null) | |
| Init lightbox. | |
| getHTML () | |
| Get HTML. | |
| Static Public Member Functions | |
| static | getLocalLightboxJsPath () | 
| Get local path of jQuery file. | |
| Protected Attributes | |
| $id = "" | |
| ilLightboxGUI::__construct | ( | $a_id | ) | 
Constructor.
| @return | 
Definition at line 22 of file class.ilLightboxGUI.php.
References setId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLightboxGUI::addLightbox | ( | $a_tpl = null | ) | 
| ilLightboxGUI::getHTML | ( | ) | 
Get HTML.
| @return | 
Definition at line 97 of file class.ilLightboxGUI.php.
References $tpl, getId(), and getWidth().
Referenced by addLightbox().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLightboxGUI::getId | ( | ) | 
Get Id.
Definition at line 42 of file class.ilLightboxGUI.php.
References $id.
Referenced by addLightbox(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLightboxGUI::setId | ( | $a_val | ) | 
Set Id.
| string | $a_val | id | 
Definition at line 32 of file class.ilLightboxGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLightboxGUI::setWidth | ( | $a_val | ) | 
Set width.
| string | $a_val | width | 
Definition at line 52 of file class.ilLightboxGUI.php.
| 
 | protected | 
Definition at line 14 of file class.ilLightboxGUI.php.
Referenced by getId().