ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilGlobalTemplateInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilGlobalTemplateInterface:
+ Collaboration diagram for ilGlobalTemplateInterface:

Public Member Functions

 hideFooter ()
 Make the template hide the footer. More...
 
 setOnScreenMessage (string $type, string $a_txt, bool $a_keep=false)
 Set a message to be displayed to the user. More...
 
 addJavaScript (string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
 Add a javascript file that should be included in the header. More...
 
 addOnLoadCode (string $a_code, int $a_batch=2)
 Add on load code. More...
 
 getOnLoadCodeForAsynch ()
 Get js onload code for ajax calls. More...
 
 resetJavascript ()
 Reset javascript files. More...
 
 fillJavaScriptFiles (bool $a_force=false)
 Probably adds javascript files. More...
 
 addCss (string $a_css_file, string $media="screen")
 Add a css file that should be included in the header. More...
 
 addInlineCss (string $a_css, string $media="screen")
 Add a css file that should be included in the header. More...
 
 setBodyClass (string $a_class="")
 Sets the body-tags class. More...
 
 loadStandardTemplate ()
 This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STATUSLINE placeholders if they are not already loaded. More...
 
 setTitle (string $a_title, bool $hidden=false)
 Sets title in standard template. More...
 
 setDescription (string $a_descr)
 Sets description below title in standard template. More...
 
 setTitleIcon (string $a_icon_path, string $a_icon_desc="")
 set title icon More...
 
 setAlertProperties (array $alerts)
 Set alert properties. More...
 
 clearHeader ()
 Clear header. More...
 
 setHeaderActionMenu (string $a_header)
 Set header action menu. More...
 
 setHeaderPageTitle (string $a_title)
 Sets the title of the page (for browser window). More...
 
 setLocator ()
 Insert locator. More...
 
 setTabs (string $a_tabs_html)
 sets tabs in standard template More...
 
 setSubTabs (string $a_tabs_html)
 sets subtabs in standard template More...
 
 setContent (string $a_html)
 Sets content for standard template. More...
 
 setLeftContent (string $a_html)
 Sets content of left column. More...
 
 setLeftNavContent (string $a_content)
 Sets content of left navigation column. More...
 
 setRightContent (string $a_html)
 Sets content of right column. More...
 
 setPageFormAction (string $a_action)
 Sets the pages form action. More...
 
 setLoginTargetPar (string $a_val)
 Set target parameter for login (public sector). More...
 
 getSpecial (string $part=self::DEFAULT_BLOCK, bool $add_error_mess=false, bool $handle_referer=false, bool $add_ilias_footer=false, bool $add_standard_elements=false, bool $a_main_menu=true, bool $a_tabs=true)
 Renders the page with specific elements enabled. More...
 
 printToStdout (string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
 
 printToString ()
 Use this method to get the finally rendered page as string. More...
 
 setTreeFlatIcon (string $a_link, string $a_mode)
 Sets a tree or flat icon. More...
 
 addLightbox (string $a_html, string $a_id)
 Add a lightbox html to the template. More...
 
 addAdminPanelToolbar (ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false)
 Add admin panel commands as toolbar. More...
 
 setPermanentLink (string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="")
 Generates and sets a permanent ilias link. More...
 
 resetHeaderBlock (bool $a_reset_header_action=true)
 Reset all header properties: title, icon, description, alerts, action menu. More...
 
 setFileUploadRefId (int $a_ref_id)
 Enables the file upload into this object by dropping a file. More...
 
 get (string $part=self::DEFAULT_BLOCK)
 Renders the given block and returns the html string. More...
 
 setVariable (string $variable, $value='')
 Sets the given variable to the given value. More...
 
 setCurrentBlock (string $part=self::DEFAULT_BLOCK)
 Sets the template to the given block. More...
 
 parseCurrentBlock (string $block_name=self::DEFAULT_BLOCK)
 Parses the given block. More...
 
 touchBlock (string $block)
 overwrites ITX::touchBlock. More...
 
 addBlockFile (string $var, string $block, string $template_name, string $in_module=null)
 overwrites ITX::addBlockFile More...
 
 blockExists (string $block_name)
 check if block exists in actual template More...
 

Data Fields

const MESSAGE_TYPE_FAILURE = 'failure'
 
const MESSAGE_TYPE_SUCCESS = "success"
 
const MESSAGE_TYPE_QUESTION = "question"
 
const MESSAGE_TYPE_INFO = "info"
 
const MESSAGE_TYPES
 
const DEFAULT_BLOCK = 'DEFAULT'
 

Detailed Description

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

Author
Stefan Kesseler skess.nosp@m.eler.nosp@m.@data.nosp@m.bay..nosp@m.de
Sascha Hofmann shofm.nosp@m.ann@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Thibeau Fuhrer thibe.nosp@m.au@s.nosp@m.r.sol.nosp@m.utio.nosp@m.ns

Definition at line 24 of file interface.ilGlobalTemplateInterface.php.

Member Function Documentation

◆ addAdminPanelToolbar()

ilGlobalTemplateInterface::addAdminPanelToolbar ( ilToolbarGUI  $toolbar,
bool  $is_bottom_panel = true,
bool  $has_arrow = false 
)

Add admin panel commands as toolbar.

Parameters
bool$is_bottom_panelif the panel should be rendered at the bottom of the page as well.
bool$has_arrowif the panel should be rendered with an arrow icon.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

◆ addBlockFile()

ilGlobalTemplateInterface::addBlockFile ( string  $var,
string  $block,
string  $template_name,
string  $in_module = null 
)

overwrites ITX::addBlockFile

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilAccessibilityControlConceptGUI\initTemplate(), and ilObjSystemFolderGUI\showJavaServerObject().

+ Here is the caller graph for this function:

◆ addCss()

◆ addInlineCss()

ilGlobalTemplateInterface::addInlineCss ( string  $a_css,
string  $media = "screen" 
)

Add a css file that should be included in the header.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

◆ addJavaScript()

◆ addLightbox()

ilGlobalTemplateInterface::addLightbox ( string  $a_html,
string  $a_id 
)

Add a lightbox html to the template.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilCharSelectorGUI\addToPage().

+ Here is the caller graph for this function:

◆ addOnLoadCode()

◆ blockExists()

ilGlobalTemplateInterface::blockExists ( string  $block_name)

check if block exists in actual template

Parameters
string$block_name

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilTinyMCE\addRTESupport().

+ Here is the caller graph for this function:

◆ clearHeader()

ilGlobalTemplateInterface::clearHeader ( )

◆ fillJavaScriptFiles()

ilGlobalTemplateInterface::fillJavaScriptFiles ( bool  $a_force = false)

Probably adds javascript files.

Implemented in ilGlobalPageTemplate, ilGlobalTemplate, ilDataCollectionGlobalTemplate, and ilRTEGlobalTemplate.

◆ get()

ilGlobalTemplateInterface::get ( string  $part = self::DEFAULT_BLOCK)

Renders the given block and returns the html string.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), ilMDEditorGUI\__showLanguageSelect(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilTinyMCE\addCustomRTESupport(), ilObjFileGUI\addLegacyFormToAccordion(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), ilCalendarCategoryGUI\addReferenceLinks(), ilTinyMCE\addRTESupport(), ilObjFileGUI\addUIFormToAccordion(), ilSearchResultPresentation\appendAdditionalInformation(), ilCalendarCategoryGUI\appendCalendarSelection(), ilSearchResultPresentation\appendMorePathes(), ilSearchResultPresentation\appendPath(), ilObjStudyProgrammeIndividualPlanGUI\buildFrame(), ilECSSettingsGUI\communities(), ilPageObjectGUI\compareVersion(), ilObjForumGUI\createThreadObject(), ilObjLinkResourceGUI\exportHTML(), ilCourseRegistrationGUI\fillMaxMembers(), ilGroupRegistrationGUI\fillMaxMembers(), ilCourseRegistrationGUI\fillRegistrationPeriod(), ilGroupRegistrationGUI\fillRegistrationPeriod(), ilPersonalSkillsGUI\getActualGapItem(), ilPersonalSkillsGUI\getAllSuggestedResources(), ilPersonalSkillsGUI\getBasicSkillDescription(), ilLMPresentationGUI\getContent(), ilPersonalSkillsGUI\getEvalItem(), ilStudyProgrammeProgressListGUI\getHTML(), ilMiniCalendarGUI\getHTML(), ilLightboxGUI\getHTML(), ilUserFilterGUI\getHTML(), ilAttendanceList\getHTML(), ilLMPresentationGUI\getHTML(), ilContainerContentGUI\getIntroduction(), ilPersonalSkillsGUI\getLatestEntriesForSkillHTML(), ilContainerSimpleContentGUI\getMainContent(), ilContainerSessionsContentGUI\getMainContent(), ilContainerByTypeContentGUI\getMainContent(), ilPersonalSkillsGUI\getMaterials(), ilCalendarSubscriptionGUI\getModalForSubscription(), ilCalendarAppointmentPresentationGUI\getModalHTML(), ilObjStudyProgrammeTreeExplorerGUI\getNodeButtonActionLink(), ilObjStudyProgrammeTreeExplorerGUI\getNodeContent(), ilPersonalSkillsGUI\getNonLatestEntriesForSkillHTML(), ilGlossaryTermGUI\getOverlayHTML(), ilBlogPostingGUI\getPageHeading(), ilPersonalSkillsGUI\getProfileTargetItem(), ilCharSelectorGUI\getSelectorHTML(), ilPersonalSkillsGUI\getSelfEvalGapItem(), ilPersonalSkillsGUI\getSkillCategoryDescription(), ilPersonalSkillsGUI\getSkillEntriesHeader(), ilPersonalSkillsGUI\getSkillLevelDescription(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilRepositoryTrashGUI\handleMultiReferences(), ilObjCourseGUI\infoScreen(), ilObjFileGUI\infoScreenForward(), ilECSSettingsGUI\initCategoryMappingForm(), ilECSMappingSettingsGUI\initFormCSettings(), ilECSSettingsGUI\initSettingsForm(), ilSelectBuilderInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilFileWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilAssQuestionPageGUI\insertPageToc(), ilPageObjectGUI\insertPageToc(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilMDEditorGUI\listAnnotation(), ilPersonalSkillsGUI\listAssignedProfile(), ilMDEditorGUI\listClassification(), ilGlossaryTermGUI\listDefinitions(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listGeneral(), ilMDEditorGUI\listLifecycle(), ilMDEditorGUI\listMetaMetaData(), ilMDEditorGUI\listQuickEdit_scorm(), ilMDEditorGUI\listRelation(), ilMDEditorGUI\listRights(), ilPersonalSkillsGUI\listSkills(), ilMDEditorGUI\listTechnical(), ilRegistrationSettingsGUI\parseRoleList(), ilObjectPermissionStatusGUI\perminfo(), SurveyQuestionGUI\preview(), ilAccessibilityControlConceptGUI\printToGlobalTemplate(), ilTabsGUI\removeNonTabbedLinks(), ilTextWizardInputGUI\render(), ilScheduleInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilTagInputGUI\render(), ilMultipleImagesInputGUI\render(), ilPortfolioPageGUI\renderMyCourses(), ilExSubmissionObjectGUI\renderResourceSelection(), ilContainerSessionsContentGUI\renderSessionLimitLink(), ilWikiPageGUI\searchWikiLinkAC(), ilAssQuestionPreviewGUI\showCmd(), ilLMPresentationGUI\showDownloadList(), ilObjUserFolderGUI\showFieldChangeComponentsListeningConfirmDialog(), ilLMPresentationGUI\showMessageScreen(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), ilLMPresentationGUI\showPrintViewSelection(), ilCalendarPresentationGUI\showSideBlocks(), ilAssQuestionSkillAssignmentsGUI\showSkillSelectionCmd(), ilPersonalProfileGUI\showUserAgreement(), and ilObjStudyProgrammeIndividualPlanGUI\view().

+ Here is the caller graph for this function:

◆ getOnLoadCodeForAsynch()

ilGlobalTemplateInterface::getOnLoadCodeForAsynch ( )

Get js onload code for ajax calls.

Implemented in ilGlobalPageTemplate, ilGlobalTemplate, ilDataCollectionGlobalTemplate, and ilRTEGlobalTemplate.

Referenced by ilLMPresentationGUI\getHeaderAction(), and ilContainerGUI\redrawListItemObject().

+ Here is the caller graph for this function:

◆ getSpecial()

ilGlobalTemplateInterface::getSpecial ( string  $part = self::DEFAULT_BLOCK,
bool  $add_error_mess = false,
bool  $handle_referer = false,
bool  $add_ilias_footer = false,
bool  $add_standard_elements = false,
bool  $a_main_menu = true,
bool  $a_tabs = true 
)

Renders the page with specific elements enabled.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

◆ hideFooter()

ilGlobalTemplateInterface::hideFooter ( )

Make the template hide the footer.

Implemented in ilGlobalPageTemplate, ilGlobalTemplate, ilDataCollectionGlobalTemplate, and ilRTEGlobalTemplate.

◆ loadStandardTemplate()

ilGlobalTemplateInterface::loadStandardTemplate ( )

This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STATUSLINE placeholders if they are not already loaded.

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

Referenced by ilObjectPluginGUI\executeCommand(), ilDerivedTasksGUI\executeCommand(), ilSharedResourceGUI\executeCommand(), and ilObjBlogGUI\executeCommand().

+ Here is the caller graph for this function:

◆ parseCurrentBlock()

ilGlobalTemplateInterface::parseCurrentBlock ( string  $block_name = self::DEFAULT_BLOCK)

Parses the given block.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilPageLayoutGUI\__construct(), ilPortfolioPageGUI\__construct(), ilBlogPostingGUI\__construct(), ilMDEditorGUI\__showLanguageSelect(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilTinyMCE\addCustomRTESupport(), ilCalendarCategoryGUI\addReferenceLinks(), ilTinyMCE\addRTESupport(), ilObjStudyProgrammeIndividualPlanGUI\buildFrame(), ilECSSettingsGUI\communities(), ilSCORMExplorer\createOutput(), ilObjForumGUI\createThreadObject(), ilObjLinkResourceGUI\exportHTML(), ilECSNodeMappingCmsExplorer\formatObject(), ilPersonalSkillsGUI\getAllSuggestedResources(), ilPersonalSkillsGUI\getBasicSkillDescription(), ilAttendanceList\getHTML(), ilPersonalSkillsGUI\getLatestEntriesForSkillHTML(), ilPersonalSkillsGUI\getMaterials(), ilCalendarAppointmentPresentationGUI\getModalHTML(), ilObjStudyProgrammeTreeExplorerGUI\getNodeContent(), ilGlossaryTermGUI\getOverlayHTML(), ilBlogPostingGUI\getPageHeading(), ilContainerStartObjectsContentGUI\getPageHTML(), ilCharSelectorGUI\getSelectorHTML(), ilPersonalSkillsGUI\getSkillCategoryDescription(), ilPersonalSkillsGUI\getSkillEntriesHeader(), ilPersonalSkillsGUI\getSkillLevelDescription(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilRepositoryTrashGUI\handleMultiReferences(), ilObjCourseGUI\infoScreen(), ilSelectBuilderInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilFileWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilMDEditorGUI\listAnnotation(), ilMDEditorGUI\listClassification(), ilGlossaryTermGUI\listDefinitions(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listGeneral(), ilMDEditorGUI\listLifecycle(), ilMDEditorGUI\listMetaMetaData(), ilMDEditorGUI\listQuickEdit_scorm(), ilMDEditorGUI\listRelation(), ilMDEditorGUI\listRights(), ilMDEditorGUI\listTechnical(), ilGlossaryTermGUI\output(), ilRegistrationSettingsGUI\parseRoleList(), SurveyQuestionGUI\preview(), ilTabsGUI\removeNonTabbedLinks(), ilTextWizardInputGUI\render(), ilScheduleInputGUI\render(), ilTagInputGUI\render(), ilMultipleImagesInputGUI\render(), ilPortfolioPageGUI\renderMyCourses(), ilForumExportGUI\renderPostHtml(), ilExSubmissionObjectGUI\renderResourceSelection(), ilContainerSessionsContentGUI\renderSessionLimitLink(), ilPersonalSkillsGUI\renderSkillHTML(), ilWikiPageGUI\searchWikiLinkAC(), ilLMPresentationGUI\showDownloadList(), ilObjUserFolderGUI\showFieldChangeComponentsListeningConfirmDialog(), ilContainerGUI\showLinkListObject(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), and ilLocalUserGUI\showRolesTable().

+ Here is the caller graph for this function:

◆ printToStdout()

◆ printToString()

ilGlobalTemplateInterface::printToString ( )

Use this method to get the finally rendered page as string.

Implemented in ilGlobalPageTemplate, ilDataCollectionGlobalTemplate, and ilRTEGlobalTemplate.

Referenced by ilLMPresentationGUI\layout().

+ Here is the caller graph for this function:

◆ resetHeaderBlock()

ilGlobalTemplateInterface::resetHeaderBlock ( bool  $a_reset_header_action = true)

Reset all header properties: title, icon, description, alerts, action menu.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

Referenced by ilObjPortfolioBaseGUI\renderFullscreenHeader(), and ilObjBlogGUI\renderFullscreenHeader().

+ Here is the caller graph for this function:

◆ resetJavascript()

ilGlobalTemplateInterface::resetJavascript ( )

◆ setAlertProperties()

ilGlobalTemplateInterface::setAlertProperties ( array  $alerts)

Set alert properties.

Parameters
array<int,array>$alerts

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

◆ setBodyClass()

ilGlobalTemplateInterface::setBodyClass ( string  $a_class = "")

◆ setContent()

ilGlobalTemplateInterface::setContent ( string  $a_html)

Sets content for standard template.

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilPCInteractiveImageGUI\__construct(), ilSurveyRaterGUI\add(), ilRatingCategoryGUI\add(), ilExcCriteriaCatalogueGUI\add(), ilExcCriteriaGUI\add(), ilPortfolioRoleAssignmentGUI\addAssignment(), ilBadgeManagementGUI\addBadge(), ilObjMediaCastGUI\addCastItemObject(), ilObjStyleSheetGUI\addColorObject(), ilContentStyleImageGUI\addImage(), ilObjBadgeAdministrationGUI\addImageTemplate(), ilMultilingualismGUI\addLanguages(), ilBasicSkillGUI\addLevel(), ilBasicSkillGUI\addLevelResource(), ilObjExerciseGUI\addLocatorItems(), ilObjStyleSheetGUI\addMediaQueryObject(), ilObjLanguageExtGUI\addNewEntryObject(), ilPCInteractiveImageGUI\addOverlayImages(), ilObjTestGUI\addQuestionObject(), ilSurveyPageEditGUI\addQuestionToolbarForm(), ilSettingsTemplateGUI\addSettingsTemplate(), ilObjStyleSheetGUI\addTemplateObject(), ilObjMediaPoolGUI\allMedia(), ilObjWikiGUI\allPagesObject(), ilExSubmissionObjectGUI\askDirectSubmissionObject(), ilExSubmissionObjectGUI\askUnlinkPortfolioObject(), ilContSkillAdminGUI\assignCompetences(), ilSkillProfileGUI\assignLevel(), ilSkillProfileGUI\assignLevelSelectSkill(), ilPersonalSkillsGUI\assignMaterial(), ilPersonalSkillsGUI\assignMaterials(), ilObjSessionGUI\attendanceListObject(), ilBadgeManagementGUI\awardBadgeUserSelection(), ilObjSystemFolderGUI\benchmarkObject(), ilBookingProcessGUI\book(), ilObjMediaPoolGUI\bulkUpload(), ilPageEditorGUI\characteristic(), ilContainerGUI\clipboardObject(), ilSurveyEvaluationGUI\competenceEval(), ilSurveyParticipantsGUI\confirmAdminAppraiseesCloseObject(), ilSurveyParticipantsGUI\confirmAppraiseeCloseObject(), ilPortfolioRoleAssignmentGUI\confirmAssignmentDeletion(), ilBookingProcessGUI\confirmBookingNumbers(), ilMultilingualismGUI\confirmDeactivateContentMultiLang(), ilBadgeManagementGUI\confirmDeassignBadge(), ilDclEditViewDefinitionGUI\confirmDelete(), ilDclCreateViewDefinitionGUI\confirmDelete(), ilRatingCategoryGUI\confirmDelete(), ilBookingScheduleGUI\confirmDelete(), ilBookingObjectGUI\confirmDelete(), ilBadgeManagementGUI\confirmDeleteBadges(), ilExSubmissionFileGUI\confirmDeleteDeliveredObject(), ilFileSystemGUI\confirmDeleteFile(), ilObjBadgeAdministrationGUI\confirmDeleteImageTemplates(), ilObjBadgeAdministrationGUI\confirmDeleteObjectBadges(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilSkillProfileGUI\confirmDeleteProfiles(), ilContSkillAdminGUI\confirmDeleteSelectedLocalProfiles(), ilContSkillAdminGUI\confirmDeleteSingleLocalProfile(), ilUserStartingPointGUI\confirmDeleteStartingPoint(), ilObjTaxonomyGUI\confirmDeleteTaxonomy(), ilPCIIMTriggerEditorGUI\confirmDeleteTrigger(), ilExcCriteriaGUI\confirmDeletion(), ilExcCriteriaCatalogueGUI\confirmDeletion(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjContentObjectGUI\confirmGlossarySelection(), ilObjHelpSettingsGUI\confirmHelpModulesDeletion(), ilSkillProfileGUI\confirmLevelAssignmentRemoval(), ilBasicSkillGUI\confirmLevelDeletion(), ilBasicSkillGUI\confirmLevelResourcesRemoval(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPortfolioRepositoryGUI\confirmPortfolioDeletion(), ilRepositoryTrashGUI\confirmRemoveFromSystemObject(), ilObjWikiGUI\confirmRemoveImportantPagesObject(), ilRecommendedContentRoleConfigGUI\confirmRemoveItems(), ilMultilingualismGUI\confirmRemoveLanguages(), ilContSkillAdminGUI\confirmRemoveSelectedGlobalProfiles(), ilContSkillAdminGUI\confirmRemoveSelectedSkill(), ilContSkillAdminGUI\confirmRemoveSingleGlobalProfile(), ilExSubmissionTeamGUI\confirmRemoveTeamMemberObject(), ilSettingsTemplateGUI\confirmSettingsTemplateDeletion(), ilPersonalSkillsGUI\confirmSkillRemove(), ilObjMediaObjectGUI\confirmSrtDeletionObject(), ilPCTabsGUI\confirmTabsDeletion(), ilSkillProfileGUI\confirmUserRemoval(), ilObjBlogGUI\contributors(), ilPCListGUI\create(), ilPCContentTemplateGUI\create(), ilBookingScheduleGUI\create(), ilPCAMDFormGUI\create(), ilPCMapGUI\create(), ilPCInteractiveImageGUI\create(), ilBookingObjectGUI\create(), ilSkillProfileGUI\create(), ilSkillTreeNodeGUI\create(), ilObjPortfolioGUI\create(), ilObjMediaPoolGUI\createFolderForm(), ilSkillProfileGUI\createLocal(), ilMediaPoolPageGUI\createMediaPoolPage(), ilObjStyleSheetGUI\createObject(), ilObjMediaObjectGUI\createObject(), ilObjUserGUI\createObject(), ilObjWikiGUI\createPageUsingTemplateObject(), ilObjTaxonomyGUI\createTaxNode(), ilExSubmissionTeamGUI\createTeamObject(), ilMediaCreationGUI\creationSelection(), ilContSkillAdminGUI\deassignCompetencesConfirm(), ilAdministrationCommandGUI\delete(), ilPageEditorGUI\delete(), ilBlogPostingGUI\deleteBlogPostingConfirmationScreen(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObjWorkspaceFolderGUI\deleteConfirmation(), ilObjTaxonomyGUI\deleteItems(), ilObjStyleSheetGUI\deleteMediaQueryConfirmationObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSkillTreeGUI\deleteNodes(), ilObjStyleSheetGUI\deleteObject(), ilPCInteractiveImageGUI\deleteOverlays(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilWikiPageGUI\deleteWikiPageConfirmationScreen(), ilBookingProcessGUI\displayPostInfo(), ilObjStyleSheetGUI\displayTemplateEditForm(), ilPCQuestionOverviewGUI\edit(), ilPCMapGUI\edit(), ilPCResourcesGUI\edit(), ilPCAMDPageListGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMyCoursesGUI\edit(), ilPCLearningHistoryGUI\edit(), ilPCConsultationHoursGUI\edit(), ilPCProfileGUI\edit(), ilPCSkillsGUI\edit(), ilPCBlogGUI\edit(), ilPCPluggedGUI\edit(), ilBookingScheduleGUI\edit(), ilSkillCategoryGUI\edit(), ilBasicSkillGUI\edit(), ilRatingCategoryGUI\edit(), ilPCSectionGUI\edit(), ilBookingObjectGUI\edit(), ilBasicSkillTemplateGUI\edit(), ilExcCriteriaCatalogueGUI\edit(), ilSkillProfileGUI\edit(), ilExcCriteriaGUI\edit(), ilObjMediaPoolGUI\edit(), ilWikiPageGUI\editAdvancedMetaData(), ilPCMediaObjectGUI\editAlias(), ilBadgeManagementGUI\editBadge(), ilPCInteractiveImageGUI\editBaseImage(), ilObjMediaCastGUI\editCastItemObject(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilObjStyleSheetGUI\editColorObject(), ilBlogPostingGUI\editDate(), ilObjMediaPoolGUI\editFolder(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjContentObjectGUI\editGlossaries(), ilObjBadgeAdministrationGUI\editImageTemplate(), ilObjWikiGUI\editImportantPagesObject(), ilBlogPostingGUI\editKeywords(), ilLMPageObjectGUI\editLayout(), ilBasicSkillGUI\editLevel(), ilObjExternalToolsSettingsGUI\editMapsObject(), ilMediaPoolPageGUI\editMediaPoolPage(), ilObjStyleSheetGUI\editMediaQueryObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjBibliographicGUI\editObject(), ilObjMediaObjectGUI\editObject(), ilObjMediaCastGUI\editOrderObject(), ilPCAMDFormGUI\editPortfolio(), ilPCBlogGUI\editPosting(), ilPCTabsGUI\editProperties(), ilPCTableGUI\editProperties(), ilSkillTemplateReferenceGUI\editProperties(), ilSkillTreeNodeGUI\editProperties(), ilObjWikiSettingsGUI\editSettings(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjLearningHistorySettingsGUI\editSettings(), ilObjCommentsSettingsGUI\editSettings(), ilObjNotesSettingsGUI\editSettings(), ilObjTaxonomyGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilSettingsTemplateGUI\editSettingsTemplate(), ilPCMediaObjectGUI\editStyle(), ilPCAMDFormGUI\editTemplate(), ilBlogPostingGUI\editTitle(), ilMediaCreationGUI\editTitlesAndDescriptions(), ilObjMediaPoolGUI\editTitlesAndDescriptions(), ilContainerFilterAdminGUI\executeCommand(), ilLMPageObjectGUI\executeCommand(), ilTermDefinitionEditorGUI\executeCommand(), ilWorkspaceAccessGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjLearningSequenceGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjStyleSheetGUI\generateTemplateObject(), ilPCMediaObjectGUI\getEnabledMapAreas(), ilContainerStartObjectsContentGUI\getHTML(), ilObjQuestionPoolGUI\getQueryParamInt(), ilObjSurveyQuestionPoolGUI\importFileObject(), ilObjContentObjectGUI\importFileObject(), ilPersonalProfileGUI\importPersonalData(), ilPersonalProfileGUI\importPersonalDataSelection(), ilSkillProfileGUI\importProfiles(), ilObjSurveyQuestionPoolGUI\importQuestionsObject(), ilSkillRootGUI\importSkills(), ilObjSurveyGUI\importSurveyObject(), ilObjUserFolderGUI\importUserFormObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilPCMyCoursesGUI\insert(), ilPCAMDPageListGUI\insert(), ilPCMapGUI\insert(), ilPCSkillsGUI\insert(), ilPCConsultationHoursGUI\insert(), ilPCProfileGUI\insert(), ilPCLearningHistoryGUI\insert(), ilPCContentTemplateGUI\insert(), ilPCTabsGUI\insert(), ilPCBlogGUI\insert(), ilPCAMDFormGUI\insert(), ilPCInteractiveImageGUI\insert(), ilSkillTemplateReferenceGUI\insert(), ilPCMediaObjectGUI\insert(), ilPCTableGUI\insert(), ilPCContentIncludeGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ilPCFileListGUI\insertFromRepository(), ilPCFileItemGUI\insertFromRepository(), ilPCFileListGUI\insertFromWorkspace(), ilPCFileItemGUI\insertFromWorkspace(), ilPCBlogGUI\insertPosting(), ilObjTaxonomyGUI\listAssignedItems(), ilBadgeProfileGUI\listBackpackGroups(), ilBadgeProfileGUI\listBadges(), ilBadgeManagementGUI\listBadges(), ilObjContentObjectGUI\listBlockedUsers(), ilBookingPreferencesGUI\listBookingResults(), ilRatingCategoryGUI\listCategories(), ilObjStyleSheetGUI\listColorsObject(), ilSurveySkillThresholdsGUI\listCompetences(), ilContSkillAdminGUI\listCompetences(), ilObjWikiGUI\listContributorsObject(), ilTestExportGUI\listExportFiles(), ilContentStyleImageGUI\listImages(), ilRecommendedContentRoleConfigGUI\listItems(), ilSkillTemplateCategoryGUI\listItems(), ilSkillCategoryGUI\listItems(), ilSkillTemplateReferenceGUI\listItems(), ilObjMediaCastGUI\listItemsObject(), ilObjContentObjectGUI\listLinks(), ilObjItemGroupGUI\listMaterials(), ilObjMediaPoolGUI\listMedia(), ilObjStyleSheetGUI\listMediaQueriesObject(), ilContSkillAdminGUI\listMembers(), ilObjTaxonomyGUI\listNodes(), ilObjBadgeAdministrationGUI\listObjectBadges(), ilObjBadgeAdministrationGUI\listObjectBadgeUsers(), ilPCInteractiveImageGUI\listOverlayImages(), ilMediaCreationGUI\listPoolItems(), ilPCQuestionGUI\listPoolQuestions(), ilSkillProfileGUI\listProfiles(), ilContSkillAdminGUI\listProfiles(), ilPersonalSkillsGUI\listProfilesForGap(), ilObjContentObjectGUI\listQuestions(), ilSettingsTemplateGUI\listSettingsTemplates(), ilSurveySkillDeterminationGUI\listSkillChanges(), ilSkillRootGUI\listSkills(), ilPersonalSkillsGUI\listSkillsForAdd(), ilSurveySkillThresholdsGUI\listSkillThresholds(), ilObjTaxonomyGUI\listTaxonomies(), ilSkillRootGUI\listTemplates(), ilObjStyleSheetGUI\listTemplatesObject(), ilGlossaryTermGUI\listUsages(), ilBadgeManagementGUI\listUsers(), ilBookingReservationsGUI\log(), ilBookingReservationsGUI\logDetails(), ilBadgeProfileGUI\manageBadges(), ilObjTaxonomyGUI\moveItems(), ilSurveyPageEditGUI\movePageForm(), ilObjTestGUI\movePageFormObject(), ilObjWikiGUI\newPagesObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjContentObjectGUI\pages(), ilSharedResourceGUI\passwordForm(), ilObjWorkspaceFolderGUI\passwordForm(), ilObjWikiGUI\performSearchObject(), ilPCContentIncludeGUI\poolSelection(), ilPCQuestionGUI\poolSelection(), ilPCMediaObjectGUI\poolSelection(), ilMediaCreationGUI\poolSelection(), ilObjWikiGUI\popularPagesObject(), ilObjMediaCastGUI\populateFormFromPost(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjWikiGUI\recentChangesObject(), ilWikiPageGUI\renamePage(), ilWikiPageGUI\renameWikiPage(), ilBookingScheduleGUI\render(), ilBookingObjectGUI\render(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\render(), ilObjBlogGUI\renderFullScreen(), ilSurveyPageEditGUI\renderPage(), ilObjMediaObjectGUI\returnToContextObject(), ilObjTestGUI\reviewobject(), ilBookingReservationsGUI\rsvCancel(), ilBookingReservationsGUI\rsvConfirmCancel(), ilBookingReservationsGUI\rsvConfirmCancelAggregation(), ilBookingReservationsGUI\rsvConfirmCancelUser(), ilTaxMDGUI\save(), ilUserProfileInfoSettingsGUI\save(), ilBookingScheduleGUI\save(), ilSkillTreeNodeGUI\save(), ilSkillProfileGUI\save(), ilObjSkillTreeGUI\save(), ilObjAccessibilitySettingsGUI\saveAccessibilitySettings(), ilPortfolioRoleAssignmentGUI\saveAssignment(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjMediaPoolGUI\saveFolder(), ilObjSystemFolderGUI\saveJavaServerObject(), ilLMPageObjectGUI\saveLayout(), ilBasicSkillGUI\saveLevel(), ilSkillProfileGUI\saveLocal(), ilMediaPoolPageGUI\saveMediaPoolPage(), ilObjStyleSheetGUI\saveMediaQueryObject(), ilObjWikiGUI\saveObject(), ilObjUserGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), ilPCListGUI\saveProperties(), ilObjFileBasedLMGUI\saveProperties(), ilPCFileListGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilSettingsTemplateGUI\saveSettingsTemplate(), ilUserStartingPointGUI\saveStartingPoint(), ilObjTaxonomyGUI\saveTaxNode(), ilObjStyleSheetGUI\saveTemplateObject(), ilContainerFilterAdminGUI\selectFields(), ilRecommendedContentRoleConfigGUI\selectItem(), ilContSkillAdminGUI\selectSkill(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilPersonalSkillsGUI\selfEvaluation(), ilPortfolioRepositoryGUI\setDefaultConfirmation(), ilContainerContentGUI\setOutput(), ilStructureObjectGUI\setPageLayout(), ilObjContentObjectGUI\setPageLayout(), ilObjMediaObjectGUI\setPropertiesSubTabs(), ilContentStyleSettingsGUI\setScope(), ilObjSystemFolderGUI\setServerInfoSubTabs(), ilContSkillAdminGUI\settings(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjAdvancedEditingGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilWorkspaceAccessGUI\share(), ilObjWorkspaceFolderGUI\share(), ilUserProfileInfoSettingsGUI\show(), ilObjNotificationSettingsGUI\show(), ilMembershipOverviewGUI\show(), ilDerivedTasksGUI\show(), ilLearningHistoryGUI\show(), ilTaxMDGUI\show(), ilPortfolioRepositoryGUI\show(), ilObjMediaObjectGUI\showAllUsagesObject(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilObjSystemFolderGUI\showContactInformationObject(), ilObjMediaCastGUI\showContentObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilRepositoryTrashGUI\showDeleteConfirmation(), ilObjContentObjectGUI\showExportIDsOverview(), ilSurveyExecutionGUI\showFinishConfirmation(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilSkillRootGUI\showImportForm(), ilSkillProfileGUI\showImportForm(), ilBasicSkillGUI\showLevelResources(), ilSkillProfileGUI\showLevels(), ilSkillProfileGUI\showLevelsWithLocalContext(), ilObjContentObjectGUI\showLMGlossarySelector(), ilMediaPoolPageGUI\showMediaPoolPageUsages(), ilObjMediaObjectGUI\showMultiSubtitleConfirmationTableObject(), ilBasicSkillTemplateGUI\showObjects(), ilSkillTemplateReferenceGUI\showObjects(), ilSkillTreeNodeGUI\showObjects(), ilSkillProfileGUI\showObjects(), ilPortfolioRepositoryGUI\showOther(), ilWorkspaceAccessGUI\showPasswordForm(), ilContainerGUI\showPasswordInstructionObject(), ilObjFileAccessSettingsGUI\showPreviewRenderers(), ilUserPrivacySettingsGUI\showPrivacySettings(), ilObjBookingPoolGUI\showProfileObject(), ilBasicSkillGUI\showProperties(), ilRepositorySelectorInputGUI\showRepositorySelection(), ilPageEditorGUI\showSnippetInfo(), ilObjWikiGUI\showTemplateSelectionObject(), ilObjContentObjectGUI\showTooltipList(), ilMediaPoolImportGUI\showTranslationImportForm(), ilLMImportGUI\showTranslationImportForm(), ilRepositoryTrashGUI\showTrashTable(), ilBasicSkillTemplateGUI\showUsage(), ilSkillTemplateCategoryGUI\showUsage(), ilSkillTreeNodeGUI\showUsage(), ilObjTaggingSettingsGUI\showUsers(), ilSkillProfileGUI\showUsers(), ilObjStyleSheetGUI\templateGenerationObject(), ilContainerGUI\trashObject(), ilPCMapGUI\update(), ilPCAMDFormGUI\update(), ilBookingScheduleGUI\update(), ilSkillTreeNodeGUI\update(), ilPCTabsGUI\update(), ilSkillProfileGUI\update(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilBasicSkillGUI\updateLevel(), ilMediaPoolPageGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateMediaQueryObject(), ilObjStyleSheetGUI\updateObject(), ilObjTaxonomyGUI\updateSettings(), ilSettingsTemplateGUI\updateSettingsTemplate(), ilSkillTemplateReferenceGUI\updateSkillTemplateReference(), ilObjTaxonomyGUI\updateTaxNode(), ilContentStyleImageGUI\uploadImage(), ilObjSurveyQuestionPoolGUI\uploadQuestionsObject(), ilExcCriteriaGUI\view(), ilExcCriteriaCatalogueGUI\view(), ilPDNewsGUI\view(), ilEditClipboardGUI\view(), ilWikiStatGUI\view(), ilObjLanguageExtGUI\viewObject(), ilObjUserFolderGUI\viewObject(), ilObjWikiGUI\viewPageObject(), ilObjSurveyGUI\viewUserResultsObject(), and ilWikiPageGUI\whatLinksHere().

+ Here is the caller graph for this function:

◆ setCurrentBlock()

ilGlobalTemplateInterface::setCurrentBlock ( string  $part = self::DEFAULT_BLOCK)

Sets the template to the given block.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilPageLayoutGUI\__construct(), ilPortfolioPageGUI\__construct(), ilBlogPostingGUI\__construct(), ilMDEditorGUI\__showLanguageSelect(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilTinyMCE\addCustomRTESupport(), ilCalendarCategoryGUI\addReferenceLinks(), ilTinyMCE\addRTESupport(), ilObjStudyProgrammeIndividualPlanGUI\buildFrame(), ilECSSettingsGUI\communities(), ilSCORMExplorer\createOutput(), ilPageObjectGUI\displayMedia(), ilObjLinkResourceGUI\exportHTML(), ilECSNodeMappingCmsExplorer\formatObject(), ilPersonalSkillsGUI\getAllSuggestedResources(), ilPersonalSkillsGUI\getBasicSkillDescription(), ilAttendanceList\getHTML(), ilPersonalSkillsGUI\getLatestEntriesForSkillHTML(), ilPersonalSkillsGUI\getMaterials(), ilCalendarAppointmentPresentationGUI\getModalHTML(), ilObjStudyProgrammeTreeExplorerGUI\getNodeButtonActionLink(), ilObjStudyProgrammeTreeExplorerGUI\getNodeContent(), ilGlossaryTermGUI\getOverlayHTML(), ilBlogPostingGUI\getPageHeading(), ilContainerStartObjectsContentGUI\getPageHTML(), ilCharSelectorGUI\getSelectorHTML(), ilPersonalSkillsGUI\getSkillCategoryDescription(), ilPersonalSkillsGUI\getSkillEntriesHeader(), ilPersonalSkillsGUI\getSkillLevelDescription(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilRepositoryTrashGUI\handleMultiReferences(), ilObjCourseGUI\infoScreen(), ilSelectBuilderInputGUI\insert(), ilImageFileInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilFileWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilMDEditorGUI\listAnnotation(), ilMDEditorGUI\listClassification(), ilGlossaryTermGUI\listDefinitions(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listGeneral(), ilMDEditorGUI\listLifecycle(), ilMDEditorGUI\listMetaMetaData(), ilMDEditorGUI\listQuickEdit_scorm(), ilMDEditorGUI\listRelation(), ilMDEditorGUI\listRights(), ilMDEditorGUI\listTechnical(), ilGlossaryTermGUI\output(), ilRegistrationSettingsGUI\parseRoleList(), SurveyQuestionGUI\preview(), ilTabsGUI\removeNonTabbedLinks(), ilTextWizardInputGUI\render(), ilScheduleInputGUI\render(), ilTagInputGUI\render(), ilMultipleImagesInputGUI\render(), ilPortfolioPageGUI\renderMyCourses(), ilForumExportGUI\renderPostHtml(), ilExSubmissionObjectGUI\renderResourceSelection(), ilContainerSessionsContentGUI\renderSessionLimitLink(), ilWikiPageGUI\searchWikiLinkAC(), ilLMPresentationGUI\showDownloadList(), ilObjUserFolderGUI\showFieldChangeComponentsListeningConfirmDialog(), ilContainerGUI\showLinkListObject(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), and ilLocalUserGUI\showRolesTable().

+ Here is the caller graph for this function:

◆ setDescription()

◆ setFileUploadRefId()

ilGlobalTemplateInterface::setFileUploadRefId ( int  $a_ref_id)

Enables the file upload into this object by dropping a file.

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

◆ setHeaderActionMenu()

ilGlobalTemplateInterface::setHeaderActionMenu ( string  $a_header)

Set header action menu.

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

Referenced by ilCalendarPresentationGUI\prepareOutput(), and ilObjWikiGUI\viewPageObject().

+ Here is the caller graph for this function:

◆ setHeaderPageTitle()

ilGlobalTemplateInterface::setHeaderPageTitle ( string  $a_title)

Sets the title of the page (for browser window).

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

Referenced by ilWikiPageGUI\executeCommand().

+ Here is the caller graph for this function:

◆ setLeftContent()

ilGlobalTemplateInterface::setLeftContent ( string  $a_html)

Sets content of left column.

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

◆ setLeftNavContent()

ilGlobalTemplateInterface::setLeftNavContent ( string  $a_content)

◆ setLocator()

◆ setLoginTargetPar()

ilGlobalTemplateInterface::setLoginTargetPar ( string  $a_val)

Set target parameter for login (public sector).

This is used by the main menu

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

Referenced by ilBlogPostingGUI\preview(), and ilWikiPageGUI\preview().

+ Here is the caller graph for this function:

◆ setOnScreenMessage()

◆ setPageFormAction()

ilGlobalTemplateInterface::setPageFormAction ( string  $a_action)

◆ setPermanentLink()

ilGlobalTemplateInterface::setPermanentLink ( string  $a_type,
?int  $a_id,
string  $a_append = "",
string  $a_target = "",
string  $a_title = "" 
)

◆ setRightContent()

ilGlobalTemplateInterface::setRightContent ( string  $a_html)

◆ setSubTabs()

ilGlobalTemplateInterface::setSubTabs ( string  $a_tabs_html)

sets subtabs in standard template

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

◆ setTabs()

ilGlobalTemplateInterface::setTabs ( string  $a_tabs_html)

sets tabs in standard template

Implemented in ilGlobalTemplate, ilDataCollectionGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

◆ setTitle()

◆ setTitleIcon()

◆ setTreeFlatIcon()

ilGlobalTemplateInterface::setTreeFlatIcon ( string  $a_link,
string  $a_mode 
)

Sets a tree or flat icon.

Parameters
string$a_mode("tree" | "flat")

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilGlobalPageTemplate, and ilRTEGlobalTemplate.

◆ setVariable()

ilGlobalTemplateInterface::setVariable ( string  $variable,
  $value = '' 
)

Sets the given variable to the given value.

Parameters
mixed$value

Implemented in ilDataCollectionGlobalTemplate, ilGlobalTemplate, ilRTEGlobalTemplate, and ilGlobalPageTemplate.

Referenced by ilPageLayoutGUI\__construct(), ilPortfolioPageGUI\__construct(), ilBlogPostingGUI\__construct(), ilLearningProgressBaseGUI\__getLegendHTML(), ilMDEditorGUI\__showLanguageSelect(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilTinyMCE\addCustomRTESupport(), ilObjFileGUI\addLegacyFormToAccordion(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), ilCalendarCategoryGUI\addReferenceLinks(), ilTinyMCE\addRTESupport(), ilObjFileGUI\addUIFormToAccordion(), ilSearchResultPresentation\appendAdditionalInformation(), ilCalendarCategoryGUI\appendCalendarSelection(), ilSearchResultPresentation\appendMorePathes(), ilSearchResultPresentation\appendPath(), ilObjStudyProgrammeIndividualPlanGUI\buildFrame(), ilECSSettingsGUI\communities(), ilPageObjectGUI\compareVersion(), ilSCORMExplorer\createOutput(), ilObjForumGUI\createThreadObject(), ilAccountRegistrationGUI\displayForm(), ilPageObjectGUI\displayMedia(), ilObjLinkResourceGUI\exportHTML(), ilCourseRegistrationGUI\fillMaxMembers(), ilGroupRegistrationGUI\fillMaxMembers(), ilCourseRegistrationGUI\fillRegistrationPeriod(), ilGroupRegistrationGUI\fillRegistrationPeriod(), ilECSNodeMappingCmsExplorer\formatObject(), ilPersonalSkillsGUI\getActualGapItem(), ilPersonalSkillsGUI\getAllSuggestedResources(), ilPersonalSkillsGUI\getBasicSkillDescription(), ilLMPresentationGUI\getContent(), ilPersonalSkillsGUI\getEvalItem(), ilLightboxGUI\getHTML(), ilUserFilterGUI\getHTML(), ilAttendanceList\getHTML(), ilLMPresentationGUI\getHTML(), ilContainerContentGUI\getIntroduction(), ilPersonalSkillsGUI\getLatestEntriesForSkillHTML(), ilContainerByTypeContentGUI\getMainContent(), ilPersonalSkillsGUI\getMaterials(), ilCalendarSubscriptionGUI\getModalForSubscription(), ilCalendarAppointmentPresentationGUI\getModalHTML(), ilObjStudyProgrammeTreeExplorerGUI\getNodeButtonActionLink(), ilObjStudyProgrammeTreeExplorerGUI\getNodeContent(), ilPersonalSkillsGUI\getNonLatestEntriesForSkillHTML(), ilGlossaryTermGUI\getOverlayHTML(), ilBlogPostingGUI\getPageHeading(), ilContainerStartObjectsContentGUI\getPageHTML(), ilPersonalSkillsGUI\getProfileTargetItem(), ilCharSelectorGUI\getSelectorHTML(), ilPersonalSkillsGUI\getSelfEvalGapItem(), ilPersonalSkillsGUI\getSkillCategoryDescription(), ilPersonalSkillsGUI\getSkillEntriesHeader(), ilPersonalSkillsGUI\getSkillLevelDescription(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilRepositoryTrashGUI\handleMultiReferences(), ilObjCourseGUI\infoScreen(), ilObjFileGUI\infoScreenForward(), ilECSSettingsGUI\initCategoryMappingForm(), ilECSMappingSettingsGUI\initFormCSettings(), ilECSSettingsGUI\initSettingsForm(), ilSelectBuilderInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilFileWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilAssQuestionPageGUI\insertPageToc(), ilPageObjectGUI\insertPageToc(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilMDEditorGUI\listAnnotation(), ilPersonalSkillsGUI\listAssignedProfile(), ilMDEditorGUI\listClassification(), ilGlossaryTermGUI\listDefinitions(), ilMDEditorGUI\listEducational(), ilMDEditorGUI\listGeneral(), ilMDEditorGUI\listLifecycle(), ilMDEditorGUI\listMetaMetaData(), ilMDEditorGUI\listQuickEdit_scorm(), ilMDEditorGUI\listRelation(), ilMDEditorGUI\listRights(), ilPersonalSkillsGUI\listSkills(), ilMDEditorGUI\listTechnical(), ilAccountRegistrationGUI\login(), ilGlossaryTermGUI\output(), ilRegistrationSettingsGUI\parseRoleList(), ilObjectPermissionStatusGUI\perminfo(), ilUsersGalleryGUI\populateTemplate(), SurveyQuestionGUI\preview(), ilTabsGUI\removeNonTabbedLinks(), ilTextWizardInputGUI\render(), ilScheduleInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilTagInputGUI\render(), ilMultipleImagesInputGUI\render(), ilObjPortfolioBaseGUI\renderFullscreenHeader(), ilPortfolioPageGUI\renderMyCourses(), ilForumExportGUI\renderPostHtml(), ilExSubmissionObjectGUI\renderResourceSelection(), ilContainerSessionsContentGUI\renderSessionLimitLink(), ilWikiPageGUI\searchWikiLinkAC(), ilPasswordAssistanceGUI\showAssignPasswordForm(), ilPasswordAssistanceGUI\showAssistanceForm(), ilAssQuestionPreviewGUI\showCmd(), ilAccessibilityControlConceptGUI\showControlConcept(), ilLMPresentationGUI\showDownloadList(), ilObjUserFolderGUI\showFieldChangeComponentsListeningConfirmDialog(), ilObjSystemFolderGUI\showJavaServerObject(), ilContainerGUI\showLinkListObject(), ilStartUpGUI\showLoginInformation(), ilPasswordAssistanceGUI\showMessageForm(), ilLMPresentationGUI\showMessageScreen(), ilObjMediaPoolGUI\showPage(), ilPageObjectGUI\showPage(), ilLMPresentationGUI\showPrintView(), ilLMPresentationGUI\showPrintViewSelection(), ilLocalUserGUI\showRolesTable(), ilCalendarPresentationGUI\showSideBlocks(), ilAssQuestionSkillAssignmentsGUI\showSkillSelectionCmd(), ilPersonalProfileGUI\showUserAgreement(), ilPasswordAssistanceGUI\showUsernameAssistanceForm(), ilObjStudyProgrammeIndividualPlanGUI\view(), and ilObjLanguageExtGUI\viewObject().

+ Here is the caller graph for this function:

◆ touchBlock()

Field Documentation

◆ DEFAULT_BLOCK

const ilGlobalTemplateInterface::DEFAULT_BLOCK = 'DEFAULT'

◆ MESSAGE_TYPE_FAILURE

◆ MESSAGE_TYPE_INFO

const ilGlobalTemplateInterface::MESSAGE_TYPE_INFO = "info"

◆ MESSAGE_TYPE_QUESTION

const ilGlobalTemplateInterface::MESSAGE_TYPE_QUESTION = "question"

◆ MESSAGE_TYPE_SUCCESS

const ilGlobalTemplateInterface::MESSAGE_TYPE_SUCCESS = "success"

◆ MESSAGE_TYPES

const ilGlobalTemplateInterface::MESSAGE_TYPES
Initial value:
= [
self::MESSAGE_TYPE_FAILURE,
self::MESSAGE_TYPE_INFO,
self::MESSAGE_TYPE_SUCCESS,
self::MESSAGE_TYPE_QUESTION,
]

Definition at line 34 of file interface.ilGlobalTemplateInterface.php.

Referenced by ILIAS\Services\UICore\MetaTemplate\PageContentGUI\fillMessage(), and ILIAS\Services\UICore\MetaTemplate\PageContentGUI\setOnScreenMessage().


The documentation for this interface was generated from the following file: