ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilFrameTargetInfo Class Reference

ilFrameTargetInfo More...

+ Collaboration diagram for ilFrameTargetInfo:

Static Public Member Functions

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

Detailed Description

Member Function Documentation

◆ _getFrame()

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 ilObjOrgUnitGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilObjContentObjectGUI\addLocations(), ilLocatorGUI\addRepositoryItems(), ilContainerGUI\addStandardContainerSubTabs(), ilAdministrationExplorer\buildFrameTarget(), ilRepositoryExplorer\buildFrameTarget(), ilMailFolderGUI\cancelDeleteMails(), ilCourseContentGUI\editTimings(), ilSCORM2004PageNodeGUI\executeCommand(), ilLMPageObjectGUI\executeCommand(), ilBookmarkAdministrationTableGUI\fillRow(), ilLPCollectionSettingsTableGUI\fillRow(), ilTemplate\fillSideIcons(), ilObjFileListGUI\getCommandFrame(), ilObjExerciseListGUI\getCommandFrame(), ilObjWikiListGUI\getCommandFrame(), ilObjMediaCastListGUI\getCommandFrame(), ilObjMediaPoolListGUI\getCommandFrame(), ilObjQuestionPoolListGUI\getCommandFrame(), ilObjTestListGUI\getCommandFrame(), ilObjExternalFeedListGUI\getCommandFrame(), ilObjectPluginListGUI\getCommandFrame(), ilObjFileBasedLMListGUI\getCommandFrame(), ilObjSurveyListGUI\getCommandFrame(), ilObjSurveyQuestionPoolListGUI\getCommandFrame(), ilObjLinkResourceListGUI\getCommandFrame(), ilObjGlossaryListGUI\getCommandFrame(), ilObjDlBookListGUI\getCommandFrame(), ilObjSAHSLearningModuleListGUI\getCommandFrame(), ilObjLearningModuleListGUI\getCommandFrame(), ilObjForumListGUI\getCommandFrame(), ilLMPageObjectGUI\getLinkXML(), ilGlossaryPresentationGUI\getLinkXML(), ilLMPresentationGUI\getLinkXML(), ilLMPresentationGUI\ilLMSubMenu(), ilLMPresentationGUI\ilLocator(), ilUtil\infoPanel(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjContentObjectGUI\initImportForm(), ilObjForumListGUI\initItem(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjContentObjectGUI\setilLMMenu(), ilContainerGUI\setPageEditorTabs(), and ilChatroomObjectGUI\switchToVisibleMode().

19  {
20  switch($a_type)
21  {
22  default:
23  switch($a_class)
24  {
25  case 'RepositoryContent':
26  if($_SESSION['il_rep_mode'] == 'flat' or !isset($_SESSION['il_rep_mode']))
27  {
28  //return 'bottom';
29  return '_top';
30  }
31  else
32  {
33  return 'rep_content';
34  }
35 
36  case 'MainContent':
37  //return 'bottom';
38  return '_top';
39 
40  // frame for external content (e.g. web bookmarks, external links)
41  case 'ExternalContent':
42  return '_blank';
43  }
44  }
45 
46  return '';
47  }
< a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random(); this.blur(); return false">< img src="./images/refresh.png" alt="Reload Image" height="32" width="32" onclick="this.blur()" align="bottom" border="0"/></a >< br/>< strong > Enter Code *if($_SERVER['REQUEST_METHOD']=='POST' &&@ $_POST['do']=='contact') $_SESSION['ctform']['success']
+ Here is the caller graph for this function:

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