ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilSCORM2004ScoGUI. More...
Public Member Functions | |
ilSCORM2004ScoGUI ($a_slm_obj, $a_node_id=0) | |
getType () | |
Get Node Type. | |
& | executeCommand () |
execute command | |
showProperties () | |
Show Sequencing. | |
updateProperties () | |
update Properties | |
sahs_questions () | |
getEditTree () | |
setTabs () | |
output tabs | |
proceedDragDrop () | |
Perform drag and drop action. | |
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. | |
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. |
Data Fields | |
$ctrl = null | |
Constructor public. | |
Data Fields inherited from ilSCORM2004NodeGUI | |
$node_object | |
$slm_object |
Private Member Functions | |
insertQuestion ($matches) |
Class ilSCORM2004ScoGUI.
User Interface for Scorm 2004 SCO Nodes
ilSCORM2004ScoGUI: ilMDEditorGUI, ilNoteGUI, ilPCQuestionGUI, ilSCORM2004PageGUI
Definition at line 40 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::cancel | ( | ) |
Cancel action.
Definition at line 957 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::cancelDeleteExportFile | ( | ) |
cancel deletion of export files
Definition at line 634 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::confirmDeleteExportFile | ( | ) |
confirmation screen for export file deletion
Definition at line 597 of file class.ilSCORM2004ScoGUI.php.
References $_POST, $data, $lng, $tpl, ilDatePresentation\formatDate(), IL_CAL_UNIX, ilUtil\sendInfo(), and ilUtil\sendQuestion().
ilSCORM2004ScoGUI::deleteExportFile | ( | ) |
delete export files
Definition at line 644 of file class.ilSCORM2004ScoGUI.php.
References $_POST, $file, $lng, and ilUtil\sendSuccess().
ilSCORM2004ScoGUI::downloadExportFile | ( | ) |
Definition at line 578 of file class.ilSCORM2004ScoGUI.php.
References $_POST, and ilUtil\deliverFile().
ilSCORM2004ScoGUI::downloadFile | ( | ) |
ilSCORM2004ScoGUI::downloadResource | ( | ) |
Definition at line 810 of file class.ilSCORM2004ScoGUI.php.
References $_GET, $f, $file, ilUtil\deliverFile(), exit, and getExportResources().
& ilSCORM2004ScoGUI::executeCommand | ( | ) |
execute command
Definition at line 71 of file class.ilSCORM2004ScoGUI.php.
References $_GET, $cmd, $ilCtrl, $ret, $tpl, ilMDEditorGUI\addObserver(), IL_PAGE_PREVIEW, ilSCORM2004NodeGUI\setLocator(), setTabs(), and ilSCORM2004NodeGUI\showOrganization().
ilSCORM2004ScoGUI::exportHTML | ( | ) |
Definition at line 557 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::exportISO | ( | ) |
Definition at line 564 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::exportPDF | ( | ) |
Definition at line 571 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::exportScorm12 | ( | ) |
Definition at line 550 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::exportScorm2004_3rd | ( | ) |
Definition at line 543 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::exportScorm2004_4th | ( | ) |
Definition at line 535 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::getEditTree | ( | ) |
Definition at line 268 of file class.ilSCORM2004ScoGUI.php.
References ilTree\setTreeTablePK().
ilSCORM2004ScoGUI::getExportResources | ( | ) |
Definition at line 662 of file class.ilSCORM2004ScoGUI.php.
References ilObject\_exists(), ilObjMediaObject\_lookupStandardItemPath(), and ilTree\setTableNames().
Referenced by downloadResource(), and sco_resources().
ilSCORM2004ScoGUI::getType | ( | ) |
ilSCORM2004ScoGUI::ilSCORM2004ScoGUI | ( | $a_slm_obj, | |
$a_node_id = 0 |
|||
) |
Definition at line 50 of file class.ilSCORM2004ScoGUI.php.
References $ilCtrl, and ilSCORM2004NodeGUI\ilSCORM2004NodeGUI().
ilSCORM2004ScoGUI::import | ( | ) |
Definition at line 852 of file class.ilSCORM2004ScoGUI.php.
References $lng, $tpl, ilUtil\getImagePath(), ilSCORM2004NodeGUI\setLocator(), and setTabs().
ilSCORM2004ScoGUI::importSave | ( | ) |
Definition at line 903 of file class.ilSCORM2004ScoGUI.php.
References $_GET, $file, $lng, $name, ilUtil\createDirectory(), ilUtil\moveUploadedFile(), ilUtil\renameExecutables(), and ilUtil\unzip().
|
private |
Definition at line 461 of file class.ilSCORM2004ScoGUI.php.
ilSCORM2004ScoGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 332 of file class.ilSCORM2004ScoGUI.php.
References $_POST, and $ilCtrl.
ilSCORM2004ScoGUI::sahs_questions | ( | ) |
Definition at line 212 of file class.ilSCORM2004ScoGUI.php.
References $ilCtrl, $lng, $tpl, ilSCORM2004Page\_getQuestionIdsForPage(), assQuestion\_getTitle(), ilSCORM2004NodeGUI\setLocator(), ilTree\setTableNames(), setTabs(), and ilUtil\switchColor().
ilSCORM2004ScoGUI::sco_preview | ( | ) |
Definition at line 342 of file class.ilSCORM2004ScoGUI.php.
References $ilCtrl, $lng, $tpl, ilObjStyleSheet\getContentStylePath(), ilMD\getGeneral(), IL_PAGE_PREVIEW, ilSCORM2004NodeGUI\setLocator(), ilPageObjectGUI\setPresentationTitle(), ilTree\setTableNames(), and setTabs().
ilSCORM2004ScoGUI::sco_resources | ( | ) |
Definition at line 712 of file class.ilSCORM2004ScoGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, getExportResources(), ilSCORM2004NodeGUI\setLocator(), setTabs(), and ilUtil\switchColor().
ilSCORM2004ScoGUI::selectExport | ( | ) |
Select the export type of the SCORM 2004 module.
Definition at line 470 of file class.ilSCORM2004ScoGUI.php.
References $_POST.
ilSCORM2004ScoGUI::setTabs | ( | ) |
output tabs
Definition at line 279 of file class.ilSCORM2004ScoGUI.php.
References $ilCtrl, $lng, $tpl, and ilUtil\getImagePath().
Referenced by executeCommand(), import(), sahs_questions(), sco_preview(), sco_resources(), showExportList(), and showProperties().
ilSCORM2004ScoGUI::showExportList | ( | ) |
Definition at line 487 of file class.ilSCORM2004ScoGUI.php.
References $data, $ilCtrl, $lng, $tpl, ilDatePresentation\formatDate(), IL_CAL_UNIX, ilUtil\prepareFormOutput(), ilSCORM2004NodeGUI\setLocator(), and setTabs().
ilSCORM2004ScoGUI::showProperties | ( | ) |
Show Sequencing.
Definition at line 120 of file class.ilSCORM2004ScoGUI.php.
References $data, $lng, $map, $tpl, ilUtil\getImagePath(), ilSCORM2004NodeGUI\setLocator(), setTabs(), and ilUtil\switchColor().
Referenced by updateProperties().
ilSCORM2004ScoGUI::updateProperties | ( | ) |
update Properties
Definition at line 187 of file class.ilSCORM2004ScoGUI.php.
References $_POST, $empty, $key, $lng, $tpl, ilUtil\sendInfo(), and showProperties().
ilSCORM2004ScoGUI::$ctrl = null |
Constructor public.
Definition at line 48 of file class.ilSCORM2004ScoGUI.php.