ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilSCORM2004AssetGUI. More...
Public Member Functions | |
ilSCORM2004AssetGUI ($a_slm_obj, $a_node_id=0) | |
Constructor public. | |
getType () | |
Get Node Type. | |
showProperties () | |
Overwrite learning objectives editing function. | |
updateProperties () | |
Overwrite learning objectives update function. | |
setTabs () | |
output tabs | |
Public Member Functions inherited from ilSCORM2004ScoGUI | |
ilSCORM2004ScoGUI ($a_slm_obj, $a_node_id=0) | |
& | executeCommand () |
execute command | |
sahs_questions () | |
getEditTree () | |
proceedDragDrop () | |
Perform drag and drop action. | |
sco_preview () | |
SCO preview. | |
selectExport () | |
Select the export type of the SCORM 2004 module. | |
showExportList () | |
exportScorm2004_4th () | |
exportScorm2004_3rd () | |
exportScorm12 () | |
exportHTML () | |
exportISO () | |
exportPDF () | |
downloadExportFile () | |
confirmDeleteExportFile () | |
confirmation screen for export file deletion | |
cancelDeleteExportFile () | |
cancel deletion of export files | |
deleteExportFile () | |
delete export files | |
getExportResources () | |
sco_resources () | |
downloadResource () | |
downloadFile () | |
import () | |
importSave () | |
cancel () | |
Cancel 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. | |
insertAsset () | |
Insert Asset. | |
insertPage () | |
Insert Page. | |
insertTemplateGUI () | |
Insert Page with Layout. | |
insertSpecialPage () | |
Insert special page. | |
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. | |
setContentStyle () | |
Set content style sheet. | |
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. | |
insertAssetClip () | |
Insert assets from clipboard. |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSCORM2004ScoGUI | |
static | getGlossaryOverviewId () |
Get sco glossary overlay id. | |
static | getGloOverviewOv ($a_sco) |
des | |
Data Fields inherited from ilSCORM2004ScoGUI | |
$ctrl = null | |
Constructor public. |
Class ilSCORM2004AssetGUI.
User Interface for Scorm 2004 Asset Nodes
ilSCORM2004AssetGUI: ilMDEditorGUI, ilNoteGUI, ilPCQuestionGUI, ilSCORM2004PageGUI
Definition at line 19 of file class.ilSCORM2004AssetGUI.php.
ilSCORM2004AssetGUI::getType | ( | ) |
Get Node Type.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 38 of file class.ilSCORM2004AssetGUI.php.
ilSCORM2004AssetGUI::ilSCORM2004AssetGUI | ( | $a_slm_obj, | |
$a_node_id = 0 |
|||
) |
Constructor public.
Definition at line 25 of file class.ilSCORM2004AssetGUI.php.
References $ilCtrl.
ilSCORM2004AssetGUI::setTabs | ( | ) |
output tabs
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 62 of file class.ilSCORM2004AssetGUI.php.
References $ilCtrl, $lng, $tpl, and ilUtil\getImagePath().
ilSCORM2004AssetGUI::showProperties | ( | ) |
Overwrite learning objectives editing function.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 46 of file class.ilSCORM2004AssetGUI.php.
ilSCORM2004AssetGUI::updateProperties | ( | ) |
Overwrite learning objectives update function.
Reimplemented from ilSCORM2004ScoGUI.
Definition at line 54 of file class.ilSCORM2004AssetGUI.php.