|
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...
Collaboration diagram for ilGroupedListGUI:Public Member Functions | |
| setAsDropDown (bool $a_val, bool $a_pullright=false) | |
| getAsDropDown () | |
| addGroupHeader (string $a_content, string $a_add_class="") | |
| addSeparator () | |
| nextColumn () | |
| addEntry (string $a_content, string $a_href="", string $a_target="", string $a_onclick="", string $a_add_class="", string $a_id="", string $a_ttip="", string $a_tt_my="right center", string $a_tt_at="left center", bool $a_tt_use_htmlspecialchars=true) | |
| getHTML () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| bool | $multi_column = false |
| array | $items = array() |
| bool | $as_dropdown = false |
| bool | $dd_pullright = false |
| string | $id |
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 Grouped list GUI class
Definition at line 24 of file class.ilGroupedListGUI.php.
| ilGroupedListGUI::addEntry | ( | string | $a_content, |
| string | $a_href = "", |
||
| string | $a_target = "", |
||
| string | $a_onclick = "", |
||
| string | $a_add_class = "", |
||
| string | $a_id = "", |
||
| string | $a_ttip = "", |
||
| string | $a_tt_my = "right center", |
||
| string | $a_tt_at = "left center", |
||
| bool | $a_tt_use_htmlspecialchars = true |
||
| ) |
Definition at line 74 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
Here is the caller graph for this function:| ilGroupedListGUI::addGroupHeader | ( | string | $a_content, |
| string | $a_add_class = "" |
||
| ) |
Definition at line 55 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
Here is the caller graph for this function:| ilGroupedListGUI::addSeparator | ( | ) |
Definition at line 63 of file class.ilGroupedListGUI.php.
| ilGroupedListGUI::getAsDropDown | ( | ) |
Definition at line 50 of file class.ilGroupedListGUI.php.
| ilGroupedListGUI::getHTML | ( | ) |
Definition at line 93 of file class.ilGroupedListGUI.php.
References $i, $tpl, ilTooltipGUI\addTooltip(), ilTooltipGUI\getToolTip(), and ilUtil\secureUrl().
Referenced by ilObjectAddNewItemGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGroupedListGUI::nextColumn | ( | ) |
Definition at line 68 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
Here is the caller graph for this function:| ilGroupedListGUI::setAsDropDown | ( | bool | $a_val, |
| bool | $a_pullright = false |
||
| ) |
Definition at line 42 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 26 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 30 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 31 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 28 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 27 of file class.ilGroupedListGUI.php.