ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Grouped list GUI class. More...
Public Member Functions | |
__construct ($id="") | |
Constructor. More... | |
setAsDropDown ($a_val, $a_pullright=false) | |
Set as drop down. More... | |
getAsDropDown () | |
Get as drop down. More... | |
addGroupHeader ($a_content, $a_add_class="") | |
Add group header. More... | |
addSeparator () | |
Add separator. More... | |
nextColumn () | |
Add separator. More... | |
addEntry ( $a_content, $a_href="", $a_target="", $a_onclick="", $a_add_class="", $a_id="", $a_ttip="", $a_tt_my="right center", $a_tt_at="left center", $a_tt_use_htmlspecialchars=true) | |
Add entry. More... | |
getHTML () | |
Get HTML. More... | |
Protected Attributes | |
$ctrl | |
$multi_column = false | |
$items = array() | |
$as_dropdown = false | |
$dd_pullright = false | |
$id | |
ilGroupedListGUI::__construct | ( | $id = "" | ) |
Constructor.
Definition at line 28 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::addEntry | ( | $a_content, | |
$a_href = "" , |
|||
$a_target = "" , |
|||
$a_onclick = "" , |
|||
$a_add_class = "" , |
|||
$a_id = "" , |
|||
$a_ttip = "" , |
|||
$a_tt_my = "right center" , |
|||
$a_tt_at = "left center" , |
|||
$a_tt_use_htmlspecialchars = true |
|||
) |
Add entry.
return
Reimplemented in ilCloudGroupedListGUI.
Definition at line 92 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::addGroupHeader | ( | $a_content, | |
$a_add_class = "" |
|||
) |
Add group header.
return
Reimplemented in ilCloudGroupedListGUI.
Definition at line 63 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::addSeparator | ( | ) |
Add separator.
Reimplemented in ilCloudGroupedListGUI.
Definition at line 72 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::getAsDropDown | ( | ) |
Get as drop down.
Definition at line 52 of file class.ilGroupedListGUI.php.
References $as_dropdown.
Referenced by getHTML().
ilGroupedListGUI::getHTML | ( | ) |
Get HTML.
return
Definition at line 118 of file class.ilGroupedListGUI.php.
References $ctrl, $i, $tpl, ilTooltipGUI\addTooltip(), getAsDropDown(), and ilUtil\secureUrl().
ilGroupedListGUI::nextColumn | ( | ) |
Add separator.
Definition at line 80 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::setAsDropDown | ( | $a_val, | |
$a_pullright = false |
|||
) |
Set as drop down.
bool | $a_val | as drop down menu |
Definition at line 41 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 21 of file class.ilGroupedListGUI.php.
Referenced by getAsDropDown().
|
protected |
Definition at line 17 of file class.ilGroupedListGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 22 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 23 of file class.ilGroupedListGUI.php.
Referenced by __construct().
|
protected |
Definition at line 20 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 19 of file class.ilGroupedListGUI.php.