ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilFrameTargetInfo Class Reference

ilFrameTargetInfo More...

+ Collaboration diagram for ilFrameTargetInfo:

Static Public Member Functions

static _getFrame ($a_class, $a_type= '')
 Get content frame name.

Detailed Description

Member Function Documentation

static ilFrameTargetInfo::_getFrame (   $a_class,
  $a_type = '' 
)
static

Get content frame name.

Parameters
string$a_class
string$a_type
Returns
string

Definition at line 18 of file class.ilFrameTargetInfo.php.

References $_SESSION.

Referenced by ilObjectGUI\addAdminLocatorItems(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjLanguageExtGUI\addAdminLocatorItems(), ilObjStyleSheetGUI\addAdminLocatorItems(), ilObjRoleGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilObjContentObjectGUI\addLocations(), ilLocatorGUI\addRepositoryItems(), ilContainerGUI\addStandardContainerSubTabs(), ilAdministrationExplorer\buildFrameTarget(), ilRepositoryExplorer\buildFrameTarget(), ilTableOfContentsExplorer\buildFrameTarget(), ilCourseContentGUI\editTimings(), ilSCORM2004PageNodeGUI\executeCommand(), ilLMPageObjectGUI\executeCommand(), ilBookmarkAdministrationTableGUI\fillRow(), ilLPCollectionSettingsTableGUI\fillRow(), ilTemplate\fillSideIcons(), ilObjectGUI\getAdminTabs(), ilObjFileListGUI\getCommandFrame(), ilObjExerciseListGUI\getCommandFrame(), ilObjWikiListGUI\getCommandFrame(), ilObjMediaCastListGUI\getCommandFrame(), ilObjMediaPoolListGUI\getCommandFrame(), ilObjExternalFeedListGUI\getCommandFrame(), ilObjFileBasedLMListGUI\getCommandFrame(), ilObjectPluginListGUI\getCommandFrame(), ilObjSurveyListGUI\getCommandFrame(), ilObjSurveyQuestionPoolListGUI\getCommandFrame(), ilObjQuestionPoolListGUI\getCommandFrame(), ilObjLinkResourceListGUI\getCommandFrame(), ilObjTestListGUI\getCommandFrame(), ilObjGlossaryListGUI\getCommandFrame(), ilObjSAHSLearningModuleListGUI\getCommandFrame(), ilObjDlBookListGUI\getCommandFrame(), ilObjLearningModuleListGUI\getCommandFrame(), ilObjForumListGUI\getCommandFrame(), ilLMPageObjectGUI\getLinkXML(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilLMPresentationGUI\ilLMSubMenu(), ilLMPresentationGUI\ilLocator(), ilTableOfContentsExplorer\ilTableOfContentsExplorer(), ilLMPresentationGUI\ilTOC(), ilUtil\infoPanel(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjContentObjectGUI\initImportForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\setilLMMenu(), ilContainerGUI\setPageEditorTabs(), and ilObjGlossaryGUI\viewObject().

{
switch($a_type)
{
default:
switch($a_class)
{
case 'RepositoryContent':
if($_SESSION['il_rep_mode'] == 'flat' or !isset($_SESSION['il_rep_mode']))
{
//return 'bottom';
return '_top';
}
else
{
return 'rep_content';
}
case 'MainContent':
//return 'bottom';
return '_top';
// frame for external content (e.g. web bookmarks, external links)
case 'ExternalContent':
return '_blank';
}
}
return '';
}

+ Here is the caller graph for this function:


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