ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id, string $a_pc_id="") | |
executeCommand () | |
edit () | |
setStyleId (int $a_styleid) | |
getStyleId () | |
initCreationForm () | |
Property Form. More... | |
cancel () | |
![]() | |
__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... | |
Data Fields | |
const | TYPE_TEXT = "Text" |
const | TYPE_QUESTION = "Question" |
const | TYPE_MEDIA = "Media" |
const | TYPE_VERIFICATION = "Verification" |
![]() | |
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 |
Protected Member Functions | |
insert () | |
create () | |
edit_object () | |
forward_edit () | |
saveProperties () | |
save placeholder properties in db and return to page edit screen More... | |
getAvailableTypes (string $a_selected_type="") | |
getTypeCaptions () | |
![]() | |
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 | |
ilPropertyFormGUI | $form_gui |
![]() | |
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 | _getCommonBBButtons () |
![]() | |
static string | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" |
![]() | |
static array | $common_bb_buttons |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning User Interface for Place Holder Management
Definition at line 25 of file class.ilPCPlaceHolderGUI.php.
ilPCPlaceHolderGUI::__construct | ( | ilPageObject | $a_pg_obj, |
?ilPageContent | $a_content_obj, | ||
string | $a_hier_id, | ||
string | $a_pc_id = "" |
||
) |
Definition at line 33 of file class.ilPCPlaceHolderGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilPCPlaceHolderGUI::cancel | ( | ) |
Definition at line 219 of file class.ilPCPlaceHolderGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 74 of file class.ilPCPlaceHolderGUI.php.
References ILIAS\Repository\ctrl(), ilPageContentGUI\getPage(), and insert().
ilPCPlaceHolderGUI::edit | ( | ) |
Definition at line 97 of file class.ilPCPlaceHolderGUI.php.
References edit_object(), forward_edit(), and ilPageContentGUI\getPageConfig().
Referenced by saveProperties().
|
protected |
Definition at line 116 of file class.ilPCPlaceHolderGUI.php.
Referenced by edit(), and saveProperties().
ilPCPlaceHolderGUI::executeCommand | ( | ) |
Definition at line 50 of file class.ilPCPlaceHolderGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 126 of file class.ilPCPlaceHolderGUI.php.
References ILIAS\Repository\ctrl().
Referenced by edit().
|
protected |
Definition at line 224 of file class.ilPCPlaceHolderGUI.php.
References ilPageContentGUI\getPage(), and ilPageContentGUI\getPageConfig().
Referenced by initCreationForm().
ilPCPlaceHolderGUI::getStyleId | ( | ) |
|
protected |
Definition at line 236 of file class.ilPCPlaceHolderGUI.php.
References ilPageContentGUI\$lng, and ilLanguage\txt().
Referenced by initCreationForm().
ilPCPlaceHolderGUI::initCreationForm | ( | ) |
Property Form.
Definition at line 184 of file class.ilPCPlaceHolderGUI.php.
References $form_gui, ilPageContentGUI\$lng, ILIAS\Repository\ctrl(), getAvailableTypes(), getTypeCaptions(), and ilLanguage\txt().
Referenced by ilPCPlaceHolderEditorGUI\getEditComponentForm().
|
protected |
Definition at line 69 of file class.ilPCPlaceHolderGUI.php.
Referenced by create().
|
protected |
save placeholder properties in db and return to page edit screen
Definition at line 160 of file class.ilPCPlaceHolderGUI.php.
References ILIAS\Repository\ctrl(), edit(), and edit_object().
ilPCPlaceHolderGUI::setStyleId | ( | int | $a_styleid | ) |
Definition at line 106 of file class.ilPCPlaceHolderGUI.php.
|
protected |
Definition at line 31 of file class.ilPCPlaceHolderGUI.php.
Referenced by initCreationForm().
const ilPCPlaceHolderGUI::TYPE_MEDIA = "Media" |
Definition at line 29 of file class.ilPCPlaceHolderGUI.php.
Referenced by ilPortfolioTemplatePageConfig\getAvailablePlaceholderTypes().
const ilPCPlaceHolderGUI::TYPE_QUESTION = "Question" |
Definition at line 28 of file class.ilPCPlaceHolderGUI.php.
const ilPCPlaceHolderGUI::TYPE_TEXT = "Text" |
Definition at line 27 of file class.ilPCPlaceHolderGUI.php.
Referenced by ilPortfolioTemplatePageConfig\getAvailablePlaceholderTypes().
const ilPCPlaceHolderGUI::TYPE_VERIFICATION = "Verification" |
Definition at line 30 of file class.ilPCPlaceHolderGUI.php.
Referenced by ilPortfolioTemplatePageConfig\getAvailablePlaceholderTypes().