ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 | |
$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 | |
$error | |
$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 57 of file class.ilPageContentGUI.php.
References $DIC, $ilCtrl, $lng, $tpl, and ilLoggerFactory\getLogger().
|
static |
Get common bb buttons.
Definition at line 145 of file class.ilPageContentGUI.php.
Referenced by ilPageObjectGUI\getTinyMenu(), ilPCParagraph\handleAjaxContent(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), and ilPCParagraphGUI\xml2outputJS().
ilPageContentGUI::cancel | ( | ) |
Cancel.
Definition at line 556 of file class.ilPageContentGUI.php.
ilPageContentGUI::cancelCreate | ( | ) |
cancel creating page content
Definition at line 540 of file class.ilPageContentGUI.php.
ilPageContentGUI::cancelUpdate | ( | ) |
cancel update
Definition at line 548 of file class.ilPageContentGUI.php.
ilPageContentGUI::copy | ( | ) |
Copy single element.
Definition at line 609 of file class.ilPageContentGUI.php.
References $content_obj, $lng, and array.
ilPageContentGUI::cut | ( | ) |
Cut single element.
Definition at line 588 of file class.ilPageContentGUI.php.
References $_SESSION, $content_obj, $lng, $updated, and array.
ilPageContentGUI::deactivate | ( | ) |
gui function set enabled if is not enabled and vice versa
Definition at line 565 of file class.ilPageContentGUI.php.
References $_SESSION, $content_obj, and $updated.
ilPageContentGUI::delete | ( | ) |
delete content element
Definition at line 346 of file class.ilPageContentGUI.php.
References $_SESSION, and $updated.
ilPageContentGUI::displayValidationError | ( | ) |
display validation errors
Definition at line 520 of file class.ilPageContentGUI.php.
References $error, and ilUtil\sendFailure().
Referenced by ilPCMediaObjectGUI\changeObjectReference(), ilPCContentTemplateGUI\create(), ilPCMapGUI\create(), ilPCSourceCodeGUI\edit(), ilPCQuestionOverviewGUI\edit(), ilPCAMDPageListGUI\edit(), ilPCResourcesGUI\edit(), ilPCMyCoursesGUI\edit(), ilPCConsultationHoursGUI\edit(), ilPCBlogGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMapGUI\edit(), ilPCProfileGUI\edit(), ilPCListGUI\edit(), ilPCVerificationGUI\edit(), ilPCSkillsGUI\edit(), ilPCSectionGUI\edit(), ilPCPluggedGUI\edit(), ilPCParagraphGUI\edit(), ilPCTableGUI\edit(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilPCDataTableGUI\editData(), ilPCDataTableGUI\editDataCl(), ilPCBlogGUI\editPosting(), ilPCGridGUI\editProperties(), ilPCTabsGUI\editProperties(), ilPCMediaObjectGUI\editStyle(), ilPCAMDPageListGUI\insert(), ilPCListGUI\insert(), ilPCMyCoursesGUI\insert(), ilPCContentTemplateGUI\insert(), ilPCGridGUI\insert(), ilPCConsultationHoursGUI\insert(), ilPCBlogGUI\insert(), ilPCTabsGUI\insert(), ilPCMapGUI\insert(), ilPCProfileGUI\insert(), ilPCSkillsGUI\insert(), ilPCVerificationGUI\insert(), ilPCFileListGUI\insert(), ilPCSourceCodeGUI\insert(), ilPCInteractiveImageGUI\insert(), ilPCQuestionGUI\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 254 of file class.ilPageContentGUI.php.
References $ctrl, $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 228 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 189 of file class.ilPageContentGUI.php.
References $a_type, $style, ilObject\_lookupType(), array, getStyleId(), and setCharacteristics().
Referenced by ilPCTableGUI\editCellStyle(), ilPCDataTableGUI\executeCommand(), ilPCTableGUI\executeCommand(), ilPCFileListGUI\executeCommand(), ilPCSectionGUI\executeCommand(), ilPCMediaObjectGUI\executeCommand(), ilPCParagraphGUI\executeCommand(), ilPCListGUI\initListForm(), and ilPCTableGUI\initPropertiesForm().
ilPageContentGUI::getContentObject | ( | ) |
Get content object.
Definition at line 97 of file class.ilPageContentGUI.php.
References $content_obj.
ilPageContentGUI::getHierId | ( | ) |
get hierarchical id in dom object
Definition at line 238 of file class.ilPageContentGUI.php.
References $hier_id.
Referenced by ilPCInteractiveImageGUI\centerAlign(), ilPCMediaObjectGUI\centerAlign(), ilPCMediaObjectGUI\checkFixSize(), ilPCParagraphGUI\determineCharacteristic(), ilPCDataTableGUI\editData(), ilPCDataTableGUI\editDataCl(), 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 117 of file class.ilPageContentGUI.php.
References $pg_obj.
Referenced by ilPCLoginPageElementGUI\__construct(), ilPCQuestionGUI\copyQuestion(), ilPCListGUI\create(), ilPCPlaceHolderGUI\create(), ilPCContentTemplateGUI\create(), ilPCQuestionOverviewGUI\create(), ilPCGridGUI\create(), ilPCMyCoursesGUI\create(), ilPCBlogGUI\create(), ilPCAMDPageListGUI\create(), ilPCLoginPageElementGUI\create(), ilPCContentIncludeGUI\create(), ilPCConsultationHoursGUI\create(), ilPCVerificationGUI\create(), ilPCSkillsGUI\create(), ilPCResourcesGUI\create(), ilPCSourceCodeGUI\create(), ilPCMapGUI\create(), ilPCProfileGUI\create(), ilPCFileListGUI\create(), ilPCQuestionGUI\create(), ilPCInteractiveImageGUI\create(), ilPCSectionGUI\create(), ilPCTabsGUI\create(), ilPCMediaObjectGUI\create(), ilPCParagraphGUI\create(), ilPCPluggedGUI\createElement(), ilPCParagraphGUI\createJS(), ilPCPluggedGUI\edit(), ilPCPluggedGUI\executeCommand(), ilPCDataTableGUI\getNewTableObject(), ilPCTableGUI\getNewTableObject(), ilPCContentTemplateGUI\initForm(), and ilPCAMDPageListGUI\initForm().
ilPageContentGUI::getPageConfig | ( | ) |
Get Page Config.
Definition at line 137 of file class.ilPageContentGUI.php.
References $page_config.
Referenced by ilPCSkillsGUI\create(), ilPCPlaceHolderGUI\edit(), ilPCSkillsGUI\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 174 of file class.ilPageContentGUI.php.
References $style, ilObject\_lookupType(), and getStyleId().
Referenced by getBBMenu(), and getTemplateOptions().
ilPageContentGUI::getStyleId | ( | ) |
Get Style Id.
Definition at line 166 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 625 of file class.ilPageContentGUI.php.
References $a_type, $options, $style, $t, array, and getStyle().
Referenced by ilPCTabsGUI\initForm().
ilPageContentGUI::moveAfter | ( | ) |
ilPageContentGUI::moveBefore | ( | ) |
ilPageContentGUI::setCharacteristics | ( | $a_chars | ) |
Set Characteristics.
Definition at line 220 of file class.ilPageContentGUI.php.
Referenced by ilPCSectionGUI\__construct(), ilPCParagraphGUI\__construct(), ilPCDataTableGUI\__construct(), ilPCTableGUI\__construct(), ilPCMediaObjectGUI\__construct(), ilPCFileListGUI\__construct(), getCharacteristicsOfCurrentStyle(), and ilPCTableGUI\setBasicTableCellStyles().
ilPageContentGUI::setContentObject | ( | $a_val | ) |
Set content object.
object | $a_val | content object |
Definition at line 87 of file class.ilPageContentGUI.php.
ilPageContentGUI::setHierId | ( | $a_hier_id | ) |
get hierarchical id in dom object
Definition at line 246 of file class.ilPageContentGUI.php.
Referenced by ilPCGridGUI\afterCreation(), ilPCTabsGUI\afterCreation(), ilPCDataTableGUI\afterCreation(), ilPCInteractiveImageGUI\create(), and ilPCMediaObjectGUI\create().
ilPageContentGUI::setPage | ( | $a_val | ) |
Set page.
object | $a_val | page object |
Definition at line 107 of file class.ilPageContentGUI.php.
ilPageContentGUI::setPageConfig | ( | $a_val | ) |
Set Page Config.
object | Page Config |
Definition at line 127 of file class.ilPageContentGUI.php.
ilPageContentGUI::setStyleId | ( | $a_styleid | ) |
Set Style Id.
int | $a_styleid | Style Id |
Definition at line 156 of file class.ilPageContentGUI.php.
ilPageContentGUI::splitPage | ( | ) |
split page to new page at specified position
Definition at line 469 of file class.ilPageContentGUI.php.
References $error, $hier_id, $ilErr, and ilLMPageObject\_splitPage().
ilPageContentGUI::splitPageNext | ( | ) |
split page to next page at specified position
Definition at line 494 of file class.ilPageContentGUI.php.
References $error, $hier_id, $ilErr, and ilLMPageObject\_splitPageNext().
|
staticprotected |
Definition at line 45 of file class.ilPageContentGUI.php.
ilPageContentGUI::$content_obj |
Definition at line 21 of file class.ilPageContentGUI.php.
Referenced by copy(), ilPCMediaObjectGUI\create(), cut(), deactivate(), getContentObject(), and ilPCTabsGUI\setPropertiesByForm().
ilPageContentGUI::$ctrl |
Definition at line 28 of file class.ilPageContentGUI.php.
Referenced by ilPCFileListGUI\addFileItem(), ilPCInteractiveImageGUI\addPopup(), ilPCTabsGUI\addTab(), ilPCTabsGUI\afterCreation(), ilPCDataTableGUI\afterCreation(), ilPCTabsGUI\cancelTabDeletion(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPCTabsGUI\confirmTabsDeletion(), ilPCQuestionGUI\copyQuestion(), ilPCListGUI\create(), ilPCContentIncludeGUI\create(), ilPCInteractiveImageGUI\create(), ilPCParagraphGUI\createJS(), ilPCGridGUI\deleteCells(), ilPCFileListGUI\deleteFileItem(), ilPCInteractiveImageGUI\deleteOverlays(), ilPCInteractiveImageGUI\deletePopups(), ilPCTabsGUI\deleteTabs(), ilPCQuestionOverviewGUI\edit(), ilPCResourcesGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMapGUI\edit(), ilPCPluggedGUI\edit(), ilPCTableGUI\edit(), ilPCInteractiveImageGUI\edit(), ilPCQuestionGUI\edit(), ilPCTabsGUI\edit(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellSpan(), ilPCTableGUI\editCellStyle(), ilPCTableGUI\editCellWidth(), ilPCDataTableGUI\editData(), ilPCDataTableGUI\editDataCl(), ilPCFileListGUI\editFiles(), ilPCTabsGUI\editProperties(), ilPCQuestionGUI\executeCommand(), ilPCPluggedGUI\executeCommand(), ilPCQuestionGUI\feedback(), getBBMenu(), ilPCInteractiveImageGUI\getTabs(), ilPCFileItemGUI\initAddFileForm(), ilPCInteractiveImageGUI\initAddOverlaysForm(), ilPCFileListGUI\initEditForm(), ilPCContentTemplateGUI\initForm(), ilPCAMDPageListGUI\initForm(), ilPCMyCoursesGUI\initForm(), ilPCConsultationHoursGUI\initForm(), ilPCBlogGUI\initForm(), ilPCTabsGUI\initForm(), ilPCProfileGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCMapGUI\initForm(), ilPCSectionGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCInteractiveImageGUI\initForm(), ilPCBlogGUI\initPostingForm(), ilPCTableGUI\initPropertiesForm(), ilPCInteractiveImageGUI\insert(), ilPCQuestionGUI\insert(), ilPCTableGUI\insert(), ilPCContentIncludeGUI\insertFromPool(), ilPCQuestionGUI\insertFromPool(), ilPCFileListGUI\insertFromRepository(), ilPCFileItemGUI\insertFromRepository(), ilPCFileListGUI\insertFromWorkspace(), ilPCFileItemGUI\insertFromWorkspace(), ilPCInteractiveImageGUI\listContentPopups(), ilPCInteractiveImageGUI\listOverlayImages(), ilPCQuestionGUI\listPoolQuestions(), ilPCContentIncludeGUI\poolSelection(), ilPCQuestionGUI\poolSelection(), ilPCParagraphGUI\saveJS(), ilPCInteractiveImageGUI\savePopups(), ilPCFileListGUI\savePositions(), ilPCFileListGUI\savePositionsAndClasses(), ilPCListGUI\saveProperties(), ilPCTabsGUI\saveTabs(), ilPCContentIncludeGUI\selectPool(), ilPCQuestionGUI\selectPool(), ilPCTableGUI\setCellPropertiesSubTabs(), ilPCQuestionGUI\setInsertTabs(), ilPCFileListGUI\setItemTabs(), ilPCTableGUI\setTabs(), ilPCDataTableGUI\setTabs(), ilPCFileItemGUI\setTabs(), ilPCQuestionGUI\setTabs(), ilPCFileListGUI\setTabs(), ilPCTabsGUI\setTabs(), ilPCDataTableGUI\tableAction(), ilPCInteractiveImageGUI\update(), ilPCDataTableGUI\updateJS(), and ilPCInteractiveImageGUI\uploadOverlayImages().
ilPageContentGUI::$dom |
Definition at line 31 of file class.ilPageContentGUI.php.
|
protected |
Definition at line 19 of file class.ilPageContentGUI.php.
Referenced by displayValidationError(), moveAfter(), moveBefore(), splitPage(), and splitPageNext().
ilPageContentGUI::$hier_id |
Definition at line 30 of file class.ilPageContentGUI.php.
Referenced by ilPCQuestionGUI\create(), getHierId(), splitPage(), and splitPageNext().
ilPageContentGUI::$lng |
Definition at line 23 of file class.ilPageContentGUI.php.
Referenced by __construct(), ilPCTableGUI\_addAlignmentCheckboxes(), ilPCTableGUI\_addSpanInputs(), ilPCTableGUI\_addStyleCheckboxes(), ilPCTableGUI\_addWidthInputs(), ilPCSectionGUI\_getStandardCharacteristics(), ilPCParagraphGUI\_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(), ilPCConsultationHoursGUI\initForm(), ilPCBlogGUI\initForm(), ilPCTabsGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCMapGUI\initForm(), ilPCSectionGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCInteractiveImageGUI\initForm(), ilPCListGUI\initListForm(), ilPCTableGUI\initPropertiesForm(), ilPCInteractiveImageGUI\insert(), ilPCQuestionGUI\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(), ilPCFileListGUI\setTabs(), ilPCQuestionGUI\setTabs(), ilPCTabsGUI\setTabs(), ilPCTableGUI\setWidths(), ilPCPlaceHolderGUI\textCOSelectionGUI(), ilPCDataTableGUI\update(), ilPCInteractiveImageGUI\update(), ilPCDataTableGUI\updateJS(), and ilPCInteractiveImageGUI\uploadOverlayImages().
|
protected |
Definition at line 40 of file class.ilPageContentGUI.php.
ilPageContentGUI::$page_config = null |
Definition at line 35 of file class.ilPageContentGUI.php.
Referenced by getPageConfig().
ilPageContentGUI::$pg_obj |
Definition at line 29 of file class.ilPageContentGUI.php.
Referenced by getPage().
ilPageContentGUI::$return_location |
Definition at line 34 of file class.ilPageContentGUI.php.
|
static |
Definition at line 42 of file class.ilPageContentGUI.php.
ilPageContentGUI::$target_script |
Definition at line 33 of file class.ilPageContentGUI.php.
ilPageContentGUI::$tpl |
Definition at line 22 of file class.ilPageContentGUI.php.
Referenced by __construct(), ilPCInteractiveImageGUI\addOverlayImages(), ilPCInteractiveImageGUI\confirmDeleteOverlays(), ilPCInteractiveImageGUI\confirmPopupDeletion(), ilPCTabsGUI\confirmTabsDeletion(), ilPCListGUI\create(), ilPCContentTemplateGUI\create(), ilPCMapGUI\create(), ilPCQuestionOverviewGUI\edit(), ilPCAMDPageListGUI\edit(), ilPCResourcesGUI\edit(), ilPCMyCoursesGUI\edit(), ilPCConsultationHoursGUI\edit(), ilPCBlogGUI\edit(), ilPCLoginPageElementGUI\edit(), ilPCMapGUI\edit(), ilPCProfileGUI\edit(), ilPCVerificationGUI\edit(), ilPCSkillsGUI\edit(), ilPCSectionGUI\edit(), ilPCPluggedGUI\edit(), ilPCParagraphGUI\edit(), ilPCTableGUI\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(), ilPCMyCoursesGUI\insert(), ilPCAMDPageListGUI\insert(), ilPCContentTemplateGUI\insert(), ilPCConsultationHoursGUI\insert(), ilPCBlogGUI\insert(), ilPCTabsGUI\insert(), ilPCMapGUI\insert(), ilPCProfileGUI\insert(), ilPCVerificationGUI\insert(), ilPCSkillsGUI\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 32 of file class.ilPageContentGUI.php.
Referenced by cut(), deactivate(), delete(), moveAfter(), and moveBefore().