|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilTabsGUI:Public Member Functions | |
| setSetupMode (bool $a_val) | |
| getSetupMode () | |
| setBackTarget (string $a_title, string $a_target, string $a_frame="") | |
| setBack2Target (string $a_title, string $a_target, string $a_frame="") | |
| setForcePresentationOfSingleTab (bool $a_val) | |
| getForcePresentationOfSingleTab () | |
| addTarget (string $a_text, string $a_link, $a_cmd="", $a_cmdClass="", string $a_frame="", bool $a_activate=false, bool $a_dir_text=false) | |
| addTab (string $a_id, string $a_text, string $a_link, string $a_frame="") | |
| Add a Tab. More... | |
| removeTab (string $a_id) | |
| Remove a tab identified by its id. More... | |
| removeSubTab (string $a_id) | |
| Remove a subtab identified by its id. More... | |
| replaceTab (string $a_old_id, string $a_new_id, string $a_text, string $a_link, string $a_frame='') | |
| Replace a tab. More... | |
| clearTargets () | |
| clear all targets More... | |
| addSubTabTarget (string $a_text, string $a_link, $a_cmd="", $a_cmdClass="", string $a_frame="", bool $a_activate=false, bool $a_dir_text=false) | |
| addSubTab (string $a_id, string $a_text, string $a_link, string $a_frame="") | |
| setTabActive (string $a_id) | |
| activateTab (string $a_id) | |
| setSubTabActive (string $a_text) | |
| activateSubTab (string $a_id) | |
| clearSubTabs () | |
| getHTML (bool $a_after_tabs_anchor=false) | |
| getSubTabHTML () | |
| addNonTabbedLink (string $a_id, string $a_text, string $a_link, string $a_frame="") | |
| removeNonTabbedLinks () | |
| getActiveTab () | |
| hasTabs () | |
Data Fields | |
| string | $target_script |
| string | $obj_type |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| array | $tabs |
| array | $target = array() |
| array | $sub_target = array() |
| array | $non_tabbed_link = array() |
| bool | $setup_mode = false |
| string | $back_target |
Protected Member Functions | |
| getTabTextOfId (string $id) | |
Protected Attributes | |
| ilCtrl | $ctrl |
| bool | $force_one_tab = false |
| bool | $manual_activation |
| bool | $subtab_manual_activation |
| bool | $sub_tabs |
| string | $temp_var |
| string | $back_title |
| string | $back_2_target |
| string | $back_2_title |
| string | $back_2_frame |
| string | $back_frame |
Private Member Functions | |
| isTabActive (bool $isSubTabsContext, array $target, ?string $cmd, ?string $cmdClass) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Tabs GUI
Definition at line 23 of file class.ilTabsGUI.php.
| ilTabsGUI::activateSubTab | ( | string | $a_id | ) |
Definition at line 287 of file class.ilTabsGUI.php.
Referenced by ilObjWorkspaceFolderGUI\addContentSubTabs(), ilContSkillAdminGUI\assignCompetences(), ilContSkillAdminGUI\confirmDeleteSelectedLocalProfiles(), ilContSkillAdminGUI\confirmDeleteSingleLocalProfile(), ilContSkillAdminGUI\confirmRemoveSelectedGlobalProfiles(), ilContSkillAdminGUI\confirmRemoveSelectedSkill(), ilContSkillAdminGUI\confirmRemoveSingleGlobalProfile(), ilContSkillAdminGUI\deassignCompetencesConfirm(), ilContSkillPresentationGUI\executeCommand(), ilContSkillAdminGUI\listCompetences(), ilContSkillAdminGUI\listMembers(), ilContSkillAdminGUI\listProfiles(), ilContSkillAdminGUI\selectSkill(), and ilContSkillAdminGUI\settings().
Here is the caller graph for this function:| ilTabsGUI::activateTab | ( | string | $a_id | ) |
Definition at line 271 of file class.ilTabsGUI.php.
Referenced by ilObjSkillTreeGUI\edit(), ilObjLearningHistorySettingsGUI\editSettings(), ilObjCommentsSettingsGUI\editSettings(), ilObjNotesSettingsGUI\editSettings(), ilObjSkillManagementGUI\editSettings(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjectPluginGUI\infoScreen(), ilObjFileBasedLMGUI\properties(), ilObjCategoryGUI\renderObject(), ilAchievementsGUI\setTabs(), and ilObjFileBasedLMGUI\showInfoScreen().
Here is the caller graph for this function:| ilTabsGUI::addNonTabbedLink | ( | string | $a_id, |
| string | $a_text, | ||
| string | $a_link, | ||
| string | $a_frame = "" |
||
| ) |
Definition at line 307 of file class.ilTabsGUI.php.
| ilTabsGUI::addSubTab | ( | string | $a_id, |
| string | $a_text, | ||
| string | $a_link, | ||
| string | $a_frame = "" |
||
| ) |
Definition at line 246 of file class.ilTabsGUI.php.
Referenced by ilObjWorkspaceFolderGUI\addContentSubTabs(), ilTaxMDGUI\addSubTab(), ilContainerSkillGUI\addTabs(), ilChatroomTabGUIFactory\buildTabs(), ilIndividualAssessmentSettingsGUI\getSubTabs(), and ilBookingGatewayGUI\setSubTabs().
Here is the caller graph for this function:| ilTabsGUI::addSubTabTarget | ( | string | $a_text, |
| string | $a_link, | ||
$a_cmd = "", |
|||
$a_cmdClass = "", |
|||
| string | $a_frame = "", |
||
| bool | $a_activate = false, |
||
| bool | $a_dir_text = false |
||
| ) |
| string | array | $a_cmd | |
| string | array | $a_cmdClass |
Definition at line 223 of file class.ilTabsGUI.php.
Referenced by ilObjQuestionPoolGUI\addSettingsSubTabs(), ilInfoScreenGUI\getTabs(), ilLearningSequenceMembershipGUI\setSubTabs(), and ilMembershipGUI\setSubTabs().
Here is the caller graph for this function:| ilTabsGUI::addTab | ( | string | $a_id, |
| string | $a_text, | ||
| string | $a_link, | ||
| string | $a_frame = "" |
||
| ) |
Add a Tab.
Definition at line 137 of file class.ilTabsGUI.php.
Referenced by ilMembershipGUI\addMemberTab(), ilSkillTreeNodeGUI\addObjectsTab(), ilSkillTreeNodeGUI\addUsageTab(), ilChatroomTabGUIFactory\buildTabs(), ilObjPortfolioAdministrationGUI\getAdminTabs(), ilObjAccessibilitySettingsGUI\getAdminTabs(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), and ilAchievementsGUI\setTabs().
Here is the caller graph for this function:| ilTabsGUI::addTarget | ( | string | $a_text, |
| string | $a_link, | ||
$a_cmd = "", |
|||
$a_cmdClass = "", |
|||
| string | $a_frame = "", |
||
| bool | $a_activate = false, |
||
| bool | $a_dir_text = false |
||
| ) |
| string | array | $a_cmd | |
| string | array | $a_cmdClass |
Definition at line 112 of file class.ilTabsGUI.php.
Referenced by ilObjectPluginGUI\addInfoTab(), ilObjectPluginGUI\addInilPluginAdminfoTab(), assQuestionGUI\addTab_Question(), assQuestionGUI\addTab_QuestionFeedback(), assQuestionGUI\addTab_QuestionHints(), assQuestionGUI\addTab_SuggestedSolution(), ilObjMediaObjectsSettingsGUI\getAdminTabs(), and assFormulaQuestionGUI\setQuestionSpecificTabs().
Here is the caller graph for this function:| ilTabsGUI::clearSubTabs | ( | ) |
Definition at line 292 of file class.ilTabsGUI.php.
| ilTabsGUI::clearTargets | ( | ) |
clear all targets
Definition at line 197 of file class.ilTabsGUI.php.
References $DIC.
Referenced by ilSkillProfileGUI\confirmLevelAssignmentRemoval(), ilObjSkillTreeGUI\create(), ilBookingObjectGUI\create(), ilSkillProfileGUI\createLocal(), ilExerciseManagementGUI\executeCommand(), ilNewsItemGUI\initFormNewsItem(), ilNewsForContextBlockGUI\initSettingsForm(), ilStructureObjectGUI\insertTemplate(), ilSurveySkillThresholdsGUI\listSkillThresholds(), ilObjSkillTreeGUI\save(), ilContainerGUI\showContainerPageTabs(), and ilSkillProfileGUI\showLevelsWithLocalContext().
Here is the caller graph for this function:| ilTabsGUI::getActiveTab | ( | ) |
Definition at line 536 of file class.ilTabsGUI.php.
References $i.
| ilTabsGUI::getForcePresentationOfSingleTab | ( | ) |
Definition at line 102 of file class.ilTabsGUI.php.
| ilTabsGUI::getHTML | ( | bool | $a_after_tabs_anchor = false | ) |
Definition at line 297 of file class.ilTabsGUI.php.
| ilTabsGUI::getSetupMode | ( | ) |
| ilTabsGUI::getSubTabHTML | ( | ) |
Definition at line 302 of file class.ilTabsGUI.php.
|
protected |
Definition at line 522 of file class.ilTabsGUI.php.
References $i, $id, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilTabsGUI::hasTabs | ( | ) |
Definition at line 546 of file class.ilTabsGUI.php.
|
private |
Definition at line 551 of file class.ilTabsGUI.php.
| ilTabsGUI::removeNonTabbedLinks | ( | ) |
Definition at line 317 of file class.ilTabsGUI.php.
| ilTabsGUI::removeSubTab | ( | string | $a_id | ) |
Remove a subtab identified by its id.
Definition at line 162 of file class.ilTabsGUI.php.
References $i.
| ilTabsGUI::removeTab | ( | string | $a_id | ) |
Remove a tab identified by its id.
Definition at line 150 of file class.ilTabsGUI.php.
References ILIAS\LTI\ToolProvider\$key.
| ilTabsGUI::replaceTab | ( | string | $a_old_id, |
| string | $a_new_id, | ||
| string | $a_text, | ||
| string | $a_link, | ||
| string | $a_frame = '' |
||
| ) |
Replace a tab.
Definition at line 174 of file class.ilTabsGUI.php.
References $i.
| ilTabsGUI::setBack2Target | ( | string | $a_title, |
| string | $a_target, | ||
| string | $a_frame = "" |
||
| ) |
Definition at line 87 of file class.ilTabsGUI.php.
| ilTabsGUI::setBackTarget | ( | string | $a_title, |
| string | $a_target, | ||
| string | $a_frame = "" |
||
| ) |
Definition at line 77 of file class.ilTabsGUI.php.
Referenced by assQuestionGUI\addBackTab(), ilLMPageObjectGUI\create(), ilObjSkillTreeGUI\create(), ilSkillTreeNodeGUI\create(), ilSkillProfileGUI\createLocal(), ilStructureObjectGUI\insertTemplate(), ilObjSkillTreeGUI\save(), ilContainerGUI\showContainerPageTabs(), ilSkillProfileGUI\showLevelsWithLocalContext(), and ilLMPresentationGUI\showPrintView().
Here is the caller graph for this function:| ilTabsGUI::setForcePresentationOfSingleTab | ( | bool | $a_val | ) |
Definition at line 97 of file class.ilTabsGUI.php.
| ilTabsGUI::setSetupMode | ( | bool | $a_val | ) |
Definition at line 67 of file class.ilTabsGUI.php.
Referenced by ilLMMenuRendererGUI\render().
Here is the caller graph for this function:| ilTabsGUI::setSubTabActive | ( | string | $a_text | ) |
Definition at line 279 of file class.ilTabsGUI.php.
References $i.
| ilTabsGUI::setTabActive | ( | string | $a_id | ) |
Definition at line 259 of file class.ilTabsGUI.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ilPCQuestionGUI\edit(), ilContainerReferenceGUI\editObject(), ilObjTaggingSettingsGUI\editSettings(), ilPCQuestionGUI\feedback(), assQuestionGUI\save(), and assQuestionGUI\saveReturn().
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file class.ilTabsGUI.php.
|
protected |
Definition at line 43 of file class.ilTabsGUI.php.
|
protected |
Definition at line 44 of file class.ilTabsGUI.php.
|
protected |
Definition at line 46 of file class.ilTabsGUI.php.
| string ilTabsGUI::$back_target |
Definition at line 42 of file class.ilTabsGUI.php.
|
protected |
Definition at line 41 of file class.ilTabsGUI.php.
|
protected |
Definition at line 25 of file class.ilTabsGUI.php.
|
protected |
Definition at line 36 of file class.ilTabsGUI.php.
| ilLanguage ilTabsGUI::$lng |
Definition at line 30 of file class.ilTabsGUI.php.
|
protected |
Definition at line 37 of file class.ilTabsGUI.php.
| array ilTabsGUI::$non_tabbed_link = array() |
Definition at line 34 of file class.ilTabsGUI.php.
| string ilTabsGUI::$obj_type |
Definition at line 28 of file class.ilTabsGUI.php.
| bool ilTabsGUI::$setup_mode = false |
Definition at line 35 of file class.ilTabsGUI.php.
Referenced by getSetupMode().
|
protected |
Definition at line 39 of file class.ilTabsGUI.php.
| array ilTabsGUI::$sub_target = array() |
Definition at line 33 of file class.ilTabsGUI.php.
|
protected |
Definition at line 38 of file class.ilTabsGUI.php.
| array ilTabsGUI::$tabs |
Definition at line 31 of file class.ilTabsGUI.php.
| array ilTabsGUI::$target = array() |
Definition at line 32 of file class.ilTabsGUI.php.
| string ilTabsGUI::$target_script |
Definition at line 27 of file class.ilTabsGUI.php.
|
protected |
Definition at line 40 of file class.ilTabsGUI.php.
| ilGlobalTemplateInterface ilTabsGUI::$tpl |
Definition at line 29 of file class.ilTabsGUI.php.