|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilPCGridGUI:
Collaboration diagram for ilPCGridGUI:Public Member Functions | |
| __construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id, string $a_pc_id="") | |
| executeCommand () | |
| insert () | |
| initCreationForm () | |
| Init creation form. More... | |
| create () | |
| Create new grid element. More... | |
| afterCreation () | |
| saveCells () | |
| Save cell properties. More... | |
| addCell () | |
| Add cell. More... | |
| confirmCellDeletion () | |
| Confirm cell deletion. More... | |
| cancelCellDeletion () | |
| Cancel cell deletion. More... | |
| deleteCells () | |
| Delete Cells. More... | |
| setTabs () | |
| saveCellData () | |
| Save tabs properties in db and return to page edit screen. More... | |
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 () | |
| 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 () | |
| 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 | TEMPLATE_MANUAL = 0 |
| const | TEMPLATE_TWO_COLUMN = 1 |
| const | TEMPLATE_THREE_COLUMN = 2 |
| const | TEMPLATE_MAIN_SIDE = 3 |
| const | TEMPLATE_TWO_BY_TWO = 4 |
Data Fields inherited from ilPageContentGUI | |
| ilPageContent | $content_obj |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilPageObject | $pg_obj |
| string | $hier_id = "" |
| php4DOMDocument | $dom |
| $updated | |
| string | $target_script = "" |
| string | $return_location = "" |
| ilPageConfig | $page_config = null |
Protected Attributes | |
| ilToolbarGUI | $toolbar |
| ilTabsGUI | $tabs |
Protected Attributes inherited from ilPageContentGUI | |
| EditSessionRepository | $edit_repo |
| string | $pc_id = "" |
| array | $chars |
| ilObjStyleSheet | $style = null |
| ilLogger | $log |
| int | $styleid = 0 |
| EditGUIRequest | $request |
| string | $sub_command = "" |
| int | $requested_ref_id = 0 |
| Style Content CharacteristicManager | $char_manager |
Additional Inherited Members | |
Static Public Member Functions inherited from ilPageContentGUI | |
| static | _getCommonBBButtons () |
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;" |
Protected Member Functions inherited from ilPageContentGUI | |
| redirectToParent (string $hier_id="") | |
| getParentReturn (string $hier_id="") | |
| updateAndReturn () | |
| setCurrentTextLang (string $lang_key) | |
| getCurrentTextLang () | |
Static Protected Attributes inherited from ilPageContentGUI | |
| 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 Responsive Grid UI class
Definition at line 24 of file class.ilPCGridGUI.php.
| ilPCGridGUI::__construct | ( | ilPageObject | $a_pg_obj, |
| ?ilPageContent | $a_content_obj, | ||
| string | $a_hier_id, | ||
| string | $a_pc_id = "" |
||
| ) |
Reimplemented from ilPageContentGUI.
Definition at line 35 of file class.ilPCGridGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilPCGridGUI::addCell | ( | ) |
Add cell.
Definition at line 230 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPCGridGUI::afterCreation | ( | ) |
Definition at line 178 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl(), and ilPageContentGUI\setHierId().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCGridGUI::cancelCellDeletion | ( | ) |
Cancel cell deletion.
Definition at line 270 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPCGridGUI::confirmCellDeletion | ( | ) |
Confirm cell deletion.
Definition at line 242 of file class.ilPCGridGUI.php.
References $i, $id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and setTabs().
Here is the call graph for this function:| ilPCGridGUI::create | ( | ) |
Create new grid element.
Definition at line 149 of file class.ilPCGridGUI.php.
References afterCreation(), ilPageContentGUI\getPage(), initCreationForm(), insert(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilPCGridGUI::deleteCells | ( | ) |
Delete Cells.
Definition at line 278 of file class.ilPCGridGUI.php.
References ilPageContentGUI\$ctrl.
| ilPCGridGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPCGridGUI::initCreationForm | ( | ) |
Init creation form.
Definition at line 92 of file class.ilPCGridGUI.php.
References ilPageContentGUI\$lng, ILIAS\Repository\ctrl(), ilPCGrid\getSizes(), ilPCGrid\getWidths(), ILIAS\Repository\lng(), and ilLanguage\txt().
Referenced by create(), and insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCGridGUI::insert | ( | ) |
Definition at line 67 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl(), ilPageContentGUI\displayValidationError(), and initCreationForm().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCGridGUI::saveCellData | ( | ) |
Save tabs properties in db and return to page edit screen.
Definition at line 309 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPCGridGUI::saveCells | ( | ) |
Save cell properties.
Definition at line 216 of file class.ilPCGridGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPCGridGUI::setTabs | ( | ) |
Definition at line 292 of file class.ilPCGridGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by confirmCellDeletion().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 33 of file class.ilPCGridGUI.php.
|
protected |
Definition at line 32 of file class.ilPCGridGUI.php.
| const ilPCGridGUI::TEMPLATE_MAIN_SIDE = 3 |
Definition at line 29 of file class.ilPCGridGUI.php.
Referenced by ilPCGrid\applyTemplate().
| const ilPCGridGUI::TEMPLATE_MANUAL = 0 |
Definition at line 26 of file class.ilPCGridGUI.php.
Referenced by ilPCGrid\applyTemplate().
| const ilPCGridGUI::TEMPLATE_THREE_COLUMN = 2 |
Definition at line 28 of file class.ilPCGridGUI.php.
Referenced by ilPCGrid\applyTemplate().
| const ilPCGridGUI::TEMPLATE_TWO_BY_TWO = 4 |
Definition at line 30 of file class.ilPCGridGUI.php.
Referenced by ilPCGrid\applyTemplate().
| const ilPCGridGUI::TEMPLATE_TWO_COLUMN = 1 |
Definition at line 27 of file class.ilPCGridGUI.php.
Referenced by ilPCGrid\applyTemplate().