42 protected \ILIAS\DI\UIServices
$ui;
50 $this->
lng = $DIC->language();
51 $this->
user = $DIC->user();
52 $ilCtrl = $DIC->ctrl();
54 $this->
ctrl = $ilCtrl;
55 $this->
ui = $DIC->ui();
66 $this->def_screen_id[$a_part] = $a_id;
71 $this->screen_id[self::ID_PART_SCREEN] = $a_id;
76 $this->screen_id[self::ID_PART_SUB_SCREEN] = $a_id;
81 $this->screen_id_component = $a_comp;
86 $comp = ($this->screen_id_component !=
"")
87 ? $this->screen_id_component
88 : ($this->def_screen_id[self::ID_PART_COMPONENT] ??
'');
94 $scr_id = (isset($this->screen_id[self::ID_PART_SCREEN]) && $this->screen_id[self::ID_PART_SCREEN] !=
"")
95 ? $this->screen_id[self::ID_PART_SCREEN]
96 : ($this->def_screen_id[self::ID_PART_SCREEN] ??
'');
98 $sub_scr_id = (isset($this->screen_id[self::ID_PART_SUB_SCREEN]) && $this->screen_id[self::ID_PART_SUB_SCREEN] !=
"")
99 ? $this->screen_id[self::ID_PART_SUB_SCREEN]
100 : ($this->def_screen_id[self::ID_PART_SUB_SCREEN] ??
'');
102 $screen_id = $comp .
"/" .
113 $this->help_sections[] = array(
"help_id" => $a_help_id, $a_level);
125 $this->help_request->getRefId()
132 $refId = (string) $this->help_request->getRefId();
133 $ilCtrl->setParameterByClass(
"ilhelpgui",
"help_screen_id", $this->
getScreenId() .
"." .
$refId);
138 $cmd = $this->
ctrl->getCmd(
"showHelp") ?:
"showHelp";
139 return (
string) $this->$cmd();
148 if ($this->help_request->getHelpScreenId() !==
"") {
149 ilSession::set(
"help_screen_id", $this->help_request->getHelpScreenId());
150 $help_screen_id = $this->help_request->getHelpScreenId();
159 $id_arr = explode(
".", $help_screen_id);
165 $acc->setId(
"oh_acc");
166 $acc->setUseSessionStorage(
true);
169 foreach ($help_arr as $h_id) {
177 foreach ($pages as $pg) {
182 "return il.Help.showPage(" . $pg[
"child"] .
");" 189 $h_tpl =
new ilTemplate(
"tpl.help.html",
true,
true,
"Services/Help");
190 $h_tpl->setVariable(
"HEAD", $lng->
txt(
"help"));
192 $h_tpl->setCurrentBlock(
"search");
194 $h_tpl->setVariable(
"HELP_SEARCH_LABEL", $this->
lng->txt(
"help_search_label"));
195 $h_tpl->parseCurrentBlock();
197 if (count($help_arr) > 0) {
198 $h_tpl->setVariable(
"CONTENT", $acc->getHTML(
true));
200 $mess = $ui->factory()->messageBox()->info($lng->
txt(
"help_no_content"));
201 $h_tpl->setVariable(
"CONTENT", $ui->renderer()->render([$mess]));
215 $page_id = $this->help_request->getHelpPage();
217 $h_tpl =
new ilTemplate(
"tpl.help.html",
true,
true,
"Services/Help");
220 $back_button = $ui->factory()->button()->bulky($ui->factory()->symbol()->glyph()->back(), $lng->
txt(
"back"),
"#")->
withOnLoadCode(
function (
$id) use ($t) {
224 ) .
"'); return false;});";
227 $back_button = $ui->factory()->button()->bulky($ui->factory()->symbol()->glyph()->back(), $lng->
txt(
"back"),
"#")->
withOnLoadCode(
function (
$id) {
229 "$(\"#$id\").click(function() { return il.Help.listHelp(event, true); return false;});";
232 $h_tpl->setVariable(
"BACKBUTTON", $ui->renderer()->renderAsync($back_button));
245 $cfg = $page_gui->getPageConfig();
246 $page_gui->setPresentationTitle(
"");
247 $page_gui->setTemplateOutput(
false);
248 $page_gui->setHeader(
"");
249 $page_gui->setRawPageContent(
true);
250 $cfg->setEnablePCType(
"Map",
false);
251 $cfg->setEnablePCType(
"Tabs",
false);
252 $cfg->setEnablePCType(
"FileList",
false);
254 $page_gui->getPageObject()->buildDom();
255 $int_links = $page_gui->getPageObject()->getInternalLinks();
259 $page_gui->setLinkXml($link_xml);
263 $h_tpl->setVariable(
"CONTENT", $ret);
268 $page = $h_tpl->get();
284 if ($this->screen_id_component !=
"") {
298 $ctrl = $DIC->ctrl();
302 $a_tpl->
addJavaScript(
"./Services/Accordion/js/accordion.js");
304 $a_tpl->
addJavaScript(
"./Services/COPage/js/ilCOPagePres.js");
308 "il.Help.setAjaxUrl('" .
316 if (((
int) OH_REF_ID > 0 || $module_id > 0) &&
$ilUser->getLanguage() ===
"de") {
324 if (
$ilUser->getPref(
"hide_help_tt")) {
325 $a_tpl->
addOnLoadCode(
"if (il && il.Help) {il.Help.switchTooltips();}", 3);
339 $ilUser->writePref(
"hide_help_tt",
"1");
346 $ilUser->writePref(
"hide_help_tt",
"0");
353 $link_info =
"<IntLinkInfos>";
354 foreach ($a_int_links as $int_link) {
355 $target = $int_link[
"Target"];
356 if (strpos($target,
"il__") === 0) {
359 $type = $int_link[
"Type"];
360 $targetframe =
"None";
363 $anc = $anc_add =
"";
364 if (($int_link[
"Anchor"] ??
"") !=
"") {
365 $anc = $int_link[
"Anchor"];
366 $anc_add =
"_" . rawurlencode($int_link[
"Anchor"]);
371 case "StructureObject":
372 if (
$type ===
"PageObject") {
381 $link_info .=
"<IntLinkInfo Target=\"$target\" Type=\"$type\" " .
382 "TargetFrame=\"$targetframe\" LinkHref=\"$href\" LinkTarget=\"\" Anchor=\"\"/>";
385 $link_info .=
"</IntLinkInfos>";
395 $link_info =
"<LinkTargets>";
396 $link_info .=
"<LinkTarget TargetFrame=\"None\" LinkTarget=\"\" OnClick=\"return il.Help.openLink(event);\" />";
397 $link_info .=
"</LinkTargets>";
406 $term = $this->help_request->getTerm();
414 $h_tpl =
new ilTemplate(
"tpl.help.html",
true,
true,
"Services/Help");
416 $back_button = $ui->factory()->button()->bulky($ui->factory()->symbol()->glyph()->back(), $lng->
txt(
"back"),
"#")->
withOnLoadCode(
function (
$id) {
418 "$(\"#$id\").click(function() { return il.Help.listHelp(event, true); return false;});";
420 $h_tpl->setVariable(
"BACKBUTTON", $ui->renderer()->renderAsync($back_button));
422 $h_tpl->setVariable(
"HEAD", $lng->
txt(
"help") .
" - " .
423 $lng->
txt(
"search_result"));
425 $h_tpl->setCurrentBlock(
"search");
427 $h_tpl->setVariable(
"HELP_SEARCH_LABEL", $this->
lng->txt(
"help_search_label"));
429 $h_tpl->parseCurrentBlock();
435 $s->setQueryString($term);
436 $result = $s->performSearch();
439 foreach ($result->getResults() as $r) {
444 "return il.Help.showPage(" . $r[
"item_id"] .
");" 447 $h_tpl->setVariable(
"CONTENT", $grp_list->getHTML());
460 $mmc = $DIC->globalScreen()->collector()->mainmenu();
461 if ($this->raw_menu_items == null) {
463 $this->raw_menu_items = iterator_to_array($mmc->getRawItems());
466 foreach ($this->raw_menu_items as $item) {
467 if ($item instanceof Item\
LinkList) {
468 foreach ($item->getLinks() as $link) {
482 $mmc = $DIC->globalScreen()->collector()->mainmenu();
484 $id = $item->getProviderIdentification()->getInternalIdentifier();
485 $ws =
"[ \t\r\f\v\n]*";
488 while (preg_match(
"~\[(menu" . $ws .
"path$ws=$ws(\"$id\")$ws)/\]~i", $content, $found)) {
491 $parent = $mmc->getItemInformation()->getParent($item);
492 if ($parent !== null) {
493 $parent = $mmc->getSingleItemFromRaw($parent);
494 $path = $this->getTitleForItem($parent) .
" > ";
497 $path .= $this->getTitleForItem($item);
498 $content = preg_replace(
499 '~\[' . $found[1] .
'/\]~i',
500 "<strong>" .
$path .
"</strong>",
505 while (preg_match(
"~\[(menu" . $ws .
"item$ws=$ws(\"$id\")$ws)/\]~i", $content, $found)) {
506 $content = preg_replace(
507 '~\[' . $found[1] .
'/\]~i',
508 "<strong>" . $this->getTitleForItem($item) .
"</strong>",
519 protected function getTitleForItem(
526 $mmc = $DIC->globalScreen()->collector()->mainmenu();
527 return $mmc->getItemInformation()->customTranslationForUser(
$i)->getTitle();
static get(string $a_var)
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static get(string $a_glyph, string $a_text="")
string $screen_id_component
static getHelpLMId()
Get help lm id.
Class ChatMainBarProvider .
addHelpSection(string $a_help_id, int $a_level=1)
loadLanguageModule(string $a_module)
Load language module.
static getTooltipPresentationText(string $a_tt_id)
withOnLoadCode(Closure $binder)
static _lookupTitle(int $a_obj_id)
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
static initMaphilight()
Inits and add maphilight to the general template.
static _existsAndNotEmpty(string $a_parent_type, int $a_id, string $a_lang="-")
checks whether page exists and is not empty (may return true on some empty pages) ...
setScreenId(string $a_id)
replaceItemTag(string $content, \ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem $item)
static getHelpSectionsForId(string $a_screen_id, int $a_ref_id)
static hasScreenIdSections(string $a_screen_id)
Has given screen Id any sections? Note: We removed the "ref_id" parameter here, since this method sho...
setSubScreenId(string $a_id)
setScreenIdComponent(string $a_comp)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Extension of ilPageObjectGUI for learning modules.
getTabTooltipText(string $a_tab_id)
static getPagesOfChapter(int $a_lm_id, int $a_chap_id)
Get pages of chapter.
getLinkXML(array $a_int_links)
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
getLinkTargetsXML()
Get XMl for Link Targets.
addOnLoadCode(string $a_code, int $a_batch=2)
Add on load code.
initHelp(ilGlobalTemplateInterface $a_tpl, string $ajax_url)
static _exists(int $a_id)
checks wether a lm content object with specified id exists or not
StandardGUIRequest $help_request
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
setDefaultScreenId(string $a_part, string $a_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static clear(string $a_var)
static initConnection(?ilGlobalTemplateInterface $a_main_tpl=null)
Init YUI Connection module.
replaceMenuItemTags(string $content)
static set(string $a_var, $a_val)
Set a value.