ILIAS
Release_4_0_x_branch Revision 61816
|
GUI class for learning module editor. More...
Public Member Functions | |
ilLMEditorGUI () | |
Constructor public. | |
& | executeCommand () |
execute command | |
frameset () | |
output main frameset of editor left frame: explorer tree of chapters right frame: editor content | |
main_header ($a_type) | |
output main header (title and locator) | |
displayLocator () | |
display locator |
Data Fields | |
$ilias | |
$tpl | |
$lng | |
$objDefinition | |
$ref_id | |
$lm_obj | |
$tree | |
$obj_id |
GUI class for learning module editor.
ilLMEditorGUI: ilObjDlBookGUI, ilObjLearningModuleGUI
Definition at line 42 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::displayLocator | ( | ) |
display locator
Definition at line 288 of file class.ilLMEditorGUI.php.
References $key, $lng, $row, $t, ilObject\_lookupObjId(), ilObject\_lookupType(), and ilUtil\getImagePath().
Referenced by executeCommand().
& ilLMEditorGUI::executeCommand | ( | ) |
execute command
Definition at line 105 of file class.ilLMEditorGUI.php.
References $_GET, $cmd, $ret, displayLocator(), and main_header().
ilLMEditorGUI::frameset | ( | ) |
output main frameset of editor left frame: explorer tree of chapters right frame: editor content
Definition at line 208 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::ilLMEditorGUI | ( | ) |
Constructor public.
Definition at line 63 of file class.ilLMEditorGUI.php.
References $_GET, $ilCtrl, $ilias, $lng, $objDefinition, $tpl, and ilTree\setTableNames().
ilLMEditorGUI::main_header | ( | $a_type | ) |
output main header (title and locator)
Definition at line 260 of file class.ilLMEditorGUI.php.
References $lng, ilObjStyleSheet\getContentStylePath(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by executeCommand().
ilLMEditorGUI::$ilias |
Definition at line 49 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI().
ilLMEditorGUI::$lm_obj |
Definition at line 54 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$lng |
Definition at line 51 of file class.ilLMEditorGUI.php.
Referenced by displayLocator(), ilLMEditorGUI(), and main_header().
ilLMEditorGUI::$obj_id |
Definition at line 57 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$objDefinition |
Definition at line 52 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI().
ilLMEditorGUI::$ref_id |
Definition at line 53 of file class.ilLMEditorGUI.php.
ilLMEditorGUI::$tpl |
Definition at line 50 of file class.ilLMEditorGUI.php.
Referenced by ilLMEditorGUI().
ilLMEditorGUI::$tree |
Definition at line 56 of file class.ilLMEditorGUI.php.