ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
PageComponent "Status Information" for PageEditor in PRGs, GUI. More...
Public Member Functions | |
executeCommand () | |
insertNewContentObj () | |
![]() | |
__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 | CMD_INSERT = 'insert' |
const | CMD_EDIT = 'edit' |
![]() | |
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 | |
returnToParent () | |
createNewPageContent () | |
![]() | |
redirectToParent (string $hier_id="") | |
getParentReturn (string $hier_id="") | |
updateAndReturn () | |
setCurrentTextLang (string $lang_key) | |
getCurrentTextLang () | |
setEditorToolContext () | |
initEditor () | |
getEditorScriptTag (string $form_pc_id="", string $form_cname="") | |
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;" |
![]() | |
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 |
![]() | |
static array | $common_bb_buttons |
PageComponent "Status Information" for PageEditor in PRGs, GUI.
ilPCPRGStatusInfoGUI: ilPageEditorGUI
Definition at line 26 of file class.ilPCPRGStatusInfoGUI.php.
|
protected |
Definition at line 56 of file class.ilPCPRGStatusInfoGUI.php.
References ilPageContentGUI\getPage().
Referenced by insertNewContentObj().
ilPCPRGStatusInfoGUI::executeCommand | ( | ) |
Definition at line 31 of file class.ilPCPRGStatusInfoGUI.php.
References ILIAS\Repository\ctrl(), insertNewContentObj(), and returnToParent().
ilPCPRGStatusInfoGUI::insertNewContentObj | ( | ) |
Definition at line 63 of file class.ilPCPRGStatusInfoGUI.php.
References createNewPageContent().
Referenced by executeCommand().
|
protected |
Definition at line 51 of file class.ilPCPRGStatusInfoGUI.php.
References ILIAS\Repository\ctrl().
Referenced by executeCommand().
const ilPCPRGStatusInfoGUI::CMD_EDIT = 'edit' |
Definition at line 29 of file class.ilPCPRGStatusInfoGUI.php.
const ilPCPRGStatusInfoGUI::CMD_INSERT = 'insert' |
Definition at line 28 of file class.ilPCPRGStatusInfoGUI.php.