ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...) More...
Public Member Functions | |
__construct ($a_pg_obj, $a_content_obj, $a_hier_id=0, $a_pc_id="") | |
Constructor public. More... | |
setContentObject ($a_val) | |
Set content object. More... | |
getContentObject () | |
Get content object. More... | |
setPage ($a_val) | |
Set page. More... | |
getPage () | |
Get page. More... | |
setPageConfig ($a_val) | |
Set Page Config. More... | |
getPageConfig () | |
Get Page Config. More... | |
setStyleId ($a_styleid) | |
Set Style Id. More... | |
getStyleId () | |
Get Style Id. More... | |
getStyle () | |
Get style object. More... | |
setCharacteristics ($a_chars) | |
Set Characteristics. More... | |
getCharacteristics () | |
Get characteristics. More... | |
getHierId () | |
get hierarchical id in dom object More... | |
setHierId ($a_hier_id) | |
get hierarchical id in dom object More... | |
getBBMenu ($a_ta_name="par_content") | |
Get the bb menu incl. More... | |
delete () | |
delete content element More... | |
moveAfter () | |
move content element after another element More... | |
moveBefore () | |
move content element before another element More... | |
splitPage () | |
split page to new page at specified position More... | |
splitPageNext () | |
split page to next page at specified position More... | |
displayValidationError () | |
display validation errors More... | |
cancelCreate () | |
cancel creating page content More... | |
cancelUpdate () | |
cancel update More... | |
cancel () | |
Cancel. More... | |
deactivate () | |
gui function set enabled if is not enabled and vice versa More... | |
cut () | |
Cut single element. More... | |
copy () | |
Copy single element. More... | |
getTemplateOptions ($a_type) | |
Get table templates. More... | |
Static Public Member Functions | |
static | _getCommonBBButtons () |
Get common bb buttons. More... | |
Data Fields | |
$content_obj | |
$ilias | |
$tpl | |
$lng | |
$ctrl | |
$pg_obj | |
$hier_id | |
$dom | |
$updated | |
$target_script | |
$return_location | |
$page_config = null | |
Static Public Attributes | |
static | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" |
Protected Member Functions | |
getCharacteristicsOfCurrentStyle ($a_type) | |
Get characteristics of current style. More... | |
Protected Attributes | |
$log | |
Static Protected Attributes | |
static | $common_bb_buttons |
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)
Definition at line 14 of file class.ilPageContentGUI.php.
ilPageContentGUI::__construct | ( | $a_pg_obj, | |
$a_content_obj, | |||
$a_hier_id = 0 , |
|||
$a_pc_id = "" |
|||
) |
Constructor public.
Definition at line 53 of file class.ilPageContentGUI.php.
References $ilCtrl, $ilias, $lng, $tpl, and ilLoggerFactory\getLogger().
|
static |
Get common bb buttons.
Definition at line 138 of file class.ilPageContentGUI.php.
Referenced by ilPageObjectGUI\getTinyMenu(), ilPCParagraph\handleAjaxContent(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), and ilPCParagraphGUI\xml2outputJS().
ilPageContentGUI::cancel | ( | ) |
Cancel.
Definition at line 572 of file class.ilPageContentGUI.php.
ilPageContentGUI::cancelCreate | ( | ) |
cancel creating page content
Definition at line 556 of file class.ilPageContentGUI.php.
ilPageContentGUI::cancelUpdate | ( | ) |
cancel update
Definition at line 564 of file class.ilPageContentGUI.php.
ilPageContentGUI::copy | ( | ) |
Copy single element.
Definition at line 629 of file class.ilPageContentGUI.php.
References $content_obj, $lng, array, and ilUtil\sendSuccess().
ilPageContentGUI::cut | ( | ) |
Cut single element.
Definition at line 606 of file class.ilPageContentGUI.php.
References $_SESSION, $content_obj, $lng, $updated, array, and ilUtil\sendSuccess().
ilPageContentGUI::deactivate | ( | ) |
gui function set enabled if is not enabled and vice versa
Definition at line 581 of file class.ilPageContentGUI.php.
References $_SESSION, $content_obj, and $updated.
ilPageContentGUI::delete | ( | ) |
delete content element
Definition at line 348 of file class.ilPageContentGUI.php.
References $_SESSION, and $updated.
ilPageContentGUI::displayValidationError | ( | ) |
display validation errors
Definition at line 531 of file class.ilPageContentGUI.php.
References $error, and ilUtil\sendFailure().
Referenced by ilPCMediaObjectGUI\changeObjectReference(), ilPCContentTemplateGUI\create(), ilPCMapGUI\create(), ilPCSourceCodeGUI\edit(), ilPCQuestionOverviewGUI\edit(), ilPCResourcesGUI\edit(), ilPCConsultationHoursGUI\edit(), ilPCAMDPageListGUI\edit(), ilPCBlogGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMyCoursesGUI\edit(), ilPCMapGUI\edit(), ilPCProfileGUI\edit(), ilPCVerificationGUI\edit(), ilPCListGUI\edit(), ilPCPluggedGUI\edit(), ilPCSkillsGUI\edit(), ilPCTableGUI\edit(), ilPCSectionGUI\edit(), ilPCParagraphGUI\edit(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilPCDataTableGUI\editData(), ilPCDataTableGUI\editDataCl(), ilPCBlogGUI\editPosting(), ilPCTabsGUI\editProperties(), ilPCMediaObjectGUI\editStyle(), ilPCTabsGUI\insert(), ilPCListGUI\insert(), ilPCAMDPageListGUI\insert(), ilPCConsultationHoursGUI\insert(), ilPCContentTemplateGUI\insert(), ilPCMyCoursesGUI\insert(), ilPCFileListGUI\insert(), ilPCBlogGUI\insert(), ilPCMapGUI\insert(), ilPCSkillsGUI\insert(), ilPCProfileGUI\insert(), ilPCVerificationGUI\insert(), ilPCSourceCodeGUI\insert(), ilPCQuestionGUI\insert(), ilPCInteractiveImageGUI\insert(), ilPCMediaObjectGUI\insert(), ilPCTableGUI\insert(), ilPCBlogGUI\insertPosting(), ilPCFileListGUI\newFileItem(), ilPCFileItemGUI\newItemAfter(), ilPCFileItemGUI\newItemBefore(), ilPCFileListGUI\selectFile(), and ilPCMapGUI\update().
ilPageContentGUI::getBBMenu | ( | $a_ta_name = "par_content" | ) |
Get the bb menu incl.
script
Definition at line 257 of file class.ilPageContentGUI.php.
References $ilCtrl, $lng, $mathJaxSetting, $style, array, defined, ilPCParagraphGUI\getCharStyleSelector(), ilInternalLinkGUI\getInitHTML(), getPageConfig(), getStyle(), getStyleId(), and ilPageEditorSettings\lookupSettingByParentType().
Referenced by ilPCParagraphGUI\edit(), and ilPCDataTableGUI\editDataCl().
ilPageContentGUI::getCharacteristics | ( | ) |
Get characteristics.
Definition at line 231 of file class.ilPageContentGUI.php.
References array.
Referenced by ilPCFileListGUI\checkStyleSelection(), ilPCMediaObjectGUI\checkStyleSelection(), ilPCTableGUI\editCellStyle(), ilPCMediaObjectGUI\editStyle(), ilPCSectionGUI\initForm(), ilPCListGUI\initListForm(), ilPCTableGUI\initPropertiesForm(), ilPCParagraphGUI\insertCharacteristicTable(), and ilPCParagraphGUI\insertStyleSelectionList().
|
protected |
Get characteristics of current style.
Definition at line 184 of file class.ilPageContentGUI.php.
References $a_type, $style, ilObject\_lookupType(), array, getStyleId(), and setCharacteristics().
Referenced by ilPCTableGUI\editCellStyle(), ilPCFileListGUI\executeCommand(), ilPCDataTableGUI\executeCommand(), ilPCTableGUI\executeCommand(), ilPCMediaObjectGUI\executeCommand(), ilPCSectionGUI\executeCommand(), ilPCParagraphGUI\executeCommand(), ilPCListGUI\initListForm(), and ilPCTableGUI\initPropertiesForm().
ilPageContentGUI::getContentObject | ( | ) |
Get content object.
Definition at line 90 of file class.ilPageContentGUI.php.
References $content_obj.
ilPageContentGUI::getHierId | ( | ) |
get hierarchical id in dom object
Definition at line 241 of file class.ilPageContentGUI.php.
References $hier_id.
Referenced by ilPCInteractiveImageGUI\centerAlign(), ilPCMediaObjectGUI\centerAlign(), ilPCParagraphGUI\determineCharacteristic(), ilPCMediaObjectGUI\getAliasValues(), ilPCMediaObjectGUI\initAliasForm(), ilPCInteractiveImageGUI\initForm(), ilPCInteractiveImageGUI\leftAlign(), ilPCMediaObjectGUI\leftAlign(), ilPCInteractiveImageGUI\leftFloatAlign(), ilPCMediaObjectGUI\leftFloatAlign(), ilPCInteractiveImageGUI\rightAlign(), ilPCMediaObjectGUI\rightAlign(), ilPCInteractiveImageGUI\rightFloatAlign(), ilPCMediaObjectGUI\rightFloatAlign(), ilPCMediaObjectGUI\saveAliasProperties(), and ilPCInteractiveImageGUI\update().
ilPageContentGUI::getPage | ( | ) |
Get page.
Definition at line 110 of file class.ilPageContentGUI.php.
References $pg_obj.
Referenced by ilPCLoginPageElementGUI\__construct(), ilPCQuestionGUI\copyQuestion(), ilPCListGUI\create(), ilPCPlaceHolderGUI\create(), ilPCContentTemplateGUI\create(), ilPCQuestionOverviewGUI\create(), ilPCContentIncludeGUI\create(), ilPCMyCoursesGUI\create(), ilPCBlogGUI\create(), ilPCLoginPageElementGUI\create(), ilPCAMDPageListGUI\create(), ilPCVerificationGUI\create(), ilPCConsultationHoursGUI\create(), ilPCResourcesGUI\create(), ilPCMapGUI\create(), ilPCSkillsGUI\create(), ilPCSourceCodeGUI\create(), ilPCProfileGUI\create(), ilPCQuestionGUI\create(), ilPCInteractiveImageGUI\create(), ilPCFileListGUI\create(), ilPCSectionGUI\create(), ilPCTabsGUI\create(), ilPCMediaObjectGUI\create(), ilPCParagraphGUI\create(), ilPCPluggedGUI\createElement(), ilPCParagraphGUI\createJS(), ilPCDataTableGUI\getNewTableObject(), ilPCTableGUI\getNewTableObject(), ilPCContentTemplateGUI\initForm(), and ilPCAMDPageListGUI\initForm().
ilPageContentGUI::getPageConfig | ( | ) |
Get Page Config.
Definition at line 130 of file class.ilPageContentGUI.php.
References $page_config.
Referenced by ilPCSkillsGUI\create(), ilPCSkillsGUI\edit(), ilPCPlaceHolderGUI\edit(), ilPCDataTableGUI\editData(), ilPCQuestionGUI\feedback(), ilPCPlaceHolderGUI\getAvailableTypes(), getBBMenu(), ilPCConsultationHoursGUI\initForm(), ilPCProfileGUI\initForm(), ilPCSectionGUI\initForm(), ilPCSkillsGUI\insert(), ilPCParagraphGUI\insertHelp(), ilPCPlaceHolderGUI\insertPCText(), ilPCSectionGUI\setValuesFromForm(), and ilPCSkillsGUI\update().
ilPageContentGUI::getStyle | ( | ) |
Get style object.
Definition at line 167 of file class.ilPageContentGUI.php.
References $style, ilObject\_lookupType(), and getStyleId().
Referenced by getBBMenu(), and getTemplateOptions().
ilPageContentGUI::getStyleId | ( | ) |
Get Style Id.
Definition at line 159 of file class.ilPageContentGUI.php.
Referenced by ilPCDataTableGUI\editData(), getBBMenu(), getCharacteristicsOfCurrentStyle(), ilPCTabsGUI\getFormValues(), ilPCTableGUI\getPropertiesFormValues(), getStyle(), and ilPCTableGUI\renderTable().
ilPageContentGUI::getTemplateOptions | ( | $a_type | ) |
Get table templates.
Definition at line 645 of file class.ilPageContentGUI.php.
References $a_type, $options, $style, $t, array, and getStyle().
Referenced by ilPCTabsGUI\initForm().
ilPageContentGUI::moveAfter | ( | ) |
move content element after another element
Definition at line 365 of file class.ilPageContentGUI.php.
References $_POST, $_SESSION, and $updated.
ilPageContentGUI::moveBefore | ( | ) |
move content element before another element
Definition at line 422 of file class.ilPageContentGUI.php.
References $_POST, $_SESSION, and $updated.
ilPageContentGUI::setCharacteristics | ( | $a_chars | ) |
Set Characteristics.
Definition at line 223 of file class.ilPageContentGUI.php.
Referenced by ilPCParagraphGUI\__construct(), ilPCFileListGUI\__construct(), ilPCTableGUI\__construct(), ilPCDataTableGUI\__construct(), ilPCMediaObjectGUI\__construct(), ilPCSectionGUI\__construct(), getCharacteristicsOfCurrentStyle(), and ilPCTableGUI\setBasicTableCellStyles().
ilPageContentGUI::setContentObject | ( | $a_val | ) |
Set content object.
object | $a_val | content object |
Definition at line 80 of file class.ilPageContentGUI.php.
ilPageContentGUI::setHierId | ( | $a_hier_id | ) |
get hierarchical id in dom object
Definition at line 249 of file class.ilPageContentGUI.php.
Referenced by ilPCTabsGUI\afterCreation(), ilPCDataTableGUI\afterCreation(), ilPCInteractiveImageGUI\create(), and ilPCMediaObjectGUI\create().
ilPageContentGUI::setPage | ( | $a_val | ) |
Set page.
object | $a_val | page object |
Definition at line 100 of file class.ilPageContentGUI.php.
ilPageContentGUI::setPageConfig | ( | $a_val | ) |
Set Page Config.
object | Page Config |
Definition at line 120 of file class.ilPageContentGUI.php.
ilPageContentGUI::setStyleId | ( | $a_styleid | ) |
Set Style Id.
int | $a_styleid | Style Id |
Definition at line 149 of file class.ilPageContentGUI.php.
ilPageContentGUI::splitPage | ( | ) |
split page to new page at specified position
Definition at line 478 of file class.ilPageContentGUI.php.
References $hier_id, $ilErr, and ilLMPageObject\_splitPage().
ilPageContentGUI::splitPageNext | ( | ) |
split page to next page at specified position
Definition at line 503 of file class.ilPageContentGUI.php.
References $hier_id, $ilErr, and ilLMPageObject\_splitPageNext().
|
staticprotected |
Definition at line 41 of file class.ilPageContentGUI.php.
ilPageContentGUI::$content_obj |
Definition at line 16 of file class.ilPageContentGUI.php.
Referenced by copy(), ilPCMediaObjectGUI\create(), cut(), deactivate(), getContentObject(), and ilPCTabsGUI\setPropertiesByForm().
ilPageContentGUI::$ctrl |
Definition at line 24 of file class.ilPageContentGUI.php.
ilPageContentGUI::$dom |
Definition at line 27 of file class.ilPageContentGUI.php.
ilPageContentGUI::$hier_id |
Definition at line 26 of file class.ilPageContentGUI.php.
Referenced by ilPCQuestionGUI\create(), getHierId(), splitPage(), and splitPageNext().
ilPageContentGUI::$ilias |
Definition at line 17 of file class.ilPageContentGUI.php.
Referenced by __construct(), and ilPCParagraphGUI\editMultipleJS().
ilPageContentGUI::$lng |
Definition at line 19 of file class.ilPageContentGUI.php.
Referenced by __construct(), ilPCTableGUI\_addAlignmentCheckboxes(), ilPCTableGUI\_addSpanInputs(), ilPCTableGUI\_addStyleCheckboxes(), ilPCTableGUI\_addWidthInputs(), ilPCParagraphGUI\_getStandardCharacteristics(), ilPCSectionGUI\_getStandardCharacteristics(), ilPCInteractiveImageGUI\addPopup(), ilPCTabsGUI\addTab(), ilPCMediaObjectGUI\changeObjectReference(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPCTabsGUI\confirmTabsDeletion(), copy(), ilPCListGUI\create(), ilPCContentIncludeGUI\create(), ilPCQuestionGUI\create(), ilPCInteractiveImageGUI\create(), ilPCTabsGUI\create(), ilPCMediaObjectGUI\create(), ilPCTableGUI\create(), ilPCFileListGUI\createFileItem(), cut(), ilPCInteractiveImageGUI\deleteOverlays(), ilPCInteractiveImageGUI\deletePopups(), ilPCQuestionOverviewGUI\edit(), ilPCResourcesGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMapGUI\edit(), ilPCPluggedGUI\edit(), ilPCTableGUI\edit(), ilPCTabsGUI\edit(), ilPCInteractiveImageGUI\editBaseImage(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilPCDataTableGUI\editData(), ilPCDataTableGUI\editDataCl(), ilPCFileListGUI\editFiles(), ilPCTabsGUI\editProperties(), ilPCMediaObjectGUI\editStyle(), ilPCInteractiveImageGUI\executeCommand(), ilPCQuestionGUI\executeCommand(), ilPCPluggedGUI\executeCommand(), ilPCMediaObjectGUI\executeCommand(), ilPCMediaObjectGUI\getAliasValues(), getBBMenu(), ilPCParagraphGUI\getCharStyleSelector(), ilPCInteractiveImageGUI\getTabs(), ilPCPlaceHolderGUI\getTypeCaptions(), ilPCFileItemGUI\initAddFileForm(), ilPCInteractiveImageGUI\initAddOverlaysForm(), ilPCMediaObjectGUI\initAliasForm(), ilPCFileListGUI\initEditForm(), ilPCContentTemplateGUI\initForm(), ilPCTabsGUI\initForm(), ilPCConsultationHoursGUI\initForm(), ilPCBlogGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCMapGUI\initForm(), ilPCSectionGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCInteractiveImageGUI\initForm(), ilPCListGUI\initListForm(), ilPCTableGUI\initPropertiesForm(), ilPCQuestionGUI\insert(), ilPCInteractiveImageGUI\insert(), ilPCMediaObjectGUI\insert(), ilPCTableGUI\insert(), ilPCContentIncludeGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ilPCQuestionGUI\insertFromPool(), ilPCParagraphGUI\insertHelp(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilPCInteractiveImageGUI\listContentPopups(), ilPCInteractiveImageGUI\listOverlayImages(), ilPCQuestionGUI\listPoolQuestions(), ilPCFileItemGUI\newFileItem(), ilPCPlaceHolderGUI\propertyGUI(), ilPCInteractiveImageGUI\savePopups(), ilPCListGUI\saveProperties(), ilPCTabsGUI\saveTabs(), ilPCMediaObjectGUI\selectObjectReference(), ilPCTableGUI\setAlignment(), ilPCTableGUI\setCellPropertiesSubTabs(), ilPCQuestionGUI\setInsertTabs(), ilPCTableGUI\setSpans(), ilPCTableGUI\setStyles(), ilPCTableGUI\setTabs(), ilPCQuestionGUI\setTabs(), ilPCFileListGUI\setTabs(), ilPCTabsGUI\setTabs(), ilPCTableGUI\setWidths(), ilPCPlaceHolderGUI\textCOSelectionGUI(), ilPCDataTableGUI\update(), ilPCInteractiveImageGUI\update(), ilPCDataTableGUI\updateJS(), and ilPCInteractiveImageGUI\uploadOverlayImages().
|
protected |
Definition at line 36 of file class.ilPageContentGUI.php.
ilPageContentGUI::$page_config = null |
Definition at line 31 of file class.ilPageContentGUI.php.
Referenced by getPageConfig().
ilPageContentGUI::$pg_obj |
Definition at line 25 of file class.ilPageContentGUI.php.
Referenced by getPage().
ilPageContentGUI::$return_location |
Definition at line 30 of file class.ilPageContentGUI.php.
|
static |
Definition at line 38 of file class.ilPageContentGUI.php.
ilPageContentGUI::$target_script |
Definition at line 29 of file class.ilPageContentGUI.php.
ilPageContentGUI::$tpl |
Definition at line 18 of file class.ilPageContentGUI.php.
Referenced by __construct(), ilPCInteractiveImageGUI\addOverlayImages(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPCTabsGUI\confirmTabsDeletion(), ilPCListGUI\create(), ilPCContentTemplateGUI\create(), ilPCMapGUI\create(), ilPCQuestionOverviewGUI\edit(), ilPCResourcesGUI\edit(), ilPCConsultationHoursGUI\edit(), ilPCAMDPageListGUI\edit(), ilPCBlogGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMyCoursesGUI\edit(), ilPCMapGUI\edit(), ilPCVerificationGUI\edit(), ilPCProfileGUI\edit(), ilPCPluggedGUI\edit(), ilPCSkillsGUI\edit(), ilPCTableGUI\edit(), ilPCSectionGUI\edit(), ilPCParagraphGUI\edit(), ilPCInteractiveImageGUI\edit(), ilPCTabsGUI\edit(), ilPCMediaObjectGUI\editAlias(), ilPCInteractiveImageGUI\editBaseImage(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilPCDataTableGUI\editDataCl(), ilPCFileListGUI\editFiles(), ilPCBlogGUI\editPosting(), ilPCTabsGUI\editProperties(), ilPCMediaObjectGUI\editStyle(), ilPCInteractiveImageGUI\executeCommand(), ilPCQuestionGUI\executeCommand(), ilPCMediaObjectGUI\executeCommand(), ilPCListGUI\getValues(), ilPCTabsGUI\initForm(), ilPCTableGUI\initPropertiesForm(), ilPCTabsGUI\insert(), ilPCConsultationHoursGUI\insert(), ilPCMyCoursesGUI\insert(), ilPCAMDPageListGUI\insert(), ilPCContentTemplateGUI\insert(), ilPCBlogGUI\insert(), ilPCMapGUI\insert(), ilPCVerificationGUI\insert(), ilPCSkillsGUI\insert(), ilPCProfileGUI\insert(), ilPCInteractiveImageGUI\insert(), ilPCMediaObjectGUI\insert(), ilPCTableGUI\insert(), ilPCContentIncludeGUI\insertFromPool(), ilPCMediaObjectGUI\insertFromPool(), ilPCQuestionGUI\insertFromPool(), ilPCFileListGUI\insertFromRepository(), ilPCFileItemGUI\insertFromRepository(), ilPCFileListGUI\insertFromWorkspace(), ilPCFileItemGUI\insertFromWorkspace(), ilPCBlogGUI\insertPosting(), ilPCResourcesGUI\insertResourcesIntoPageContent(), ilPCInteractiveImageGUI\listContentPopups(), ilPCInteractiveImageGUI\listOverlayImages(), ilPCQuestionGUI\listPoolQuestions(), ilPCContentIncludeGUI\poolSelection(), ilPCMediaObjectGUI\poolSelection(), ilPCQuestionGUI\poolSelection(), ilPCListGUI\saveProperties(), and ilPCMapGUI\update().
ilPageContentGUI::$updated |
Definition at line 28 of file class.ilPageContentGUI.php.
Referenced by cut(), deactivate(), delete(), moveAfter(), and moveBefore().