ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 | |
symbol () | |
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 25 of file class.ilTabsGUI.php.
ilTabsGUI::activateSubTab | ( | string | $a_id | ) |
Definition at line 295 of file class.ilTabsGUI.php.
Referenced by ilObjWorkspaceFolderGUI\addContentSubTabs(), ilContSkillAdminGUI\assignCompetences(), ilContSkillAdminGUI\confirmDeleteSingleLocalProfile(), ilContSkillAdminGUI\confirmRemoveSelectedGlobalProfiles(), ilContSkillAdminGUI\confirmRemoveSelectedSkill(), ilContSkillAdminGUI\confirmRemoveSingleGlobalProfile(), ilContSkillAdminGUI\deassignCompetencesConfirm(), ilContSkillAdminGUI\listCompetences(), ilContSkillAdminGUI\listMembers(), ilContSkillAdminGUI\listProfiles(), ilContSkillAdminGUI\selectSkill(), ilContSkillAdminGUI\settings(), ilContSkillPresentationGUI\showProfiles(), ilContSkillPresentationGUI\showRecords(), and ilSurveyEvaluationGUI\validateAndSubmitExportForm().
ilTabsGUI::activateTab | ( | string | $a_id | ) |
Definition at line 279 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(), ilObjBlogGUI\infoScreenForward(), ilAchievementsGUI\setTabs(), and ilObjExerciseGUI\showOverviewObject().
ilTabsGUI::addNonTabbedLink | ( | string | $a_id, |
string | $a_text, | ||
string | $a_link, | ||
string | $a_frame = "" |
||
) |
Definition at line 315 of file class.ilTabsGUI.php.
ilTabsGUI::addSubTab | ( | string | $a_id, |
string | $a_text, | ||
string | $a_link, | ||
string | $a_frame = "" |
||
) |
Definition at line 254 of file class.ilTabsGUI.php.
Referenced by ilObjWorkspaceFolderGUI\addContentSubTabs(), ilObjQuestionPoolGUI\addSettingsSubTabs(), ilTaxMDGUI\addSubTab(), ilContainerSkillGUI\addTabs(), ilChatroomTabGUIFactory\buildTabs(), ilIndividualAssessmentSettingsGUI\getSubTabs(), 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 231 of file class.ilTabsGUI.php.
Referenced by ilRTESettingsGUI\addSubtabs(), 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 145 of file class.ilTabsGUI.php.
Referenced by ilMembershipGUI\addMemberTab(), ilSkillTreeNodeGUI\addObjectsTab(), ilSkillTreeNodeGUI\addUsageTab(), ilChatroomTabGUIFactory\buildTabs(), ilObjAccessibilitySettingsGUI\getAdminTabs(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilObjPortfolioAdministrationGUI\getAdminTabs(), and ilAchievementsGUI\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 120 of file class.ilTabsGUI.php.
Referenced by ilObjectPluginGUI\addInfoTab(), ilObjectPluginGUI\addInilPluginAdminfoTab(), assQuestionGUI\addTab_Question(), assQuestionGUI\addTab_QuestionFeedback(), assQuestionGUI\addTab_SuggestedSolution(), ilObjMediaObjectsSettingsGUI\getAdminTabs(), and assFormulaQuestionGUI\setQuestionSpecificTabs().
ilTabsGUI::clearSubTabs | ( | ) |
Definition at line 300 of file class.ilTabsGUI.php.
ilTabsGUI::clearTargets | ( | ) |
clear all targets
Definition at line 205 of file class.ilTabsGUI.php.
References $DIC.
Referenced by ilSkillProfileGUI\confirmLevelAssignmentRemoval(), ilObjSkillTreeGUI\create(), ilBookingObjectGUI\create(), ilSkillProfileGUI\createLocal(), ilNewsItemGUI\initFormNewsItem(), ilNewsForContextBlockGUI\initSettingsForm(), ilSurveySkillThresholdsGUI\listSkillThresholds(), ilObjSkillTreeGUI\save(), and ilSkillProfileGUI\showLevelsWithLocalContext().
ilTabsGUI::getActiveTab | ( | ) |
Definition at line 543 of file class.ilTabsGUI.php.
ilTabsGUI::getForcePresentationOfSingleTab | ( | ) |
Definition at line 110 of file class.ilTabsGUI.php.
ilTabsGUI::getHTML | ( | bool | $a_after_tabs_anchor = false | ) |
Definition at line 305 of file class.ilTabsGUI.php.
ilTabsGUI::getSetupMode | ( | ) |
ilTabsGUI::getSubTabHTML | ( | ) |
Definition at line 310 of file class.ilTabsGUI.php.
|
protected |
Definition at line 529 of file class.ilTabsGUI.php.
References $id, and ILIAS\Repository\lng().
ilTabsGUI::hasTabs | ( | ) |
Definition at line 553 of file class.ilTabsGUI.php.
|
private |
Definition at line 558 of file class.ilTabsGUI.php.
ilTabsGUI::removeNonTabbedLinks | ( | ) |
Definition at line 325 of file class.ilTabsGUI.php.
ilTabsGUI::removeSubTab | ( | string | $a_id | ) |
Remove a subtab identified by its id.
Definition at line 170 of file class.ilTabsGUI.php.
ilTabsGUI::removeTab | ( | string | $a_id | ) |
Remove a tab identified by its id.
Definition at line 158 of file class.ilTabsGUI.php.
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 182 of file class.ilTabsGUI.php.
ilTabsGUI::setBack2Target | ( | string | $a_title, |
string | $a_target, | ||
string | $a_frame = "" |
||
) |
Definition at line 95 of file class.ilTabsGUI.php.
ilTabsGUI::setBackTarget | ( | string | $a_title, |
string | $a_target, | ||
string | $a_frame = "" |
||
) |
Definition at line 85 of file class.ilTabsGUI.php.
Referenced by assQuestionGUI\addBackTab(), ilLMPageObjectGUI\create(), ilSkillTreeNodeGUI\create(), ilObjSkillTreeGUI\create(), ilSkillProfileGUI\createLocal(), ilObjSkillTreeGUI\save(), ilSkillProfileGUI\showLevelsWithLocalContext(), and ilLMPresentationGUI\showPrintView().
ilTabsGUI::setForcePresentationOfSingleTab | ( | bool | $a_val | ) |
Definition at line 105 of file class.ilTabsGUI.php.
ilTabsGUI::setSetupMode | ( | bool | $a_val | ) |
Definition at line 75 of file class.ilTabsGUI.php.
Referenced by ilLMMenuRendererGUI\render().
ilTabsGUI::setSubTabActive | ( | string | $a_text | ) |
Definition at line 287 of file class.ilTabsGUI.php.
ilTabsGUI::setTabActive | ( | string | $a_id | ) |
Definition at line 267 of file class.ilTabsGUI.php.
Referenced by ilPCQuestionGUI\edit(), ilContainerReferenceGUI\editObject(), ilObjTaggingSettingsGUI\editSettings(), and ilPCQuestionGUI\feedback().
|
protected |
|
protected |
Definition at line 47 of file class.ilTabsGUI.php.
|
protected |
Definition at line 45 of file class.ilTabsGUI.php.
|
protected |
Definition at line 46 of file class.ilTabsGUI.php.
|
protected |
Definition at line 48 of file class.ilTabsGUI.php.
string ilTabsGUI::$back_target |
Definition at line 44 of file class.ilTabsGUI.php.
|
protected |
Definition at line 43 of file class.ilTabsGUI.php.
|
protected |
Definition at line 27 of file class.ilTabsGUI.php.
|
protected |
Definition at line 38 of file class.ilTabsGUI.php.
ilLanguage ilTabsGUI::$lng |
Definition at line 32 of file class.ilTabsGUI.php.
|
protected |
Definition at line 39 of file class.ilTabsGUI.php.
array ilTabsGUI::$non_tabbed_link = array() |
Definition at line 36 of file class.ilTabsGUI.php.
string ilTabsGUI::$obj_type |
Definition at line 30 of file class.ilTabsGUI.php.
bool ilTabsGUI::$setup_mode = false |
Definition at line 37 of file class.ilTabsGUI.php.
Referenced by getSetupMode().
|
protected |
Definition at line 41 of file class.ilTabsGUI.php.
array ilTabsGUI::$sub_target = array() |
Definition at line 35 of file class.ilTabsGUI.php.
|
protected |
Definition at line 40 of file class.ilTabsGUI.php.
array ilTabsGUI::$tabs |
Definition at line 33 of file class.ilTabsGUI.php.
array ilTabsGUI::$target = array() |
Definition at line 34 of file class.ilTabsGUI.php.
string ilTabsGUI::$target_script |
Definition at line 29 of file class.ilTabsGUI.php.
|
protected |
Definition at line 42 of file class.ilTabsGUI.php.
ilGlobalTemplateInterface ilTabsGUI::$tpl |
Definition at line 31 of file class.ilTabsGUI.php.