ILIAS
Release_4_2_x_branch Revision 61807
|
This is a utility class for the yui tooltips. More...
Static Public Member Functions | |
static | addTooltip ($a_el_id, $a_text, $a_container="") |
Adds a tooltip to an HTML element. | |
static | getToolTip ($a_el_id, $a_text, $a_container="") |
Get tooltip js code. |
Static Protected Attributes | |
static | $initialized = false |
This is a utility class for the yui tooltips.
this only works, if a parent has class="yui-skin-sam" attached.
Definition at line 8 of file class.ilTooltipGUI.php.
|
static |
Adds a tooltip to an HTML element.
string | $a_el_id | element id |
string | $a_el_id | tooltip text |
string | $a_el_id | element id of container the tooltip should be added to |
Definition at line 19 of file class.ilTooltipGUI.php.
References $tpl, and ilYuiUtil\initTooltip().
Referenced by ilTable2GUI\fillHeader(), ilObjectListGUI\getHeaderAction(), ilRatingGUI\getHTML(), ilPersonalSkillsGUI\getSkillHTML(), and ilPageObjectGUI\getTinyMenu().
|
static |
Get tooltip js code.
string | $a_el_id | element id |
string | $a_el_id | tooltip text |
string | $a_el_id | element id of container the tooltip should be added to |
Definition at line 43 of file class.ilTooltipGUI.php.
|
staticprotected |
Definition at line 10 of file class.ilTooltipGUI.php.