ILIAS
Release_5_0_x_branch Revision 61816
|
Lighbox handling. More...
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().
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().
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 | ) |
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().