ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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.
References setSubTabActive().
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(), ilBookingGatewayGUI\setSubTabs(), and ilContSkillAdminGUI\settings().
ilTabsGUI::activateTab | ( | string | $a_id | ) |
Definition at line 271 of file class.ilTabsGUI.php.
References setTabActive().
Referenced by SurveyQuestionGUI\addPhrase(), SurveyQuestionGUI\copySyncForm(), ilObjSkillTreeGUI\edit(), ilPCInteractiveImageGUI\editBaseImage(), SurveyQuestionGUI\editQuestion(), ilObjLearningHistorySettingsGUI\editSettings(), ilObjCommentsSettingsGUI\editSettings(), ilObjNotesSettingsGUI\editSettings(), ilObjSkillManagementGUI\editSettings(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\getSettingsForm(), ilObjectPluginGUI\infoScreen(), ilObjMediaCastGUI\infoScreen(), ilObjBlogGUI\infoScreenForward(), SurveyMatrixQuestionGUI\layout(), SurveyQuestionGUI\material(), SurveyQuestionGUI\originalSyncForm(), SurveyQuestionGUI\preview(), ilObjFileBasedLMGUI\properties(), ilObjCategoryGUI\renderObject(), ilAchievementsGUI\setTabs(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjFileBasedLMGUI\showInfoScreen(), ilPortfolioRepositoryGUI\showOther(), and ilPersonalProfileGUI\showPublicProfile().
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(), ilSurveyEditorGUI\questionsSubtabs(), ilSurveyParticipantsGUI\setParticipantSubTabs(), and ilBookingGatewayGUI\setSubTabs().
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().
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(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjAccessibilitySettingsGUI\getAdminTabs(), ilAchievementsGUI\setTabs(), and ilPersonalSkillsGUI\setTabs().
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(), ilPCMediaObjectGUI\getTabs(), and assFormulaQuestionGUI\setQuestionSpecificTabs().
ilTabsGUI::clearSubTabs | ( | ) |
Definition at line 292 of file class.ilTabsGUI.php.
Referenced by ilSurveyPageEditGUI\callEditor().
ilTabsGUI::clearTargets | ( | ) |
clear all targets
Definition at line 197 of file class.ilTabsGUI.php.
References $DIC, getSetupMode(), setSubTabActive(), and setTabActive().
Referenced by ilSurveyParticipantsGUI\confirmAppraiseeCloseObject(), ilBadgeManagementGUI\confirmDeassignBadge(), ilBookingObjectGUI\confirmDelete(), ilSkillProfileGUI\confirmLevelAssignmentRemoval(), ilBookingObjectGUI\create(), ilObjSkillTreeGUI\create(), ilSkillProfileGUI\createLocal(), ilBlogPostingGUI\editDate(), ilBlogPostingGUI\editTitle(), ilExerciseManagementGUI\executeCommand(), ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML(), ilNewsItemGUI\initFormNewsItem(), ilNewsForContextBlockGUI\initSettingsForm(), ilStructureObjectGUI\insertTemplate(), ilSurveySkillThresholdsGUI\listSkillThresholds(), ilObjSkillTreeGUI\save(), ilContainerGUI\showContainerPageTabs(), and ilSkillProfileGUI\showLevelsWithLocalContext().
ilTabsGUI::getActiveTab | ( | ) |
Definition at line 536 of file class.ilTabsGUI.php.
References $i.
Referenced by removeNonTabbedLinks().
ilTabsGUI::getForcePresentationOfSingleTab | ( | ) |
ilTabsGUI::getHTML | ( | bool | $a_after_tabs_anchor = false | ) |
Definition at line 297 of file class.ilTabsGUI.php.
ilTabsGUI::getSetupMode | ( | ) |
Definition at line 72 of file class.ilTabsGUI.php.
References $setup_mode.
Referenced by clearTargets(), and removeNonTabbedLinks().
ilTabsGUI::getSubTabHTML | ( | ) |
Definition at line 302 of file class.ilTabsGUI.php.
|
protected |
Definition at line 522 of file class.ilTabsGUI.php.
References $i, and ILIAS\Repository\lng().
Referenced by removeNonTabbedLinks().
ilTabsGUI::hasTabs | ( | ) |
Definition at line 546 of file class.ilTabsGUI.php.
|
private |
Definition at line 551 of file class.ilTabsGUI.php.
Referenced by removeNonTabbedLinks().
ilTabsGUI::removeNonTabbedLinks | ( | ) |
Definition at line 317 of file class.ilTabsGUI.php.
References $ctrl, $DIC, $i, $ilUser, $lng, XapiProxy\$plugin, XapiProxy\$resp, $target, ilTooltipGUI\addTooltip(), ilGlyphGUI\get(), ilGlobalTemplateInterface\get(), getActiveTab(), getSetupMode(), getTabTextOfId(), ilHelpGUI\ID_PART_SCREEN, ilHelpGUI\ID_PART_SUB_SCREEN, isTabActive(), ilGlyphGUI\NEXT, ilGlyphGUI\NO_TEXT, ilGlobalTemplateInterface\parseCurrentBlock(), ilGlyphGUI\PREVIOUS, ilUtil\secureUrl(), ilGlobalTemplateInterface\setCurrentBlock(), ilGlobalTemplateInterface\setVariable(), ilGlobalTemplateInterface\touchBlock(), and ilLanguage\txt().
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 = '' |
||
) |
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(), ilPersonalSkillsGUI\assignMaterials(), ilSkillTreeNodeGUI\create(), ilObjSkillTreeGUI\create(), ilLMPageObjectGUI\create(), ilSkillProfileGUI\createLocal(), ilStructureObjectGUI\insertTemplate(), ilPersonalSkillsGUI\listSkillsForAdd(), ilObjSkillTreeGUI\save(), ilPersonalSkillsGUI\selfEvaluation(), ilContainerGUI\showContainerPageTabs(), ilSkillProfileGUI\showLevelsWithLocalContext(), and ilLMPresentationGUI\showPrintView().
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().
ilTabsGUI::setSubTabActive | ( | string | $a_text | ) |
Definition at line 279 of file class.ilTabsGUI.php.
References $i.
Referenced by activateSubTab(), and clearTargets().
ilTabsGUI::setTabActive | ( | string | $a_id | ) |
Definition at line 259 of file class.ilTabsGUI.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by activateTab(), clearTargets(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPCQuestionGUI\edit(), ilContainerReferenceGUI\editObject(), ilObjTaggingSettingsGUI\editSettings(), ilPCQuestionGUI\feedback(), ilPCInteractiveImageGUI\initAddOverlaysForm(), ilPageLayoutGUI\properties(), assQuestionGUI\save(), and assQuestionGUI\saveReturn().
|
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.
Referenced by removeNonTabbedLinks().
|
protected |
Definition at line 36 of file class.ilTabsGUI.php.
Referenced by getForcePresentationOfSingleTab().
ilLanguage ilTabsGUI::$lng |
Definition at line 30 of file class.ilTabsGUI.php.
Referenced by removeNonTabbedLinks().
|
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.
Referenced by removeNonTabbedLinks().
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.