|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Responsive Grid UI class. More...
Inheritance diagram for ilPCGridGUI:
Collaboration diagram for ilPCGridGUI:Public Member Functions | |
| __construct ($a_pg_obj, $a_content_obj, $a_hier_id, $a_pc_id="") | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| insert () | |
| Insert new grid. More... | |
| editProperties () | |
| Edit grid cells. More... | |
| initCreationForm () | |
| Init creation form. More... | |
| create () | |
| Create new grid element. More... | |
| afterCreation () | |
| After creation processing. More... | |
| edit () | |
| List all cells. More... | |
| saveCells () | |
| Save cell properties. More... | |
| addCell () | |
| Add cell. More... | |
| confirmCellDeletion () | |
| Confirm cell deletion. More... | |
| cancelCellDeletion () | |
| Cancel cell deletion. More... | |
| deleteCells () | |
| Delete Cells. More... | |
| setTabs () | |
| Set tabs. More... | |
| saveCellData () | |
| Save tabs properties in db and return to page edit screen. More... | |
Public Member Functions inherited from ilPageContentGUI | |
| __construct ($a_pg_obj, $a_content_obj, $a_hier_id=0, $a_pc_id="") | |
| Constructor @access 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... | |
Protected Attributes | |
| $toolbar | |
| $tabs | |
Protected Attributes inherited from ilPageContentGUI | |
| $error | |
| $log | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilPageContentGUI | |
| static | _getCommonBBButtons () |
| Get common bb buttons. More... | |
Data Fields inherited from ilPageContentGUI | |
| $content_obj | |
| $tpl | |
| $lng | |
| $ctrl | |
| $pg_obj | |
| $hier_id | |
| $dom | |
| $updated | |
| $target_script | |
| $return_location | |
| $page_config = null | |
Static Public Attributes inherited from ilPageContentGUI | |
| static | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" |
Protected Member Functions inherited from ilPageContentGUI | |
| getCharacteristicsOfCurrentStyle ($a_type) | |
| Get characteristics of current style. More... | |
Static Protected Attributes inherited from ilPageContentGUI | |
| static | $common_bb_buttons |
Responsive Grid UI class.
Definition at line 15 of file class.ilPCGridGUI.php.
| ilPCGridGUI::__construct | ( | $a_pg_obj, | |
| $a_content_obj, | |||
| $a_hier_id, | |||
$a_pc_id = "" |
|||
| ) |
Constructor.
| $a_pg_obj | ||
| $a_content_obj | ||
| $a_hier_id | ||
| string | $a_pc_id |
Reimplemented from ilPageContentGUI.
Definition at line 27 of file class.ilPCGridGUI.php.
References $DIC.
| ilPCGridGUI::addCell | ( | ) |
Add cell.
Definition at line 210 of file class.ilPCGridGUI.php.
References ilUtil\sendSuccess().
Here is the call graph for this function:| ilPCGridGUI::afterCreation | ( | ) |
After creation processing.
Definition at line 159 of file class.ilPCGridGUI.php.
References edit(), 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 250 of file class.ilPCGridGUI.php.
| ilPCGridGUI::confirmCellDeletion | ( | ) |
Confirm cell deletion.
Definition at line 222 of file class.ilPCGridGUI.php.
References $_POST, $i, $id, ilUtil\sendInfo(), and setTabs().
Here is the call graph for this function:| ilPCGridGUI::create | ( | ) |
Create new grid element.
Definition at line 131 of file class.ilPCGridGUI.php.
References $_POST, $form, $i, afterCreation(), ilPageContentGUI\getPage(), initCreationForm(), and insert().
Here is the call graph for this function:| ilPCGridGUI::deleteCells | ( | ) |
Delete Cells.
Definition at line 258 of file class.ilPCGridGUI.php.
References $_POST, ilPageContentGUI\$ctrl, and $ilCtrl.
| ilPCGridGUI::edit | ( | ) |
List all cells.
Definition at line 179 of file class.ilPCGridGUI.php.
References setTabs().
Referenced by afterCreation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCGridGUI::editProperties | ( | ) |
Edit grid cells.
Definition at line 76 of file class.ilPCGridGUI.php.
References $form, $html, ilPageContentGUI\displayValidationError(), and setTabs().
Here is the call graph for this function:| ilPCGridGUI::executeCommand | ( | ) |
Execute command.
Definition at line 43 of file class.ilPCGridGUI.php.
References $ret.
| ilPCGridGUI::initCreationForm | ( | ) |
Init creation form.
Definition at line 91 of file class.ilPCGridGUI.php.
References $form, $options, $s, $si, ilPCGrid\getSizes(), and ilPCGrid\getWidths().
Referenced by create(), and insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCGridGUI::insert | ( | ) |
Insert new grid.
Definition at line 63 of file class.ilPCGridGUI.php.
References $form, 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 294 of file class.ilPCGridGUI.php.
References $_POST, ilUtil\sendSuccess(), and ilUtil\stripSlashesArray().
Here is the call graph for this function:| ilPCGridGUI::saveCells | ( | ) |
Save cell properties.
Definition at line 196 of file class.ilPCGridGUI.php.
References $_POST, ilUtil\sendSuccess(), and ilUtil\stripSlashesArray().
Here is the call graph for this function:| ilPCGridGUI::setTabs | ( | ) |
Set tabs.
Definition at line 277 of file class.ilPCGridGUI.php.
Referenced by confirmCellDeletion(), edit(), and editProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilPCGridGUI.php.
|
protected |
Definition at line 17 of file class.ilPCGridGUI.php.