|
ILIAS
Release_3_10_x_branch Revision 61812
|
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...) More...
Inheritance diagram for ilPageContentGUI:
Collaboration diagram for ilPageContentGUI:Public Member Functions | |
| ilPageContentGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id=0, $a_pc_id="") | |
| Constructor public. | |
| getHierId () | |
| get hierarchical id in dom object | |
| setHierId ($a_hier_id) | |
| get hierarchical id in dom object | |
| getBBMenu () | |
| Get the bb menu incl. | |
| delete () | |
| delete content element | |
| moveAfter () | |
| move content element after another element | |
| moveBefore () | |
| move content element before another element | |
| splitPage () | |
| split page to new page at specified position | |
| splitPageNext () | |
| split page to next page at specified position | |
| displayValidationError () | |
| display validation errors | |
| cancelCreate () | |
| cancel creating page content | |
| cancelUpdate () | |
| cancel update | |
| deactivate () | |
| gui function set enabled if is not enabled and vice versa | |
Data Fields | |
| $content_obj | |
| $ilias | |
| $tpl | |
| $lng | |
| $ctrl | |
| $pg_obj | |
| $hier_id | |
| $dom | |
| $updated | |
| $target_script | |
| $return_location | |
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)
Definition at line 34 of file class.ilPageContentGUI.php.
| ilPageContentGUI::cancelCreate | ( | ) |
cancel creating page content
Reimplemented in ilPCSourcecodeGUI.
Definition at line 365 of file class.ilPageContentGUI.php.
| ilPageContentGUI::cancelUpdate | ( | ) |
cancel update
Reimplemented in ilPCSourcecodeGUI.
Definition at line 373 of file class.ilPageContentGUI.php.
| ilPageContentGUI::deactivate | ( | ) |
gui function set enabled if is not enabled and vice versa
Definition at line 383 of file class.ilPageContentGUI.php.
References $_SESSION, $content_obj, and $updated.
| ilPageContentGUI::delete | ( | ) |
delete content element
Definition at line 155 of file class.ilPageContentGUI.php.
| ilPageContentGUI::displayValidationError | ( | ) |
display validation errors
Definition at line 340 of file class.ilPageContentGUI.php.
Referenced by ilPCMapGUI\create(), ilPCSourcecodeGUI\edit(), ilPCResourcesGUI\edit(), ilPCSectionGUI\edit(), ilPCTabsGUI\edit(), ilPCMapGUI\edit(), ilPCTableGUI\edit(), ilPCParagraphGUI\edit(), ilPCPluggedGUI\edit(), ilPCListGUI\edit(), ilPCFileListGUI\edit(), ilPCMediaObjectGUI\editAlias(), ilPCTableGUI\editCells(), ilPCDataTableGUI\editData(), ilPCFileListGUI\insert(), ilPCMapGUI\insert(), ilPCListGUI\insert(), ilPCMediaObjectGUI\insert(), ilPCSourcecodeGUI\insert(), ilPCDataTableGUI\insert(), ilPCTableGUI\insert(), ilPCFileItemGUI\newItemAfter(), ilPCFileItemGUI\newItemBefore(), and ilPCMapGUI\update().
Here is the caller graph for this function:| ilPageContentGUI::getBBMenu | ( | ) |
Get the bb menu incl.
script
Definition at line 112 of file class.ilPageContentGUI.php.
References $lng.
Referenced by ilPCParagraphGUI\edit(), and ilPCDataTableGUI\editData().
Here is the caller graph for this function:| ilPageContentGUI::getHierId | ( | ) |
get hierarchical id in dom object
Definition at line 96 of file class.ilPageContentGUI.php.
References $hier_id.
Referenced by ilPCMediaObjectGUI\centerAlign(), ilPCParagraphGUI\edit(), ilPCMediaObjectGUI\editAlias(), ilPCMediaObjectGUI\leftAlign(), ilPCMediaObjectGUI\leftFloatAlign(), ilPCMediaObjectGUI\rightAlign(), ilPCMediaObjectGUI\rightFloatAlign(), and ilPCMediaObjectGUI\saveAliasProperties().
Here is the caller graph for this function:| ilPageContentGUI::ilPageContentGUI | ( | & | $a_pg_obj, |
| & | $a_content_obj, | ||
$a_hier_id = 0, |
|||
$a_pc_id = "" |
|||
| ) |
Constructor public.
Definition at line 52 of file class.ilPageContentGUI.php.
References $ilCtrl, $ilias, $lng, and $tpl.
Referenced by ilPCDataTableGUI\ilPCDataTableGUI(), ilPCFileItemGUI\ilPCFileItemGUI(), ilPCFileListGUI\ilPCFileListGUI(), ilPCListGUI\ilPCListGUI(), ilPCListItemGUI\ilPCListItemGUI(), ilPCMapGUI\ilPCMapGUI(), ilPCMediaObjectGUI\ilPCMediaObjectGUI(), ilPCParagraphGUI\ilPCParagraphGUI(), ilPCPluggedGUI\ilPCPluggedGUI(), ilPCQuestionGUI\ilPCQuestionGUI(), ilPCResourcesGUI\ilPCResourcesGUI(), ilPCSectionGUI\ilPCSectionGUI(), ilPCSourcecodeGUI\ilPCSourcecodeGUI(), ilPCTableDataGUI\ilPCTableDataGUI(), ilPCTableGUI\ilPCTableGUI(), and ilPCTabsGUI\ilPCTabsGUI().
Here is the caller graph for this function:| ilPageContentGUI::moveAfter | ( | ) |
move content element after another element
Definition at line 172 of file class.ilPageContentGUI.php.
References $_SESSION, and $updated.
| ilPageContentGUI::moveBefore | ( | ) |
move content element before another element
Definition at line 229 of file class.ilPageContentGUI.php.
References $_SESSION, and $updated.
| ilPageContentGUI::setHierId | ( | $a_hier_id | ) |
get hierarchical id in dom object
Definition at line 104 of file class.ilPageContentGUI.php.
Referenced by ilPCDataTableGUI\create().
Here is the caller graph for this function:| ilPageContentGUI::splitPage | ( | ) |
split page to new page at specified position
Definition at line 285 of file class.ilPageContentGUI.php.
References $hier_id, $ilErr, and ilLMPageObject\_splitPage().
Here is the call graph for this function:| ilPageContentGUI::splitPageNext | ( | ) |
split page to next page at specified position
Definition at line 311 of file class.ilPageContentGUI.php.
References $hier_id, $ilErr, and ilLMPageObject\_splitPageNext().
Here is the call graph for this function:| ilPageContentGUI::$content_obj |
Definition at line 36 of file class.ilPageContentGUI.php.
Referenced by ilPCMediaObjectGUI\create(), and deactivate().
| ilPageContentGUI::$ctrl |
Definition at line 40 of file class.ilPageContentGUI.php.
| ilPageContentGUI::$dom |
Definition at line 43 of file class.ilPageContentGUI.php.
| ilPageContentGUI::$hier_id |
Definition at line 42 of file class.ilPageContentGUI.php.
Referenced by getHierId(), ilPCDataTableGUI\setClass(), ilPCDataTableGUI\setWidth(), splitPage(), and splitPageNext().
| ilPageContentGUI::$ilias |
Definition at line 37 of file class.ilPageContentGUI.php.
Referenced by ilPCParagraphGUI\edit(), and ilPageContentGUI().
| ilPageContentGUI::$lng |
Definition at line 39 of file class.ilPageContentGUI.php.
Referenced by ilPCDataTableGUI\create(), ilPCTableGUI\create(), ilPCResourcesGUI\edit(), ilPCSectionGUI\edit(), ilPCTabsGUI\edit(), ilPCMapGUI\edit(), ilPCTableGUI\edit(), ilPCPluggedGUI\edit(), ilPCTableGUI\editCells(), ilPCDataTableGUI\editData(), ilPCMediaObjectGUI\executeCommand(), getBBMenu(), ilPageContentGUI(), ilPCMapGUI\initForm(), ilPCDataTableGUI\insert(), ilPCTableGUI\insert(), ilPCMediaObjectGUI\insertFromPool(), ilPCParagraphGUI\insertHelp(), ilPCTableGUI\setTabs(), and ilPCDataTableGUI\update().
| ilPageContentGUI::$pg_obj |
Definition at line 41 of file class.ilPageContentGUI.php.
| ilPageContentGUI::$return_location |
Definition at line 46 of file class.ilPageContentGUI.php.
| ilPageContentGUI::$target_script |
Definition at line 45 of file class.ilPageContentGUI.php.
| ilPageContentGUI::$tpl |
Definition at line 38 of file class.ilPageContentGUI.php.
Referenced by ilPCMapGUI\create(), ilPCResourcesGUI\edit(), ilPCSectionGUI\edit(), ilPCTabsGUI\edit(), ilPCMapGUI\edit(), ilPCTableGUI\edit(), ilPCParagraphGUI\edit(), ilPCPluggedGUI\edit(), ilPCTableGUI\editCells(), ilPCDataTableGUI\editData(), ilPCMediaObjectGUI\executeCommand(), ilPageContentGUI(), ilPCMapGUI\insert(), ilPCDataTableGUI\insert(), ilPCTableGUI\insert(), ilPCMediaObjectGUI\insertFromPool(), ilPCMediaObjectGUI\poolSelection(), and ilPCMapGUI\update().
| ilPageContentGUI::$updated |
Definition at line 44 of file class.ilPageContentGUI.php.
Referenced by deactivate(), delete(), moveAfter(), and moveBefore().