ILIAS
Release_5_0_x_branch Revision 61816
|
Help GUI class. More...
Public Member Functions | |
ilHelpGUI () | |
constructor | |
setDefaultScreenId ($a_part, $a_id) | |
Set default screen id. | |
setScreenId ($a_id) | |
Set screen id. | |
setSubScreenId ($a_id) | |
Set sub screen id. | |
setScreenIdComponent ($a_comp) | |
Set screen id component. | |
getScreenId () | |
Get screen id. | |
addHelpSection ($a_help_id, $a_level=1) | |
Add help section. | |
hasSections () | |
Has sections? | |
getHelpSections () | |
Get help sections. | |
setCtrlPar () | |
Get help section url parameter. | |
executeCommand () | |
execute command | |
showHelp () | |
Show online help. | |
showPage () | |
Show page. | |
resetCurrentPage () | |
Hide help. | |
getTabTooltipText ($a_tab_id) | |
Get tab tooltip text. | |
initHelp ($a_tpl) | |
Render current help page. | |
deactivateTooltips () | |
Deactivate tooltips. | |
activateTooltips () | |
Activate tooltips. | |
getLinkXML ($a_int_links) | |
get xml for links | |
getLinkTargetsXML () | |
Get XMl for Link Targets. |
Data Fields | |
$help_sections = array() | |
const | ID_PART_SCREEN = "screen" |
const | ID_PART_SUB_SCREEN = "sub_screen" |
const | ID_PART_COMPONENT = "component" |
$def_screen_id = array() | |
$screen_id = array() |
Help GUI class.
Definition at line 16 of file class.ilHelpGUI.php.
ilHelpGUI::activateTooltips | ( | ) |
Activate tooltips.
@return |
Definition at line 403 of file class.ilHelpGUI.php.
References $ilUser.
ilHelpGUI::addHelpSection | ( | $a_help_id, | |
$a_level = 1 |
|||
) |
Add help section.
@return |
Definition at line 117 of file class.ilHelpGUI.php.
ilHelpGUI::deactivateTooltips | ( | ) |
Deactivate tooltips.
@return |
Definition at line 390 of file class.ilHelpGUI.php.
References $ilUser.
ilHelpGUI::executeCommand | ( | ) |
ilHelpGUI::getHelpSections | ( | ) |
Get help sections.
@return |
Definition at line 142 of file class.ilHelpGUI.php.
References $_GET, ilHelpMapping\getHelpSectionsForId(), and getScreenId().
ilHelpGUI::getLinkTargetsXML | ( | ) |
Get XMl for Link Targets.
Definition at line 464 of file class.ilHelpGUI.php.
Referenced by showPage().
ilHelpGUI::getLinkXML | ( | $a_int_links | ) |
get xml for links
Definition at line 413 of file class.ilHelpGUI.php.
References $ilCtrl, $target_arr, and $target_id.
Referenced by showPage().
ilHelpGUI::getScreenId | ( | ) |
Get screen id.
@return |
Definition at line 84 of file class.ilHelpGUI.php.
References $screen_id, ID_PART_SCREEN, and ID_PART_SUB_SCREEN.
Referenced by getHelpSections(), hasSections(), and setCtrlPar().
ilHelpGUI::getTabTooltipText | ( | $a_tab_id | ) |
Get tab tooltip text.
string | $a_tab_id | tab id |
Definition at line 346 of file class.ilHelpGUI.php.
References $lng, and ilHelp\getTooltipPresentationText().
ilHelpGUI::hasSections | ( | ) |
Has sections?
@return |
Definition at line 128 of file class.ilHelpGUI.php.
References $ilSetting, getScreenId(), and ilHelpMapping\hasScreenIdSections().
ilHelpGUI::ilHelpGUI | ( | ) |
ilHelpGUI::initHelp | ( | $a_tpl | ) |
Render current help page.
@return |
Definition at line 365 of file class.ilHelpGUI.php.
References $ilSetting, $ilUser, and ilSession\get().
ilHelpGUI::resetCurrentPage | ( | ) |
Hide help.
@return |
Definition at line 334 of file class.ilHelpGUI.php.
References ilSession\clear().
Referenced by showHelp().
ilHelpGUI::setCtrlPar | ( | ) |
Get help section url parameter.
@return |
Definition at line 154 of file class.ilHelpGUI.php.
References $_GET, $ilCtrl, and getScreenId().
ilHelpGUI::setDefaultScreenId | ( | $a_part, | |
$a_id | |||
) |
Set default screen id.
@return |
Definition at line 41 of file class.ilHelpGUI.php.
ilHelpGUI::setScreenId | ( | $a_id | ) |
Set screen id.
Definition at line 51 of file class.ilHelpGUI.php.
References ID_PART_SCREEN.
ilHelpGUI::setScreenIdComponent | ( | $a_comp | ) |
Set screen id component.
@return |
Definition at line 72 of file class.ilHelpGUI.php.
ilHelpGUI::setSubScreenId | ( | $a_id | ) |
Set sub screen id.
Definition at line 61 of file class.ilHelpGUI.php.
References ID_PART_SUB_SCREEN.
ilHelpGUI::showHelp | ( | ) |
Show online help.
Definition at line 187 of file class.ilHelpGUI.php.
References $_GET, $ilSetting, $lng, ilLMObject\_exists(), ilObject\_lookupObjId(), ilLMObject\_lookupTitle(), ilGlyphGUI\CLOSE, exit, ilAccordionGUI\FIRST_OPEN, ilGlyphGUI\get(), ilSession\get(), ilHelpMapping\getHelpSectionsForId(), ilLMObject\getPagesOfChapter(), ilObjHelpSettings\lookupModuleLmId(), resetCurrentPage(), and ilSession\set().
ilHelpGUI::showPage | ( | ) |
Show page.
@return |
Definition at line 264 of file class.ilHelpGUI.php.
References $_GET, $lng, $ret, ilPageUtil\_existsAndNotEmpty(), ilLMObject\_lookupTitle(), ilGlyphGUI\CLOSE, exit, ilGlyphGUI\get(), getLinkTargetsXML(), getLinkXML(), and ilSession\set().
ilHelpGUI::$def_screen_id = array() |
Definition at line 22 of file class.ilHelpGUI.php.
ilHelpGUI::$help_sections = array() |
Definition at line 18 of file class.ilHelpGUI.php.
ilHelpGUI::$screen_id = array() |
Definition at line 23 of file class.ilHelpGUI.php.
Referenced by getScreenId().
const ilHelpGUI::ID_PART_COMPONENT = "component" |
Definition at line 21 of file class.ilHelpGUI.php.
const ilHelpGUI::ID_PART_SCREEN = "screen" |
Definition at line 19 of file class.ilHelpGUI.php.
Referenced by ilTabsGUI\__getHTML(), ilObjStyleSheetGUI\createObject(), ilRepositoryGUI\executeCommand(), ilPDSelectedItemsBlockGUI\getHTML(), getScreenId(), and setScreenId().
const ilHelpGUI::ID_PART_SUB_SCREEN = "sub_screen" |
Definition at line 20 of file class.ilHelpGUI.php.
Referenced by ilTabsGUI\__getHTML(), getScreenId(), and setSubScreenId().