40 $this->ctrl = $DIC->ctrl();
42 $lng = $DIC->language();
46 $this->manual_activation =
false;
47 $this->subtab_manual_activation =
false;
48 $this->temp_var =
"TABS";
49 $this->sub_tabs =
false;
50 $this->back_title =
"";
51 $this->back_target =
"";
52 $this->back_2_target =
"";
53 $this->back_2_title =
"";
63 $this->setup_mode = $a_val;
81 $this->back_title = $a_title;
82 $this->back_target = $a_target;
83 $this->back_frame = $a_frame;
91 $this->back_2_title = $a_title;
92 $this->back_2_target = $a_target;
93 $this->back_2_frame = $a_frame;
103 $this->force_one_tab = $a_val;
143 $a_cmdClass = array();
145 $a_cmdClass = !is_array($a_cmdClass) ? array(strtolower($a_cmdClass)) : $a_cmdClass;
146 #$a_cmdClass = strtolower($a_cmdClass); 149 $this->manual_activation =
true;
151 $this->target[] = array(
"text" => $a_text,
"link" => $a_link,
152 "cmd" => $a_cmd,
"cmdClass" => $a_cmdClass,
"frame" => $a_frame,
153 "activate" => $a_activate,
"dir_text" => $a_dir_text,
"id" => $a_text);
164 public function addTab($a_id, $a_text, $a_link, $a_frame =
"")
166 $this->target[] = array(
"text" => $a_text,
"link" => $a_link,
167 "frame" => $a_frame,
"dir_text" =>
true,
"id" => $a_id,
"cmdClass" => array());
179 foreach ($this->target as $key =>
$target) {
181 unset($this->target[$key]);
198 if ($this->sub_target[
$i][
'id'] == $a_id) {
199 unset($this->sub_target[
$i]);
217 public function replaceTab($a_old_id, $a_new_id, $a_text, $a_link, $a_frame =
'')
219 for (
$i = 0;
$i < count($this->target);
$i++) {
220 if ($this->target[
$i][
'id'] == $a_old_id) {
221 $this->target[
$i] = array();
222 $this->target[
$i] = array(
228 "cmdClass" => array());
243 if (isset($DIC[
"ilHelp"])) {
244 $ilHelp = $DIC[
"ilHelp"];
248 $ilHelp->setScreenIdComponent(
"");
251 $this->target = array();
252 $this->sub_target = array();
253 $this->non_tabbed_link = array();
254 $this->back_title =
"";
255 $this->back_target =
"";
256 $this->back_2_target =
"";
257 $this->back_2_title =
"";
290 $a_cmdClass = array();
292 $a_cmdClass = !is_array($a_cmdClass) ? array(strtolower($a_cmdClass)) : $a_cmdClass;
293 #$a_cmdClass = strtolower($a_cmdClass); 296 $this->subtab_manual_activation =
true;
298 $this->sub_target[] = array(
"text" => $a_text,
"link" => $a_link,
299 "cmd" => $a_cmd,
"cmdClass" => $a_cmdClass,
"frame" => $a_frame,
300 "activate" => $a_activate,
"dir_text" => $a_dir_text,
"id" => $a_text);
311 public function addSubTab($a_id, $a_text, $a_link, $a_frame =
"")
313 $this->sub_target[] = array(
"text" => $a_text,
"link" => $a_link,
314 "frame" => $a_frame,
"dir_text" =>
true,
"id" => $a_id,
"cmdClass" => array());
330 foreach ($this->target as $key =>
$target) {
331 $this->target[$key][
'activate'] = $this->target[$key][
'id'] == $a_id;
334 $this->manual_activation =
true;
336 $this->manual_activation =
false;
364 for (
$i = 0;
$i < count($this->sub_target);
$i++) {
365 $this->sub_target[
$i][
'activate'] = $this->sub_target[
$i][
'id'] == $a_text;
367 $this->subtab_manual_activation =
true;
388 $this->sub_target = array();
398 public function getHTML($a_after_tabs_anchor =
false)
400 return $this->
__getHTML(
false, $a_after_tabs_anchor);
422 $this->non_tabbed_link[] = array(
"text" => $a_text,
"link" => $a_link,
423 "frame" => $a_frame,
"dir_text" =>
true,
"id" => $a_id,
"cmdClass" => array());
433 private function __getHTML($a_get_sub_tabs, $a_after_tabs_anchor =
false)
438 if (isset($DIC[
"ilHelp"])) {
439 $ilHelp = $DIC[
"ilHelp"];
445 if (isset($DIC[
"ilUser"])) {
448 $ilPluginAdmin = null;
449 if (isset($DIC[
"ilPluginAdmin"])) {
450 $ilPluginAdmin = $DIC[
"ilPluginAdmin"];
455 $pl_names = $ilPluginAdmin->getActivePluginsForSlot(
IL_COMP_SERVICE,
"UIComponent",
"uihk");
456 foreach ($pl_names as $pl) {
458 $gui_class = $ui_plugin->getUIClassInstance();
459 $resp = $gui_class->modifyGUI(
461 $a_get_sub_tabs ?
"sub_tabs" :
"tabs",
462 array(
"tabs" => $this)
471 $cmdClass =
$ilCtrl->getCmdClass();
474 if ($a_get_sub_tabs) {
475 $tpl =
new ilTemplate(
"tpl.sub_tabs.html",
true,
true,
"Services/UIComponent/Tabs");
480 $tpl =
new ilTemplate(
"tpl.tabs.html",
true,
true,
"Services/UIComponent/Tabs");
481 if ($a_after_tabs_anchor) {
482 $tpl->touchBlock(
"after_tabs");
486 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
489 if ($this->back_2_title !=
"") {
490 $tpl->setCurrentBlock(
"back_2_tab");
492 $tpl->setVariable(
"BACK_2_TAB_LINK", $this->back_2_target);
493 $tpl->setVariable(
"BACK_2_TAB_TEXT", $this->back_2_title);
494 if ($this->back_2_frame !=
"") {
495 $tpl->setVariable(
"BACK_2_TAB_TARGET",
' target="'.$this->back_2_frame.
'" ');
498 $tpl->parseCurrentBlock();
502 if ($this->back_title !=
"") {
503 $tpl->setCurrentBlock(
"back_tab");
505 $tpl->setVariable(
"BACK_TAB_LINK", $this->back_target);
506 $tpl->setVariable(
"BACK_TAB_TEXT", $this->back_title);
507 if ($this->back_frame !=
"") {
508 $tpl->setVariable(
"BACK_TAB_TARGET",
' target="'.$this->back_frame.
'" ');
510 $tpl->parseCurrentBlock();
514 $targets = $a_get_sub_tabs ? $this->sub_target :
$this->target;
519 if ((count($targets) > 1 || $this->force_one_tab) || ($this->back_title !=
"" && !$a_get_sub_tabs)
520 || (count($this->non_tabbed_link) > 0 && !$a_get_sub_tabs)) {
521 foreach ($targets as
$target) {
524 if (!is_array($target[
"cmd"])) {
525 $target[
"cmd"] = array($target[
"cmd"]);
527 if (!($a_get_sub_tabs ? $this->subtab_manual_activation : $this->manual_activation) &&
528 (in_array($cmd, $target[
"cmd"]) || ($target[
"cmd"][0] ==
"" && count($target[
"cmd"]) == 1)) &&
529 (in_array($cmdClass, $target[
"cmdClass"]) || !$target[
"cmdClass"])) {
530 $tabtype = $pre .
"tabactive";
532 $tabtype = $pre .
"tabinactive";
535 if (($a_get_sub_tabs ? $this->subtab_manual_activation : $this->manual_activation) && $target[
"activate"]) {
536 $tabtype = $pre .
"tabactive";
539 if ($tabtype ==
"tabactive" || $tabtype ==
"subtabactive") {
540 $tpl->setCurrentBlock(
"sel_text");
541 $tpl->setVariable(
"TXT_SELECTED",
$lng->txt(
"stat_selected"));
542 $tpl->parseCurrentBlock();
545 if ($a_get_sub_tabs) {
550 $ilHelp->setDefaultScreenId($part, $target[
"id"]);
554 $tpl->setCurrentBlock($pre .
"tab");
555 $tpl->setVariable(
"ID", $pre .
"tab_" . $target[
"id"]);
559 $ttext = $ilHelp->getTabTooltipText($target[
"id"]);
561 include_once(
"./Services/UIComponent/Tooltip/classes/class.ilTooltipGUI.php");
563 $pre .
"tab_" . $target[
"id"],
574 $tabtype = in_array($tabtype, array(
"tabactive",
"subtabactive"))
579 $tpl->setVariable($pre2 .
"TAB_TYPE", $tabtype);
581 $hash = (
$ilUser->getPref(
"screen_reader_optimization"))
582 ?
"#after_" . $sr_pre .
"tabs" 586 $tpl->setVariable($pre2 .
"TAB_LINK", $target[
"link"] . $hash);
587 if ($target[
"dir_text"]) {
588 $tpl->setVariable($pre2 .
"TAB_TEXT", $target[
"text"]);
590 $tpl->setVariable($pre2 .
"TAB_TEXT",
$lng->txt($target[
"text"]));
592 if ($target[
"frame"] !=
"") {
593 $tpl->setVariable($pre2 .
"TAB_TARGET",
' target="'.$target[
"frame"].
'" ');
595 $tpl->parseCurrentBlock();
598 if ($a_get_sub_tabs) {
599 $tpl->setVariable(
"TXT_SUBTABS",
$lng->txt(
"subtabs"));
601 $tpl->setVariable(
"TXT_TABS",
$lng->txt(
"tabs"));
604 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
605 foreach ($this->non_tabbed_link as $link) {
606 $tpl->setCurrentBlock(
"tab");
607 $tpl->setVariable(
"TAB_TYPE",
"nontabbed");
609 $tpl->setVariable(
"TAB_TEXT", $link[
"text"]);
610 $tpl->setVariable(
"TAB_LINK", $link[
"link"]);
611 $tpl->setVariable(
"TAB_TARGET", $link[
"frame"]);
612 $tpl->setVariable(
"ID",
"nontab_" . $link[
"id"]);
613 $tpl->parseCurrentBlock();
617 $ttext = $ilHelp->getTabTooltipText($link[
"id"]);
619 include_once(
"./Services/UIComponent/Tooltip/classes/class.ilTooltipGUI.php");
621 "nontab_" . $link[
"id"],
641 foreach ($this->target as
$i =>
$target) {
642 if ($this->target[
$i][
'activate']) {
643 return $this->target[
$i][
'id'];
getSetupMode()
Get setup mode.
addSubTabTarget( $a_text, $a_link, $a_cmd="", $a_cmdClass="", $a_frame="", $a_activate=false, $a_dir_text=false)
DEPRECATED.
setTabActive($a_id)
DEPRECATED.
activateSubTab($a_id)
Activate a specific subtab identified its id.
getSubTabHTML()
get sub tabs code as html
static get($a_glyph, $a_text="")
Get glyph html.
setBack2Target($a_title, $a_target, $a_frame="")
back target for tow level upper context
addTarget( $a_text, $a_link, $a_cmd="", $a_cmdClass="", $a_frame="", $a_activate=false, $a_dir_text=false)
setBackTarget($a_title, $a_target, $a_frame="")
back target for upper context
getForcePresentationOfSingleTab()
Get force presentation of single tab.
replaceTab($a_old_id, $a_new_id, $a_text, $a_link, $a_frame='')
Replace a tab.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get Plugin Object.
setForcePresentationOfSingleTab($a_val)
Set force presentation of single tab.
addSubTab($a_id, $a_text, $a_link, $a_frame="")
Add a Subtab.
clearSubTabs()
Clear all already added sub tabs.
clearTargets()
clear all targets
addNonTabbedLink($a_id, $a_text, $a_link, $a_frame="")
Add a non-tabbed link (outside of tabs at same level)
__construct()
Constructor public.
removeTab($a_id)
Remove a tab identified by its id.
activateTab($a_id)
Activate a specific tab identified its id.
removeSubTab($a_id)
Remove a tab identified by its id.
getHTML($a_after_tabs_anchor=false)
get tabs code as html
setSetupMode($a_val)
Set setup mode.
addTab($a_id, $a_text, $a_link, $a_frame="")
Add a Tab.
__getHTML($a_get_sub_tabs, $a_after_tabs_anchor=false)
get tabs code as html