|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilSCORM2004AssetGUI. More...
Inheritance diagram for ilSCORM2004AssetGUI:
Collaboration diagram for ilSCORM2004AssetGUI:Public Member Functions | |
| __construct ($a_slm_obj, $a_node_id=0) | |
| Constructor @access public. More... | |
| getType () | |
| Get Node Type. More... | |
| showProperties () | |
| Overwrite learning objectives editing function. More... | |
| updateProperties () | |
| Overwrite learning objectives update function. More... | |
| setTabs () | |
| output tabs More... | |
Public Member Functions inherited from ilSCORM2004ScoGUI | |
| __construct ($a_slm_obj, $a_node_id=0) | |
| constructor More... | |
| getType () | |
| Get Node Type. More... | |
| executeCommand () | |
| execute command More... | |
| showProperties () | |
| Show learning objectives. More... | |
| updateProperties () | |
| update Properties More... | |
| sahs_questions () | |
| getEditTree () | |
| setTabs () | |
| output tabs More... | |
| proceedDragDrop () | |
| Perform drag and drop action. More... | |
| sco_preview () | |
| SCO preview. More... | |
| selectExport () | |
| Select the export type of the SCORM 2004 module. More... | |
| showExportList () | |
| exportScorm2004_4th () | |
| exportScorm2004_3rd () | |
| exportScorm12 () | |
| exportHTML () | |
| exportISO () | |
| exportPDF () | |
| downloadExportFile () | |
| confirmDeleteExportFile () | |
| confirmation screen for export file deletion More... | |
| cancelDeleteExportFile () | |
| cancel deletion of export files More... | |
| deleteExportFile () | |
| delete export files More... | |
| getExportResources () | |
| sco_resources () | |
| downloadResource () | |
| downloadFile () | |
| import () | |
| importSave () | |
| cancel () | |
| Cancel action. More... | |
Public Member Functions inherited from ilSCORM2004NodeGUI | |
| __construct ($a_slm_obj, $a_node_id=0) | |
| constructor More... | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class (ilObjSCORM2004LearningModuleGUI). More... | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI). More... | |
| getNodeObject ($a_node_id) | |
| Get node object (chapter/sco/page) More... | |
| showOrganization () | |
| put this object into content object tree More... | |
| insertChapter () | |
| Insert Chapter. More... | |
| insertSco () | |
| Insert Sco. More... | |
| insertAsset () | |
| Insert Asset. More... | |
| insertPage () | |
| Insert Page. More... | |
| insertTemplateGUI () | |
| Insert Page with Layout. More... | |
| insertSpecialPage () | |
| Insert special page. More... | |
| collapseAll () | |
| Collapse all. More... | |
| ExpandAll () | |
| Expand all. More... | |
| saveAllTitles () | |
| Save Titles. More... | |
| deleteNodes () | |
| Delete nodes in the hierarchy. More... | |
| cancelDelete () | |
| cancel delete More... | |
| confirmedDelete () | |
| confirmed delete More... | |
| setLocator () | |
| Set Locator Items. More... | |
| setContentStyle () | |
| Set content style sheet. More... | |
| copyItems ($a_return="showOrganization") | |
| Copy items to clipboard. More... | |
| cutItems ($a_return="showOrganization") | |
| Copy items to clipboard, then cut them from the current tree. More... | |
| insertPageClip () | |
| Insert pages from clipboard. More... | |
| insertScoClip () | |
| Insert scos from clipboard. More... | |
| insertAssetClip () | |
| Insert assets from clipboard. More... | |
| insertLMChapterClip () | |
| Insert scos from clipboard. More... | |
Protected Attributes | |
| $tabs | |
| $tpl | |
| $lng | |
| $help | |
Protected Attributes inherited from ilSCORM2004ScoGUI | |
| $help | |
| $error | |
Protected Attributes inherited from ilSCORM2004NodeGUI | |
| $lng | |
| $ctrl | |
| $tpl | |
| $tabs | |
| $locator | |
| $user | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSCORM2004ScoGUI | |
| static | getGlossaryOverviewId () |
| Get sco glossary overlay id. More... | |
| static | getGloOverviewOv ($a_sco) |
| des More... | |
Data Fields inherited from ilSCORM2004ScoGUI | |
| $ctrl = null | |
| Constructor @access public. More... | |
Data Fields inherited from ilSCORM2004NodeGUI | |
| $node_object | |
| $slm_object | |
Class ilSCORM2004AssetGUI.
User Interface for Scorm 2004 Asset Nodes
@ilCtrl_Calls ilSCORM2004AssetGUI: ilMDEditorGUI, ilNoteGUI, ilPCQuestionGUI, ilSCORM2004PageGUI
Definition at line 19 of file class.ilSCORM2004AssetGUI.php.
| ilSCORM2004AssetGUI::__construct | ( | $a_slm_obj, | |
$a_node_id = 0 |
|||
| ) |
Constructor @access public.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 45 of file class.ilSCORM2004AssetGUI.php.
| ilSCORM2004AssetGUI::getType | ( | ) |
Get Node Type.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 64 of file class.ilSCORM2004AssetGUI.php.
| ilSCORM2004AssetGUI::setTabs | ( | ) |
output tabs
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 88 of file class.ilSCORM2004AssetGUI.php.
References ilSCORM2004ScoGUI\$ctrl, $help, $ilCtrl, $lng, $tabs, $tpl, and ilUtil\getImagePath().
Here is the call graph for this function:| ilSCORM2004AssetGUI::showProperties | ( | ) |
Overwrite learning objectives editing function.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 72 of file class.ilSCORM2004AssetGUI.php.
| ilSCORM2004AssetGUI::updateProperties | ( | ) |
Overwrite learning objectives update function.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 80 of file class.ilSCORM2004AssetGUI.php.
|
protected |
Definition at line 39 of file class.ilSCORM2004AssetGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 34 of file class.ilSCORM2004AssetGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 24 of file class.ilSCORM2004AssetGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 29 of file class.ilSCORM2004AssetGUI.php.
Referenced by setTabs().