ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilFrameTargetInfo Class Reference

ilFrameTargetInfo More...

+ Collaboration diagram for ilFrameTargetInfo:

Public Member Functions

 _getFrame ($a_class, $a_type="")
 get content frame name

Detailed Description

ilFrameTargetInfo

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
Id:
class.ilFrameTargetInfo.php 10164 2006-03-07 08:04:50Z akill

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

Member Function Documentation

ilFrameTargetInfo::_getFrame (   $a_class,
  $a_type = "" 
)

get content frame name

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

References $_SESSION.

Referenced by ilSearchresultGUI\__formatLink(), ilLPListOfSettingsGUI\__showCollectionTable(), ilObjChatGUI\addAdminLocatorItems(), ilObjectGUI\addAdminLocatorItems(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjStyleSheetGUI\addAdminLocatorItems(), ilObjLanguageExtGUI\addAdminLocatorItems(), ilObjRoleGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilObjContentObjectGUI\addLocations(), ilLocatorGUI\addRepositoryItems(), ilAdministrationExplorer\buildFrameTarget(), ilTableOfContentsExplorer\buildFrameTarget(), ilRepositoryExplorer\buildFrameTarget(), ilObjFileBasedLMGUI\createObject(), ilObjGlossaryGUI\createObject(), ilObjMediaPoolGUI\createObject(), ilObjForumGUI\createObject(), ilObjContentObjectGUI\createObject(), ilObjSurveyQuestionPoolGUI\createObject(), ilObjQuestionPoolGUI\createObject(), ilObjSurveyGUI\createObject(), ilObjTestGUI\createObject(), ilGlossaryLocatorGUI\display(), ilForumLocatorGUI\display(), ilObjSystemFolderGUI\displayList(), ilCourseContentGUI\editTimings(), ilMailFolderGUI\enterFolderData(), ilLMPageObjectGUI\executeCommand(), ilObjSCORMLearningModuleGUI\exportOptions(), ilTemplate\fillSideIcons(), ilObjectGUI\getAdminTabs(), ilObjMediaCastListGUI\getCommandFrame(), ilObjExternalFeedListGUI\getCommandFrame(), ilObjWikiListGUI\getCommandFrame(), ilObjExerciseListGUI\getCommandFrame(), ilObjFileListGUI\getCommandFrame(), ilObjMediaPoolListGUI\getCommandFrame(), ilObjSurveyListGUI\getCommandFrame(), ilObjSurveyQuestionPoolListGUI\getCommandFrame(), ilObjQuestionPoolListGUI\getCommandFrame(), ilObjTestListGUI\getCommandFrame(), ilObjFileBasedLMListGUI\getCommandFrame(), ilObjGlossaryListGUI\getCommandFrame(), ilObjSAHSLearningModuleListGUI\getCommandFrame(), ilObjLinkResourceListGUI\getCommandFrame(), ilObjDlBookListGUI\getCommandFrame(), ilObjLearningModuleListGUI\getCommandFrame(), ilObjForumListGUI\getCommandFrame(), ilObjForumGUI\getDeleteFormHTML(), ilLMPageObjectGUI\getLinkXML(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilObjForumListGUI\getProperties(), ilLMPresentationGUI\ilLMSubMenu(), ilLMPresentationGUI\ilLocator(), ilTableOfContentsExplorer\ilTableOfContentsExplorer(), ilLMPresentationGUI\ilTOC(), ilObjSCORMLearningModuleGUI\importForm(), ilObjSAHSLearningModuleGUI\importObject(), ilUtil\infoPanel(), ilObjGlossaryGUI\listTerms(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjForumGUI\prepareThreadScreen(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\setilLMMenu(), ilContainerGUI\setPageEditorTabs(), ilContainerGUI\showAdministrationPanel(), ilMailFolderGUI\showMail(), ilObjectGUI\showUpperIcon(), ilBookmarkAdministrationGUI\view(), ilObjGlossaryGUI\viewObject(), and ilObjForumGUI\viewThreadObject().

{
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: