|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilLMPageObjectGUI. More...
Inheritance diagram for ilLMPageObjectGUI:
Collaboration diagram for ilLMPageObjectGUI:Public Member Functions | |
| ilLMPageObjectGUI (&$a_content_obj) | |
| Constructor. More... | |
| setLMPageObject ($a_pg_obj) | |
| Set content object dependent page object (co page) More... | |
| & | executeCommand () |
| execute command More... | |
| edit () | |
| preview () | |
| save () | |
| save co page object More... | |
| cancel () | |
| cancel More... | |
| getLinkXML ($a_int_links) | |
| get link targets More... | |
| updateHistory () | |
| update history More... | |
| editLayout () | |
| Edit layout of page. More... | |
| initEditLayoutForm () | |
| Init edit layout form. More... | |
| saveLayout () | |
| Save layout. More... | |
| addPageTabs () | |
| Add page tabs. More... | |
| downloadFile () | |
| download file of file lists More... | |
Public Member Functions inherited from ilLMObjectGUI | |
| ilLMObjectGUI (&$a_content_obj) | |
| constructor More... | |
| setActions ($a_actions="") | |
| build action array More... | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| create () | |
| structure / page object creation form More... | |
| putInTree () | |
| put this object into content object tree More... | |
| delete () | |
| Confirm deletion screen (delete page or structure objects) More... | |
| cancelDelete () | |
| cancel deletion of page/structure objects More... | |
| confirmedDelete () | |
| page and structure object deletion More... | |
| add_cell ($val, $link="") | |
| output a cell in object list More... | |
| showActions ($a_actions) | |
| show possible action (form buttons) More... | |
| checkTree () | |
| check the content object tree More... | |
Static Public Member Functions | |
| static | _goto ($a_target) |
| redirect script More... | |
Data Fields | |
| $obj | |
Data Fields inherited from ilLMObjectGUI | |
| $ilias | |
| $tpl | |
| $lng | |
| $obj | |
| $ctrl | |
| $content_object | |
| $actions | |
Class ilLMPageObjectGUI.
User Interface for Learning Module Page Objects Editing
@ilCtrl_Calls ilLMPageObjectGUI: ilLMPageGUI, ilAssGenFeedbackPageGUI
Definition at line 21 of file class.ilLMPageObjectGUI.php.
|
static |
redirect script
| string | $a_target |
Definition at line 346 of file class.ilLMPageObjectGUI.php.
References $_GET, $ilErr, ilLMObjectGUI\$lng, $ref_id, ilObject\_getAllReferences(), ilObjectGUI\_gotoRepositoryRoot(), ilLMObject\_lookupContObjID(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
Here is the call graph for this function:| ilLMPageObjectGUI::addPageTabs | ( | ) |
Add page tabs.
Definition at line 510 of file class.ilLMPageObjectGUI.php.
References $ilCtrl.
| ilLMPageObjectGUI::cancel | ( | ) |
cancel
Definition at line 211 of file class.ilLMPageObjectGUI.php.
References $_GET, and ilUtil\redirect().
Here is the call graph for this function:| ilLMPageObjectGUI::downloadFile | ( | ) |
download file of file lists
Definition at line 521 of file class.ilLMPageObjectGUI.php.
| ilLMPageObjectGUI::edit | ( | ) |
Definition at line 157 of file class.ilLMPageObjectGUI.php.
References executeCommand().
Here is the call graph for this function:| ilLMPageObjectGUI::editLayout | ( | ) |
Edit layout of page.
Definition at line 422 of file class.ilLMPageObjectGUI.php.
References $ilCtrl, $lm_set, ilLMObjectGUI\$tpl, ilUtil\getImagePath(), and initEditLayoutForm().
Here is the call graph for this function:| & ilLMPageObjectGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilLMPageObjectGUI.php.
References $_GET, $cmd, $ilCtrl, $ilSetting, $lm_set, $ret, ilLMObjectGUI\$tpl, ilPageObject\_exists(), ilFrameTargetInfo\_getFrame(), ilLMPageObject\_getPresentationTitle(), ilObjStyleSheet\getEffectiveContentStyleId(), ilUtil\getImagePath(), and getLinkXML().
Referenced by edit(), and preview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPageObjectGUI::getLinkXML | ( | $a_int_links | ) |
get link targets
Definition at line 227 of file class.ilLMPageObjectGUI.php.
References $_GET, ilLMObjectGUI\$content_object, $target_arr, $target_id, ilFrameTargetInfo\_getFrame(), ilLMObject\_lookupContObjID(), ilObject\_lookupObjId(), and ilObject\_lookupType().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPageObjectGUI::ilLMPageObjectGUI | ( | & | $a_content_obj | ) |
Constructor.
| object | $a_content_obj | content object (lm | dbk) @access public |
Definition at line 31 of file class.ilLMPageObjectGUI.php.
References ilLMObjectGUI\$ilias, ilLMObjectGUI\$lng, and ilLMObjectGUI\$tpl.
| ilLMPageObjectGUI::initEditLayoutForm | ( | ) |
Init edit layout form.
| int | $a_mode | Edit Mode |
Definition at line 447 of file class.ilLMPageObjectGUI.php.
References $ilCtrl, ilLMObjectGUI\$lng, ilObjContentObject\getAvailableLayouts(), ilUtil\getImagePath(), and ilUtil\img().
Referenced by editLayout(), and saveLayout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPageObjectGUI::preview | ( | ) |
Definition at line 169 of file class.ilLMPageObjectGUI.php.
References executeCommand().
Here is the call graph for this function:| ilLMPageObjectGUI::save | ( | ) |
save co page object
Definition at line 180 of file class.ilLMPageObjectGUI.php.
References $_GET, $_POST, ilLMObjectGUI\checkTree(), ilLMObjectGUI\putInTree(), ilUtil\redirect(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilLMPageObjectGUI::saveLayout | ( | ) |
Save layout.
Definition at line 492 of file class.ilLMPageObjectGUI.php.
References $ilCtrl, ilLMObjectGUI\$lng, ilLMObjectGUI\$tpl, initEditLayoutForm(), ilUtil\sendSuccess(), and ilLMObject\writeLayout().
Here is the call graph for this function:| ilLMPageObjectGUI::setLMPageObject | ( | $a_pg_obj | ) |
Set content object dependent page object (co page)
Definition at line 43 of file class.ilLMPageObjectGUI.php.
| ilLMPageObjectGUI::updateHistory | ( | ) |
update history
Definition at line 333 of file class.ilLMPageObjectGUI.php.
References ilHistory\_createEntry().
Here is the call graph for this function:| ilLMPageObjectGUI::$obj |
Definition at line 23 of file class.ilLMPageObjectGUI.php.