ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilGroupedListGUI::addGroupHeader | ( | string | $a_content, |
string | $a_add_class = "" |
||
) |
Definition at line 55 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
ilGroupedListGUI::addSeparator | ( | ) |
Definition at line 63 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::getAsDropDown | ( | ) |
Definition at line 50 of file class.ilGroupedListGUI.php.
References $as_dropdown.
Referenced by getHTML().
ilGroupedListGUI::getHTML | ( | ) |
Definition at line 93 of file class.ilGroupedListGUI.php.
References $ctrl, $i, $tpl, ilTooltipGUI\addTooltip(), getAsDropDown(), ilTooltipGUI\getToolTip(), and ilUtil\secureUrl().
Referenced by ilObjectAddNewItemGUI\getHTML().
ilGroupedListGUI::nextColumn | ( | ) |
Definition at line 68 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
ilGroupedListGUI::setAsDropDown | ( | bool | $a_val, |
bool | $a_pullright = false |
||
) |
Definition at line 42 of file class.ilGroupedListGUI.php.
Referenced by ilObjectAddNewItemGUI\getHTML().
|
protected |
Definition at line 29 of file class.ilGroupedListGUI.php.
Referenced by getAsDropDown().
|
protected |
Definition at line 26 of file class.ilGroupedListGUI.php.
Referenced by getHTML().
|
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.