ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Online help application class. More...
Static Public Member Functions | |
static | getTooltipPresentationText ($a_tt_id) |
Get tooltip for id. More... | |
static | getObjCreationTooltipText ($a_type) |
Get object_creation tooltip tab text. More... | |
static | getMainMenuTooltip ($a_item_id) |
Get main menu tooltip. More... | |
static | getAllTooltips ($a_comp="", $a_module_id=0) |
Get all tooltips. More... | |
static | addTooltip ($a_tt_id, $a_text, $a_module_id=0) |
Add tooltip. More... | |
static | updateTooltip ($a_id, $a_text, $a_tt_id) |
Update tooltip. More... | |
static | getTooltipComponents ($a_module_id=0) |
Get all tooltip components. More... | |
static | deleteTooltip ($a_id) |
Delete tooltip. More... | |
static | deleteTooltipsOfModule ($a_id) |
Delete tooltips of module. More... | |
static | getHelpLMId () |
Get help lm id. More... | |
|
static |
Add tooltip.
Definition at line 135 of file class.ilHelp.php.
Referenced by ilObjContentObjectGUI\addTooltip(), and ilHelpDataSet\importRecord().
|
static |
Delete tooltip.
Definition at line 209 of file class.ilHelp.php.
Referenced by ilObjContentObjectGUI\deleteTooltips().
|
static |
Delete tooltips of module.
Definition at line 227 of file class.ilHelp.php.
Referenced by ilObjHelpSettings\deleteModule().
|
static |
Get all tooltips.
Definition at line 109 of file class.ilHelp.php.
References $DIC, $ilDB, and array.
Referenced by ilHelpTooltipTableGUI\__construct().
|
static |
Get help lm id.
Definition at line 244 of file class.ilHelp.php.
References $DIC, $ilSetting, ilObject\_lookupObjId(), and ilObjHelpSettings\lookupModuleLmId().
Referenced by ilHelpGUI\search(), and ilHelpGUI\showHelp().
|
static |
Get main menu tooltip.
string | $a_mm_id |
Definition at line 97 of file class.ilHelp.php.
Referenced by ilAdministrationGUI\getDropDown(), and ilMainMenuGUI\renderEntry().
|
static |
Get object_creation tooltip tab text.
string | $a_tab_id | tab id |
Definition at line 86 of file class.ilHelp.php.
References $a_type.
Referenced by ilObjectAddNewItemGUI\getHTML().
|
static |
Get all tooltip components.
Definition at line 186 of file class.ilHelp.php.
References $DIC, $ilDB, and $lng.
Referenced by ilObjContentObjectGUI\showTooltipList().
|
static |
Get tooltip for id.
Definition at line 19 of file class.ilHelp.php.
References $DIC, $ilDB, $ilSetting, $ilUser, and $t.
Referenced by ilHelpGUI\getTabTooltipText().
|
static |
Update tooltip.
Definition at line 161 of file class.ilHelp.php.
Referenced by ilObjContentObjectGUI\saveTooltips().