ILIAS
Release_5_0_x_branch Revision 61816
|
Data Fields | |
$ctrl = null | |
$lng = null | |
$tpl = null | |
$md_obj = null | |
$observers = array() | |
$rbac_id = null | |
$obj_id = null | |
$obj_type = null |
Definition at line 20 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::__buildDaysSelect | ( | $sel_day | ) |
Definition at line 3445 of file class.ilMDEditorGUI.php.
References $options, and ilUtil\formSelect().
Referenced by listEducational(), and listQuickEdit_scorm().
ilMDEditorGUI::__buildMonthsSelect | ( | $sel_month | ) |
Definition at line 3435 of file class.ilMDEditorGUI.php.
References $options, and ilUtil\formSelect().
Referenced by listEducational(), and listQuickEdit_scorm().
ilMDEditorGUI::__fillSubelements | ( | ) |
Definition at line 3346 of file class.ilMDEditorGUI.php.
References ilUtil\formSelect().
Referenced by listGeneral(), listLifecycle(), listMetaMetaData(), and listTechnical().
ilMDEditorGUI::__setTabs | ( | $a_active | ) |
Definition at line 3365 of file class.ilMDEditorGUI.php.
Referenced by debug(), listAnnotation(), listClassification(), listEducational(), listGeneral(), listLifecycle(), listMetaMetaData(), listQuickEdit(), listQuickEdit_scorm(), listRelation(), listRights(), and listTechnical().
ilMDEditorGUI::__showLanguageSelect | ( | $a_name, | |
$a_value = "" |
|||
) |
shows language select box
Definition at line 3405 of file class.ilMDEditorGUI.php.
References $tpl, and ilMDLanguageItem\_getLanguages().
Referenced by listAnnotation(), listClassification(), listEducational(), listGeneral(), listLifecycle(), listMetaMetaData(), listQuickEdit_scorm(), listRelation(), listRights(), and listTechnical().
ilMDEditorGUI::addObserver | ( | & | $a_class, |
$a_method, | |||
$a_element | |||
) |
Definition at line 3457 of file class.ilMDEditorGUI.php.
Referenced by ilObjFileGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilSCORM2004ChapterGUI\executeCommand(), ilSCORM2004ScoGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilStructureObjectGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjMediaObjectGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
ilMDEditorGUI::addSection | ( | ) |
Definition at line 3103 of file class.ilMDEditorGUI.php.
References $_GET, and listSection().
ilMDEditorGUI::addSectionElement | ( | ) |
Definition at line 3182 of file class.ilMDEditorGUI.php.
References $_GET, $_POST, and listSection().
ilMDEditorGUI::callListeners | ( | $a_element | ) |
Definition at line 3464 of file class.ilMDEditorGUI.php.
Referenced by updateAnnotation(), updateClassification(), updateEducational(), updateGeneral(), updateLifecycle(), updateMetaMetaData(), updateQuickEdit(), updateQuickEdit_scorm(), updateRelation(), updateRights(), and updateTechnical().
ilMDEditorGUI::debug | ( | ) |
Definition at line 82 of file class.ilMDEditorGUI.php.
References __setTabs(), and ilMD2XML\startExport().
Referenced by listSection().
ilMDEditorGUI::deleteElement | ( | ) |
Definition at line 3079 of file class.ilMDEditorGUI.php.
References $_GET, ilMDFactory\_getInstance(), and listSection().
ilMDEditorGUI::deleteSection | ( | ) |
Definition at line 3091 of file class.ilMDEditorGUI.php.
References $_GET, ilMDFactory\_getInstance(), and listSection().
& ilMDEditorGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::ilMDEditorGUI | ( | $a_rbac_id, | |
$a_obj_id, | |||
$a_obj_type | |||
) |
Definition at line 33 of file class.ilMDEditorGUI.php.
References $ilCtrl, $lng, $tpl, and ilMDSettings\_getInstance().
ilMDEditorGUI::initQuickEditForm | ( | ) |
Init quick edit form.
Definition at line 412 of file class.ilMDEditorGUI.php.
References $ilCtrl, $lang, $lng, $options, $si, ilMDLanguageItem\_getLanguages(), ilMDRights\_lookupDescription(), ilTaxMDGUI\addToMDForm(), ilCopyrightInputGUI\setCols(), ilTextInputGUI\setMaxLength(), and ilTypicalLearningTimeInputGUI\setValueByLOMDuration().
Referenced by listQuickEdit().
ilMDEditorGUI::keywordAutocomplete | ( | ) |
Keyword list for autocomplete.
@return |
Definition at line 569 of file class.ilMDEditorGUI.php.
References $_GET, $res, $result, ilMDKeyword\_getMatchingKeywords(), ilJsonUtil\encode(), exit, and ilUtil\stripSlashes().
ilMDEditorGUI::listAnnotation | ( | ) |
Definition at line 2753 of file class.ilMDEditorGUI.php.
References __setTabs(), __showLanguageSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listClassification | ( | ) |
Definition at line 2841 of file class.ilMDEditorGUI.php.
References __setTabs(), __showLanguageSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listEducational | ( | ) |
Definition at line 2255 of file class.ilMDEditorGUI.php.
References $valid, __buildDaysSelect(), __buildMonthsSelect(), __setTabs(), __showLanguageSelect(), ilMDUtils\_LOMDurationToArray(), ilUtil\makeTimeSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listGeneral | ( | ) |
Definition at line 1294 of file class.ilMDEditorGUI.php.
References __fillSubelements(), __setTabs(), __showLanguageSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection(), and updateGeneral().
ilMDEditorGUI::listLifecycle | ( | ) |
Definition at line 1835 of file class.ilMDEditorGUI.php.
References __fillSubelements(), __setTabs(), __showLanguageSelect(), ilMDUtilSelect\_getRoleSelect(), ilMDUtilSelect\_getStatusSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listMetaMetaData | ( | ) |
Definition at line 1997 of file class.ilMDEditorGUI.php.
References __fillSubelements(), __setTabs(), __showLanguageSelect(), ilMDUtilSelect\_getRoleSelect(), and ilUtil\prepareFormOutput().
ilMDEditorGUI::listQuickEdit | ( | ) |
Definition at line 394 of file class.ilMDEditorGUI.php.
References $tpl, __setTabs(), and initQuickEditForm().
Referenced by listSection(), and updateQuickEdit().
ilMDEditorGUI::listQuickEdit_scorm | ( | ) |
Definition at line 102 of file class.ilMDEditorGUI.php.
References $lang, $lng, $valid, __buildDaysSelect(), __buildMonthsSelect(), __setTabs(), __showLanguageSelect(), ilMDUtilSelect\_getStatusSelect(), ilMDUtils\_LOMDurationToArray(), ilMDCopyrightSelectionGUI\fillTemplate(), ilUtil\makeTimeSelect(), ilMDCopyrightSelectionGUI\MODE_QUICKEDIT, and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listRelation | ( | ) |
Definition at line 2576 of file class.ilMDEditorGUI.php.
References __setTabs(), __showLanguageSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listRights | ( | ) |
Definition at line 2178 of file class.ilMDEditorGUI.php.
References __setTabs(), __showLanguageSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::listSection | ( | ) |
Definition at line 3302 of file class.ilMDEditorGUI.php.
References $_REQUEST, debug(), listAnnotation(), listClassification(), listEducational(), listGeneral(), listLifecycle(), listQuickEdit(), listQuickEdit_scorm(), listRelation(), listRights(), and listTechnical().
Referenced by addSection(), addSectionElement(), deleteElement(), deleteSection(), updateAnnotation(), updateClassification(), updateEducational(), updateLifecycle(), updateMetaMetaData(), updateRelation(), updateRights(), and updateTechnical().
ilMDEditorGUI::listTechnical | ( | ) |
Definition at line 1625 of file class.ilMDEditorGUI.php.
References __fillSubelements(), __setTabs(), __showLanguageSelect(), ilMDUtilSelect\_getBrowserSelect(), ilMDUtilSelect\_getLocationTypeSelect(), ilMDUtilSelect\_getOperatingSystemSelect(), and ilUtil\prepareFormOutput().
Referenced by listSection().
ilMDEditorGUI::updateAnnotation | ( | ) |
Definition at line 2815 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateClassification | ( | ) |
Definition at line 3022 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateEducational | ( | ) |
Definition at line 2507 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateGeneral | ( | ) |
update general section
Definition at line 1492 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listGeneral(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateLifecycle | ( | ) |
Definition at line 1944 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateMetaMetaData | ( | ) |
Definition at line 2127 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateQuickEdit | ( | ) |
update quick edit properties
Definition at line 599 of file class.ilMDEditorGUI.php.
References $_POST, $auth, callListeners(), listQuickEdit(), ilUtil\sendFailure(), ilUtil\sendSuccess(), ilUtil\stripSlashes(), ilTaxMDGUI\updateFromMDForm(), and ilMDKeyword\updateKeywords().
ilMDEditorGUI::updateQuickEdit_scorm | ( | ) |
update quick edit properties - SCORM customization
Definition at line 902 of file class.ilMDEditorGUI.php.
References $_POST, $auth, $lang, callListeners(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Referenced by updateQuickEdit_scorm_propagate().
ilMDEditorGUI::updateQuickEdit_scorm_prop_designer | ( | ) |
Definition at line 891 of file class.ilMDEditorGUI.php.
References updateQuickEdit_scorm_propagate().
ilMDEditorGUI::updateQuickEdit_scorm_prop_expert | ( | ) |
Definition at line 887 of file class.ilMDEditorGUI.php.
References updateQuickEdit_scorm_propagate().
ilMDEditorGUI::updateQuickEdit_scorm_prop_poc | ( | ) |
Definition at line 895 of file class.ilMDEditorGUI.php.
References updateQuickEdit_scorm_propagate().
ilMDEditorGUI::updateQuickEdit_scorm_propagate | ( | $request, | |
$type | |||
) |
Definition at line 798 of file class.ilMDEditorGUI.php.
References $_POST, $auth, ilUtil\stripSlashes(), and updateQuickEdit_scorm().
Referenced by updateQuickEdit_scorm_prop_designer(), updateQuickEdit_scorm_prop_expert(), and updateQuickEdit_scorm_prop_poc().
ilMDEditorGUI::updateRelation | ( | ) |
Definition at line 2710 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateRights | ( | ) |
Definition at line 2235 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::updateTechnical | ( | ) |
Definition at line 1566 of file class.ilMDEditorGUI.php.
References $_POST, callListeners(), listSection(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilMDEditorGUI::$ctrl = null |
Definition at line 22 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$lng = null |
Definition at line 23 of file class.ilMDEditorGUI.php.
Referenced by ilMDEditorGUI(), initQuickEditForm(), and listQuickEdit_scorm().
ilMDEditorGUI::$md_obj = null |
Definition at line 25 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$obj_id = null |
Definition at line 30 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$obj_type = null |
Definition at line 31 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$observers = array() |
Definition at line 27 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$rbac_id = null |
Definition at line 29 of file class.ilMDEditorGUI.php.
ilMDEditorGUI::$tpl = null |
Definition at line 24 of file class.ilMDEditorGUI.php.
Referenced by __showLanguageSelect(), ilMDEditorGUI(), and listQuickEdit().