|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilPCAMDFormGUI:
Collaboration diagram for ilPCAMDFormGUI:Public Member Functions | |
| __construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id, string $a_pc_id="") | |
| executeCommand () | |
| insert (Form\Standard $form=null) | |
| edit () | |
| editTemplate (Form\Standard $form=null) | |
| getTemplateForm (bool $edit=false) | |
| create_amdfrm () | |
| create () | |
| update () | |
| editPortfolio (?ilPropertyFormGUI $form=null) | |
| Edit courses form. More... | |
| getPortfolioForm (bool $edit=false) | |
| updateAdvancedMetaData () | |
Public Member Functions inherited from ilPageContentGUI | |
| __construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id="", string $a_pc_id="0") | |
| setContentObject (ilPageContent $a_val) | |
| getContentObject () | |
| setPage (ilPageObject $a_val) | |
| getPage () | |
| setPageConfig (ilPageConfig $a_val) | |
| getPageConfig () | |
| setStyleId (int $a_styleid) | |
| getStyleId () | |
| getStyle () | |
| getCharacteristicsOfCurrentStyle (array $a_type) | |
| Get characteristics of current style and call setCharacteristics, if style is given. More... | |
| setCharacteristics (array $a_chars) | |
| getCharacteristics () | |
| getHierId () | |
| setHierId (string $a_hier_id) | |
| set hierarchical id in dom object More... | |
| delete () | |
| displayValidationError () | |
| 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 (string $a_type="") | |
| Get table templates. More... | |
Protected Member Functions | |
| isTemplate () | |
| getRecordIdsFromForm (Form\Standard $form) | |
| getAdvRecords () | |
Protected Member Functions inherited from ilPageContentGUI | |
| redirectToParent (string $hier_id="") | |
| getParentReturn (string $hier_id="") | |
| updateAndReturn () | |
| setCurrentTextLang (string $lang_key) | |
| getCurrentTextLang () | |
| setEditorToolContext () | |
| initEditor () | |
| getEditorScriptTag (string $form_pc_id="", string $form_cname="") | |
Protected Attributes | |
| ilAdvancedMDRecordGUI | $record_gui |
| ILIAS DI UIServices | $ui |
| StandardGUIRequest | $port_request |
| ServerRequestInterface | $http_request |
Protected Attributes inherited from ilPageContentGUI | |
| ILIAS COPage Editor GUIService | $editor_gui |
| ILIAS COPage InternalGUIService | $gui |
| EditSessionRepository | $edit_repo |
| string | $pc_id = "" |
| array | $chars |
| ilObjStyleSheet | $style = null |
| LOMServices | $lom_services |
| ilLogger | $log |
| int | $styleid = 0 |
| EditGUIRequest | $request |
| string | $sub_command = "" |
| int | $requested_ref_id = 0 |
| ILIAS GlobalScreen ScreenContext ContextServices | $tool_context |
| Style Content CharacteristicManager | $char_manager |
Additional Inherited Members | |
Static Public Member Functions inherited from ilPageContentGUI | |
| static | _getCommonBBButtons () |
Data Fields inherited from ilPageContentGUI | |
| ilPageContent | $content_obj |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilPageObject | $pg_obj |
| string | $hier_id = "" |
| DOMDocument | $dom |
| $updated | |
| string | $target_script = "" |
| string | $return_location = "" |
| ilPageConfig | $page_config = null |
Static Public Attributes inherited from ilPageContentGUI | |
| static string | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" |
Static Protected Attributes inherited from ilPageContentGUI | |
| static array | $common_bb_buttons |
AMD Form Page UI.
Definition at line 29 of file class.ilPCAMDFormGUI.php.
| ilPCAMDFormGUI::__construct | ( | ilPageObject | $a_pg_obj, |
| ?ilPageContent | $a_content_obj, | ||
| string | $a_hier_id, | ||
| string | $a_pc_id = "" |
||
| ) |
Definition at line 36 of file class.ilPCAMDFormGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilPCAMDFormGUI::create | ( | ) |
Definition at line 149 of file class.ilPCAMDFormGUI.php.
References $data, $http_request, ilPageContentGUI\$lng, ilPageContentGUI\$request, ilPageContentGUI\$tpl, ILIAS\Repository\ctrl(), ilPageContentGUI\getPage(), getRecordIdsFromForm(), getTemplateForm(), ilGlobalTemplateInterface\setContent(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by create_amdfrm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::create_amdfrm | ( | ) |
Definition at line 144 of file class.ilPCAMDFormGUI.php.
References create().
Here is the call graph for this function:| ilPCAMDFormGUI::edit | ( | ) |
Definition at line 93 of file class.ilPCAMDFormGUI.php.
References editPortfolio(), editTemplate(), and isTemplate().
Here is the call graph for this function:| ilPCAMDFormGUI::editPortfolio | ( | ?ilPropertyFormGUI | $form = null | ) |
Edit courses form.
Definition at line 244 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$tpl, ilPageContentGUI\displayValidationError(), getPortfolioForm(), and ilGlobalTemplateInterface\setContent().
Referenced by edit(), and updateAdvancedMetaData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::editTemplate | ( | Form\Standard | $form = null | ) |
Definition at line 102 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$tpl, ilPageContentGUI\displayValidationError(), getTemplateForm(), ilGlobalTemplateInterface\setContent(), and ILIAS\Repository\ui().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::executeCommand | ( | ) |
Definition at line 56 of file class.ilPCAMDFormGUI.php.
References ILIAS\Repository\ctrl(), and getPortfolioForm().
Here is the call graph for this function:
|
protected |
Definition at line 195 of file class.ilPCAMDFormGUI.php.
References $id, ilPageContentGUI\$requested_ref_id, ilAdvancedMDRecord\_getSelectedRecordsByObject(), ilPageContentGUI\getPage(), and isTemplate().
Referenced by getPortfolioForm(), getRecordIdsFromForm(), and getTemplateForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::getPortfolioForm | ( | bool | $edit = false | ) |
Definition at line 256 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$content_obj, ilPageContentGUI\$ctrl, ilPageContentGUI\$lng, $r, ilPageObject\buildDom(), getAdvRecords(), ilCtrl\getFormAction(), ILIAS\Survey\Mode\getId(), ilPageContentGUI\getPage(), ilAdvancedMDRecordGUI\MODE_EDITOR, and ilLanguage\txt().
Referenced by editPortfolio(), executeCommand(), and updateAdvancedMetaData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 178 of file class.ilPCAMDFormGUI.php.
References $data, $r, and getAdvRecords().
Referenced by create(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::getTemplateForm | ( | bool | $edit = false | ) |
Definition at line 114 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$ctrl, Vendor\Package\$f, $r, $ui, getAdvRecords(), ilCtrl\getLinkTarget(), ILIAS\Repository\lng(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by create(), editTemplate(), insert(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::insert | ( | Form\Standard | $form = null | ) |
Definition at line 81 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$tpl, ilPageContentGUI\displayValidationError(), getTemplateForm(), ilGlobalTemplateInterface\setContent(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\getPage().
Referenced by edit(), and getAdvRecords().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCAMDFormGUI::update | ( | ) |
Definition at line 209 of file class.ilPCAMDFormGUI.php.
References $data, $http_request, ilPageContentGUI\$lng, ilPageContentGUI\$request, ilPageContentGUI\$tpl, ILIAS\Repository\ctrl(), getRecordIdsFromForm(), getTemplateForm(), ilGlobalTemplateInterface\setContent(), ilLanguage\txt(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilPCAMDFormGUI::updateAdvancedMetaData | ( | ) |
Definition at line 300 of file class.ilPCAMDFormGUI.php.
References ilPageContentGUI\$lng, ILIAS\Repository\ctrl(), editPortfolio(), getPortfolioForm(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilPCAMDFormGUI.php.
|
protected |
Definition at line 33 of file class.ilPCAMDFormGUI.php.
|
protected |
Definition at line 31 of file class.ilPCAMDFormGUI.php.
|
protected |
Definition at line 32 of file class.ilPCAMDFormGUI.php.
Referenced by getTemplateForm().