ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSCORM2004SeqChapterGUI Class Reference

Class ilSCORM2004ChapterGUI. More...

+ Inheritance diagram for ilSCORM2004SeqChapterGUI:
+ Collaboration diagram for ilSCORM2004SeqChapterGUI:

Public Member Functions

 ilSCORM2004SeqChapterGUI ($a_slm_obj, $a_node_id=0)
 Constructor public.
 setTabs ()
 output tabs
 getType ()
 Get Node Type.
- Public Member Functions inherited from ilSCORM2004ChapterGUI
 ilSCORM2004ChapterGUI ($a_slm_obj, $a_node_id=0)
 Constructor public.
executeCommand ()
 execute command
 showProperties ()
 Show Sequencing.
 proceedDragDrop ()
 Perform drag and drop action.
- Public Member Functions inherited from ilSCORM2004NodeGUI
 ilSCORM2004NodeGUI ($a_slm_obj, $a_node_id=0)
 constructor
 setParentGUI ($a_parentgui)
 Set Parent GUI class (ilObjSCORM2004LearningModuleGUI).
 getParentGUI ()
 Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).
 getNodeObject ($a_node_id)
 Get node object (chapter/sco/page)
 putInTree ($a_parent_id, $a_target)
 put this object into content object tree
 showOrganization ()
 Confirm deletion screen (delete page or structure objects)
 insertChapter ()
 Insert Chapter.
 insertSco ()
 Insert Sco.
 insertPage ()
 Insert Page.
 insertTemplateGUI ()
 Insert Page with Layout.
 collapseAll ()
 Collapse all.
 ExpandAll ()
 Expand all.
 saveAllTitles ()
 Save Titles.
 deleteNodes ()
 Delete nodes in the hierarchy.
 cancelDelete ()
 cancel delete
 confirmedDelete ()
 confirmed delete
 setLocator ()
 Set Locator Items.
 copyItems ($a_return="showOrganization")
 Copy items to clipboard.
 cutItems ($a_return="showOrganization")
 Copy items to clipboard, then cut them from the current tree.
 insertPageClip ()
 Insert pages from clipboard.
 insertScoClip ()
 Insert scos from clipboard.

Additional Inherited Members

- Data Fields inherited from ilSCORM2004NodeGUI
 $node_object
 $slm_object

Detailed Description

Class ilSCORM2004ChapterGUI.

User Interface for Scorm 2004 Chapter Nodes

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

ilSCORM2004SeqChapterGUI: ilMDEditorGUI, ilNoteGUI

Definition at line 39 of file class.ilSCORM2004SeqChapterGUI.php.

Member Function Documentation

ilSCORM2004SeqChapterGUI::getType ( )

Get Node Type.

Reimplemented from ilSCORM2004ChapterGUI.

Definition at line 67 of file class.ilSCORM2004SeqChapterGUI.php.

{
return "seqc";
}
ilSCORM2004SeqChapterGUI::ilSCORM2004SeqChapterGUI (   $a_slm_obj,
  $a_node_id = 0 
)

Constructor public.

Definition at line 46 of file class.ilSCORM2004SeqChapterGUI.php.

References $ilCtrl, and ilSCORM2004ChapterGUI\ilSCORM2004ChapterGUI().

{
global $ilCtrl;
$ilCtrl->saveParameter($this, "obj_id");
parent::ilSCORM2004ChapterGUI($a_slm_obj, $a_node_id);
}

+ Here is the call graph for this function:

ilSCORM2004SeqChapterGUI::setTabs ( )

output tabs

Reimplemented from ilSCORM2004ChapterGUI.

Definition at line 55 of file class.ilSCORM2004SeqChapterGUI.php.

References $lng, $tpl, and ilUtil\getImagePath().

{
global $tpl,$lng;
$tpl->setTitleIcon(ilUtil::getImagePath("icon_seqc_b.gif"));
$tpl->setTitle($lng->txt("sahs_chapter").": ".$this->node_object->getTitle());
}

+ Here is the call graph for this function:


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