4require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004ScoGUI.php");
 
    5require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Asset.php");
 
   29                $ilCtrl->saveParameter($this, 
"obj_id");
 
   32                parent::__construct($a_slm_obj, $a_node_id);
 
   66                $ilHelp->setScreenIdComponent(
"sahsed");
 
   69                $ilTabs->addTarget(
"sahs_organization",
 
   70                $ilCtrl->getLinkTarget($this,
'showOrganization'),
 
   71                         "showOrganization", get_class($this));
 
   74                $ilTabs->addTarget(
"sahs_questions",
 
   75                $ilCtrl->getLinkTarget($this,
'sahs_questions'),
 
   76                         "sahs_questions", get_class($this));
 
   79                $ilTabs->addTarget(
"cont_files",
 
   80                $ilCtrl->getLinkTarget($this,
'sco_resources'),
 
   81                         "sco_resources", get_class($this));
 
   84                $ilTabs->addTarget(
"meta_data",
 
   85                $ilCtrl->getLinkTargetByClass(
"ilmdeditorgui",
''),
 
  100                $ilTabs->addNonTabbedLink(
"preview",
 
  101                        $lng->txt(
"cont_preview"),
 
  102                        $ilCtrl->getLinkTarget($this,
'sco_preview'), 
"_blank");
 
  106                $lng->txt(
"obj_ass").
": ".$this->node_object->getTitle());
 
Class ilSCORM2004AssetGUI.
ilSCORM2004AssetGUI($a_slm_obj, $a_node_id=0)
Constructor @access public.
updateProperties()
Overwrite learning objectives update function.
showProperties()
Overwrite learning objectives editing function.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)