28 public function init(): void
31 $this->user_id = $DIC->user()->getId();
38 $new_tab = $this->dom->create_element(
"Tab");
39 if ($next_tab = $tab->next_sibling()) {
40 $new_tab = $next_tab->insert_before($new_tab, $next_tab);
42 $parent_tabs = $tab->parent_node();
43 $new_tab = $parent_tabs->append_child($new_tab);
50 $new_tab = $this->dom->create_element(
"Tab");
51 $new_tab = $tab->insert_before($new_tab, $tab);
63 $next = $tab->next_sibling();
64 $next_copy = $next->clone_node(
true);
65 $next_copy = $tab->insert_before($next_copy, $tab);
72 $prev = $tab->previous_sibling();
73 $tab_copy = $tab->clone_node(
true);
74 $tab_copy = $prev->insert_before($tab_copy, $prev);
84 bool $a_abstract_only =
false 89 $opened = $storage->getPropertyForIdStartsWith(
"ilc_accordion_" .
90 $this->
getPage()->
getId() .
"_", $this->user_id,
"opened");
92 if (!$a_abstract_only) {
94 foreach ($opened as
$id => $open) {
96 if (typeof ilAccordionsInits !==
'undefined') {
97 for (var i = 0; i < ilAccordionsInits.length; i++) {
98 if (ilAccordionsInits[i].
id ===
'$id') {
99 ilAccordionsInits[i].initial_opened =
'$open';
105 $script .=
"</script>";
110 return $a_output . $script;
setType(string $a_type)
Set Type.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
modifyPageContentPostXsl(string $a_output, string $a_mode, bool $a_abstract_only=false)
Modify page content after xsl.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins