ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | addTooltip (string $a_el_id, string $a_text, string $a_container="", string $a_my="bottom center", string $a_at="top center", bool $a_use_htmlspecialchars=true) |
static | getToolTip (string $a_el_id, string $a_text, string $a_container="", string $a_my="bottom center", string $a_at="top center", bool $a_use_htmlspecialchars=true) |
Get tooltip js code. More... | |
static | init () |
Initializes the needed tooltip libraries. More... | |
Static Protected Attributes | |
static bool | $initialized = false |
static bool | $library_initialized = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This is a utility class for the yui tooltips. this only works, if a parent has class="yui-skin-sam" attached.
Definition at line 23 of file class.ilTooltipGUI.php.
|
static |
Definition at line 28 of file class.ilTooltipGUI.php.
References $GLOBALS, and $tpl.
Referenced by ilRatingGUI\addTooltip(), ilTable2GUI\fillHeader(), ilObjectListGUI\getHeaderAction(), ilGroupedListGUI\getHTML(), ilAdvancedSelectionListGUI\getHTML(), ilPageObjectGUI\getTinyMenu(), ilBadgeManagementGUI\listBadges(), ilTabsGUI\removeNonTabbedLinks(), and ilPortfolioPageGUI\renderMyCourses().
|
static |
Get tooltip js code.
Definition at line 57 of file class.ilTooltipGUI.php.
Referenced by ilGroupedListGUI\getHTML().
|
static |
Initializes the needed tooltip libraries.
Definition at line 89 of file class.ilTooltipGUI.php.
References $GLOBALS, and $tpl.
Referenced by ilHelpViewLayoutProvider\getMainBarModification(), and ilPreviewGUI\initPreview().
|
staticprotected |
Definition at line 25 of file class.ilTooltipGUI.php.
|
staticprotected |
Definition at line 26 of file class.ilTooltipGUI.php.