ILIAS  Release_5_0_x_branch Revision 61816
 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

ilFrameTargetInfo

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
Id:
class.ilFrameTargetInfo.php 34129 2012-04-12 07:43:21Z mjansen

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

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 ilObjOrgUnitGUI\addAdminLocatorItems(), ilObjUserGUI\addAdminLocatorItems(), ilObjContentObjectGUI\addLocations(), ilLocatorGUI\addRepositoryItems(), ilContainerGUI\addStandardContainerSubTabs(), ilAdministrationExplorer\buildFrameTarget(), ilRepositoryExplorer\buildFrameTarget(), 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(), ilObjFileBasedLMListGUI\getCommandFrame(), ilObjectPluginListGUI\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(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilObjContentObjectGUI\setilLMMenu(), and ilContainerGUI\setPageEditorTabs().

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